Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/uclibc/ARCH-ppc32/include/linux/
A Dparam.h7 #define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */ macro
/l4re-core-master/uclibc/lib/uclibc/ARCH-sparc/include/linux/
A Dparam.h7 #define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */ macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dtime.h33 # define CLOCKS_PER_SEC 1000000l macro
/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/
A Dclocktest.c34 CLOCKS_PER_SEC, sysconf(_SC_CLK_TCK)); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/
A Daeabi_lcsts.c100 eabi_constant (CLOCKS_PER_SEC);
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c399 #if CLOCKS_PER_SEC != 1000000L in libc_hidden_def()
400 #error unexpected value for CLOCKS_PER_SEC! in libc_hidden_def()
405 # if __UCLIBC_CLK_TCK_CONST > CLOCKS_PER_SEC in libc_hidden_def()
406 # error __UCLIBC_CLK_TCK_CONST > CLOCKS_PER_SEC! in libc_hidden_def()
436 #elif ((CLOCKS_PER_SEC % __UCLIBC_CLK_TCK_CONST) == 0) in libc_hidden_def()
439 return ((t * (CLOCKS_PER_SEC/__UCLIBC_CLK_TCK_CONST)) & LONG_MAX); in libc_hidden_def()
450 return ((((t / __UCLIBC_CLK_TCK_CONST) * CLOCKS_PER_SEC) in libc_hidden_def()
451 + ((((t % __UCLIBC_CLK_TCK_CONST) * CLOCKS_PER_SEC) in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dtime.h46 # define CLK_TCK CLOCKS_PER_SEC
/l4re-core-master/lua/lib/contrib/src/
A Dloslib.c187 lua_pushnumber(L, ((lua_Number)clock())/(lua_Number)CLOCKS_PER_SEC); in os_clock()

Completed in 14 milliseconds