Home
last modified time | relevance | path

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

/external/lz4/programs/
Dutil.h132 UTIL_STATIC void UTIL_getTime(UTIL_time_t* x) { *x = clock(); } in UTIL_getTime() function
138 UTIL_STATIC void UTIL_getTime(UTIL_time_t* x) { QueryPerformanceCounter(x); } in UTIL_getTime() function