Home
last modified time | relevance | path

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

/aosp_15_r20/external/libdav1d/tests/checkasm/
H A Dcheckasm.h144 #define readtime() (_mm_lfence(), __rdtsc()) macro
146 static inline uint64_t readtime(void) { in readtime() function
151 #define readtime readtime macro
155 #define readtime() checkasm_kperf_cycles() macro
158 #define readtime() mach_absolute_time() macro
162 #define readtime() (_InstructionSynchronizationBarrier(), ReadTimeStampCounter()) macro
164 static inline uint64_t readtime(void) { in readtime() function
176 #define readtime readtime macro
179 static inline uint64_t readtime(void) { in readtime() function
188 #define readtime readtime macro
[all …]