Searched refs:CLOCKS_PER_SEC (Results 1 – 3 of 3) sorted by relevance
28 _Static_assert (CLOCKS_PER_SEC == 1000000, in clock()34 return (ts.tv_sec * CLOCKS_PER_SEC in clock()35 + ts.tv_nsec / (1000000000 / CLOCKS_PER_SEC)); in clock()
34 #define CLOCKS_PER_SEC ((__clock_t) 1000000) macro
98 eabi_constant (CLOCKS_PER_SEC);
Completed in 5 milliseconds