Home
last modified time | relevance | path

Searched refs:UTIL_getTime (Results 1 – 3 of 3) sorted by relevance

/external/lz4/programs/
Dutil.h147 …UTIL_STATIC UTIL_time_t UTIL_getTime(void) { UTIL_time_t x; QueryPerformanceCounter(&x); return x;… in UTIL_getTime() function
175 UTIL_STATIC UTIL_time_t UTIL_getTime(void) { return mach_absolute_time(); } in UTIL_getTime() function
201 UTIL_STATIC UTIL_time_t UTIL_getTime(void) in UTIL_getTime() function
240 UTIL_STATIC UTIL_time_t UTIL_getTime(void) { return clock(); } in UTIL_getTime() function
249 UTIL_time_t const clockEnd = UTIL_getTime(); in UTIL_clockSpanMicro()
256 UTIL_time_t const clockEnd = UTIL_getTime(); in UTIL_clockSpanNano()
262 UTIL_time_t const clockStart = UTIL_getTime(); in UTIL_waitForNextTick()
265 clockEnd = UTIL_getTime(); in UTIL_waitForNextTick()
Dbench.c237 coolTime = UTIL_getTime(); in BMK_benchMem()
244 coolTime = UTIL_getTime(); in BMK_benchMem()
255 UTIL_time_t const clockStart = UTIL_getTime(); in BMK_benchMem()
296 UTIL_time_t const clockStart = UTIL_getTime(); in BMK_benchMem()
Dlz4io.c655 UTIL_time_t const timeStart = UTIL_getTime(); in LZ4IO_compressFilename()