Searched refs:CLOCKS_PER_SEC (Results 1 – 3 of 3) sorted by relevance
12 return now/((1000000000ull)/CLOCKS_PER_SEC); in clock()16 return now/((1250000000ull)/CLOCKS_PER_SEC); in clock()
57 #ifdef CLOCKS_PER_SEC58 #define _CLOCKS_PER_SEC_ CLOCKS_PER_SEC65 #ifndef CLOCKS_PER_SEC66 #define CLOCKS_PER_SEC _CLOCKS_PER_SEC_ macro69 #define CLK_TCK CLOCKS_PER_SEC
21918 * libc/include/time.h (CLOCKS_PER_SEC): Change CLOCKS_PER_SEC24212 * libc/include/time.h (CLK_TCK): Defined as CLOCKS_PER_SEC.