Home
last modified time | relevance | path

Searched refs:tf (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/functional/qemu_test/
H A Darchive.py20 with tarfile.open(archive) as tf:
22 tf.extraction_filter = getattr(tarfile, 'data_filter',
25 tf.extract(member=member, path=dest_dir)
27 tf.extractall(path=dest_dir)
/qemu/qga/
H A Dcommands-win32.c1710 static int64_t filetime_to_ns(const FILETIME *tf) in filetime_to_ns() argument
1712 return ((((int64_t)tf->dwHighDateTime << 32) | tf->dwLowDateTime) in filetime_to_ns()
1720 FILETIME tf; in qmp_guest_set_time() local
1774 tf.dwLowDateTime = (DWORD) time; in qmp_guest_set_time()
1775 tf.dwHighDateTime = (DWORD) (time >> 32); in qmp_guest_set_time()
1777 if (!FileTimeToSystemTime(&tf, &ts)) { in qmp_guest_set_time()
/qemu/tests/fp/
H A Dfp-bench.c234 int64_t tf = get_clock() + duration * 1000000000LL; in bench() local
236 while (get_clock() < tf) { in bench()
/qemu/pc-bios/s390-ccw/
H A Dcio.h29 u32 tf:1; /* timing facility */ member
/qemu/target/mips/tcg/
H A Dtranslate.c9109 static void gen_movci(DisasContext *ctx, int rd, int rs, int cc, int tf) in gen_movci() argument
9120 if (tf) { in gen_movci()
9135 int tf) in gen_movcf_s() argument
9141 if (tf) { in gen_movcf_s()
9155 int tf) in gen_movcf_d() argument
9162 if (tf) { in gen_movcf_d()
9177 int cc, int tf) in gen_movcf_ps() argument
9184 if (tf) { in gen_movcf_ps()