Home
last modified time | relevance | path

Searched refs:CLK_TCK (Results 1 – 18 of 18) sorted by relevance

/external/syslinux/com32/libutil/include/
Dgetkey.h41 #ifndef CLK_TCK
42 # define CLK_TCK sysconf(_SC_CLK_TCK) macro
/external/python/cpython2/Lib/plat-atheos/
DTYPES.py90 CLK_TCK = 100 variable
92 CLK_TCK = CLOCKS_PER_SEC variable
DIN.py327 CLK_TCK = 100 variable
329 CLK_TCK = CLOCKS_PER_SEC variable
/external/syslinux/com32/include/
Dmenu.h35 #ifndef CLK_TCK
36 # define CLK_TCK sysconf(_SC_CLK_TCK) macro
/external/syslinux/com32/include/sys/
Dtimes.h15 #define CLK_TCK HZ macro
/external/syslinux/com32/samples/
Dkeytest.c75 printf("CLK_TCK = %d\n", (int)CLK_TCK); in main()
/external/syslinux/com32/modules/
Dcptime.c65 # ifdef CLK_TCK
66 static inline TPS_T get_tps(void) { return CLK_TCK; } in get_tps()
/external/syslinux/com32/menu/
Dmenumain.c717 int tol = timeout_left / CLK_TCK; in do_hidden_menu()
721 this_timeout = min(timeout_left, CLK_TCK); in do_hidden_menu()
848 int tol = timeout_left / CLK_TCK; in run_menu()
860 (clock_t) CLK_TCK); in run_menu()
Dreadconfig.c1040 m->timeout = (atoi(skipspace(p + 7)) * CLK_TCK + 9) / 10; in parse_config_file()
1042 totaltimeout = (atoll(skipspace(p + 13)) * CLK_TCK + 9) / 10; in parse_config_file()
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py108 CLK_TCK = CLOCKS_PER_SEC variable
/external/syslinux/com32/elflink/ldlinux/
Dget_key.c144 #define KEY_TIMEOUT ((CLK_TCK+9)/10)
Dreadconfig.c1204 kbdtimeout = (atoi(skipspace(p + 7)) * CLK_TCK + 9) / 10; in parse_config_file()
1206 totaltimeout = (atoll(skipspace(p + 13)) * CLK_TCK + 9) / 10; in parse_config_file()
/external/python/cpython2/Modules/
Dtimemodule.c148 #ifdef CLK_TCK
149 #define CLOCKS_PER_SEC CLK_TCK
/external/python/cpython2/Lib/plat-beos5/
DIN.py45 CLK_TCK = CLOCKS_PER_SEC variable
/external/python/cpython3/Modules/
Dtimemodule.c52 #ifdef CLK_TCK
53 #define CLOCKS_PER_SEC CLK_TCK
/external/mksh/src/
Dmisc.c2415 r.tv_usec = ((t) % (1000000 / CLK_TCK)) * (1000000 / CLK_TCK); \
2416 r.tv_sec = (t) / CLK_TCK; \
/external/syslinux/lzo/src/
Dminiacc.h5982 # if defined(CLK_TCK)
5983 # define CLOCKS_PER_SEC CLK_TCK
/external/pcre/dist2/src/
Dpcre2test.c171 #ifdef CLK_TCK
172 #define CLOCKS_PER_SEC CLK_TCK