Searched defs:exact (Results 1 – 20 of 20) sorted by relevance
/qemu/tests/fp/ |
H A D | fp-test-log2.c | 25 static void compare(ufloat64 test, ufloat64 real, ufloat64 soft, bool exact) in compare()
|
H A D | fp-test.c | 171 static void do_testfloat(int op, int rmode, bool exact) in do_testfloat()
|
/qemu/block/ |
H A D | preallocate.c | 424 bool exact, PreallocMode prealloc, in preallocate_co_truncate()
|
H A D | raw-format.c | 415 raw_co_truncate(BlockDriverState *bs, int64_t offset, bool exact, in raw_co_truncate()
|
H A D | blkio.c | 951 bool exact, PreallocMode prealloc, in blkio_truncate()
|
H A D | nfs.c | 760 nfs_file_co_truncate(BlockDriverState *bs, int64_t offset, bool exact, in nfs_file_co_truncate()
|
H A D | file-win32.c | 495 bool exact, PreallocMode prealloc, in raw_co_truncate()
|
H A D | crypto.c | 432 block_crypto_co_truncate(BlockDriverState *bs, int64_t offset, bool exact, in block_crypto_co_truncate()
|
H A D | ssh.c | 1272 bool exact, PreallocMode prealloc, in ssh_co_truncate()
|
H A D | gluster.c | 1207 bool exact, in qemu_gluster_co_truncate()
|
H A D | qed.c | 1456 bdrv_qed_co_truncate(BlockDriverState *bs, int64_t offset, bool exact, in bdrv_qed_co_truncate()
|
H A D | rbd.c | 1618 bool exact, in qemu_rbd_co_truncate()
|
H A D | nbd.c | 2017 bool exact, PreallocMode prealloc, in nbd_co_truncate()
|
H A D | nvme.c | 1493 bool exact, PreallocMode prealloc, in nvme_co_truncate()
|
H A D | iscsi.c | 2140 bool exact, PreallocMode prealloc, in iscsi_co_truncate()
|
H A D | io.c | 3597 int coroutine_fn bdrv_co_truncate(BdrvChild *child, int64_t offset, bool exact, in bdrv_co_truncate()
|
H A D | block-backend.c | 2549 int coroutine_fn blk_co_truncate(BlockBackend *blk, int64_t offset, bool exact, in blk_co_truncate()
|
H A D | qcow2.c | 4302 qcow2_co_truncate(BlockDriverState *bs, int64_t offset, bool exact, in qcow2_co_truncate()
|
H A D | file-posix.c | 2747 bool exact, PreallocMode prealloc, in raw_co_truncate()
|
/qemu/tests/unit/ |
H A D | test-block-iothread.c | 58 bdrv_test_co_truncate(BlockDriverState *bs, int64_t offset, bool exact, in bdrv_test_co_truncate()
|