Searched refs:ft_val (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/ |
| H A D | HiRes.xs | 127 FILETIME ft_val; 222 GetSystemTimeAsFileTime(&MY_CXT.base_systime_as_filetime.ft_val); in _GetSystemTimePreciseAsFileTime() 237 GetSystemTimeAsFileTime(&MY_CXT.base_systime_as_filetime.ft_val); in _GetSystemTimePreciseAsFileTime() 242 *out = ft.ft_val; in _gettimeofday() 254 GetSystemTimePreciseAsFileTime(&ft.ft_val); in _gettimeofday() 272 GetSystemTimePreciseAsFileTime(&ft.ft_val); in _clock_gettime() 119 FILETIME ft_val; global() member
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.cpp | 2034 uint64_t ft_val; in Emulate_BC1EQZ() local 2051 ft_val = ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_zero_mips64 + ft, 0, in Emulate_BC1EQZ() 2056 if ((ft_val & 1) == 0) in Emulate_BC1EQZ() 2070 uint64_t ft_val; in Emulate_BC1NEZ() local 2087 ft_val = ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_zero_mips64 + ft, 0, in Emulate_BC1NEZ() 2092 if ((ft_val & 1) != 0) in Emulate_BC1NEZ()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.cpp | 2709 uint32_t ft_val; in Emulate_BC1EQZ() local 2726 ft_val = ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_zero_mips + ft, 0, in Emulate_BC1EQZ() 2731 if ((ft_val & 1) == 0) in Emulate_BC1EQZ() 2745 uint32_t ft_val; in Emulate_BC1NEZ() local 2762 ft_val = ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_zero_mips + ft, 0, in Emulate_BC1NEZ() 2767 if ((ft_val & 1) != 0) in Emulate_BC1NEZ()
|
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | win32.c | 2594 FILETIME ft_val; 2614 GetSystemTimeAsFileTime(&ft.ft_val); in win32_gettimeofday() 2814 GetSystemTimeAsFileTime(&ticks.ft_val); in win32_msgwait() 2847 GetSystemTimeAsFileTime(&ticks.ft_val); in win32_msgwait() 2590 FILETIME ft_val; global() member
|