Searched defs:OSL_GETCYCLES (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dmin_osl.h160 #define OSL_GETCYCLES(x) ((x) = osl_getcycles()) macro
H A Dlinux_osl.h368 #define OSL_GETCYCLES(x) ((x) = read_c0_count() * 2) macro
370 #define OSL_GETCYCLES(x) rdtscl((x)) macro
372 #define OSL_GETCYCLES(x) ((x) = 0) macro
865 #define OSL_GETCYCLES(x) ((x) = osl_getcycles()) macro

Completed in 101 milliseconds