Home
last modified time | relevance | path

Searched refs:CLOCKS_PER_SEC (Results 1 – 3 of 3) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/machine/nvptx/
Dclock.c12 return now/((1000000000ull)/CLOCKS_PER_SEC); in clock()
16 return now/((1250000000ull)/CLOCKS_PER_SEC); in clock()
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dtime.h57 #ifdef CLOCKS_PER_SEC
58 #define _CLOCKS_PER_SEC_ CLOCKS_PER_SEC
65 #ifndef CLOCKS_PER_SEC
66 #define CLOCKS_PER_SEC _CLOCKS_PER_SEC_ macro
69 #define CLK_TCK CLOCKS_PER_SEC
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201521918 * libc/include/time.h (CLOCKS_PER_SEC): Change CLOCKS_PER_SEC
24212 * libc/include/time.h (CLK_TCK): Defined as CLOCKS_PER_SEC.