HomeSort by relevance Sort by last modified time
    Searched defs:CLK_TCK (Results 1 - 16 of 16) sorted by null

  /external/syslinux/com32/include/sys/
times.h 15 #define CLK_TCK HZ
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
time.h 37 /* Even though CLOCKS_PER_SEC has such a strange value CLK_TCK
41 # define CLK_TCK ((__clock_t) __sysconf (2)) /* 2 is _SC_CLK_TCK */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
time.h 52 /* Even though CLOCKS_PER_SEC has such a strange value CLK_TCK
56 # define CLK_TCK ((__clock_t) __sysconf (2)) /* 2 is _SC_CLK_TCK */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
time.h 52 /* Even though CLOCKS_PER_SEC has such a strange value CLK_TCK
56 # define CLK_TCK ((__clock_t) __sysconf (2)) /* 2 is _SC_CLK_TCK */
  /external/syslinux/com32/libutil/include/
getkey.h 41 #ifndef CLK_TCK
42 # define CLK_TCK sysconf(_SC_CLK_TCK)
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/
time.h 53 #define CLK_TCK 128
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
time.h 46 # ifndef CLK_TCK
47 # define CLK_TCK CLOCKS_PER_SEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
time.h 46 # ifndef CLK_TCK
47 # define CLK_TCK CLOCKS_PER_SEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 238 #define CLK_TCK CLOCKS_PER_SEC
  /external/python/cpython2/Lib/plat-atheos/
TYPES.py 90 CLK_TCK = 100
92 CLK_TCK = CLOCKS_PER_SEC
IN.py 327 CLK_TCK = 100
329 CLK_TCK = CLOCKS_PER_SEC
  /external/python/cpython2/Lib/plat-linux2/
TYPES.py 108 CLK_TCK = CLOCKS_PER_SEC
  /external/syslinux/com32/include/
menu.h 35 #ifndef CLK_TCK
36 # define CLK_TCK sysconf(_SC_CLK_TCK)
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
TYPES.py 108 CLK_TCK = CLOCKS_PER_SEC
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 108 CLK_TCK = CLOCKS_PER_SEC
  /external/python/cpython2/Lib/plat-beos5/
IN.py 45 CLK_TCK = CLOCKS_PER_SEC

Completed in 761 milliseconds