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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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.11-4.6/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.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-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 248 #define CLK_TCK CLOCKS_PER_SEC
  /external/srec/srec/EventLog/src/
EventLogImpl.c 50 #include <time.h> /* For CLK_TCK / CLOCKS_PER_SEC */
52 #ifndef CLK_TCK
53 #define CLK_TCK CLOCKS_PER_SEC
91 *userTime = (long)timeBuf.tms_utime * 1000 / CLK_TCK;
92 *kernelTime = (long)timeBuf.tms_stime * 1000 / CLK_TCK;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
TYPES.py 108 CLK_TCK = CLOCKS_PER_SEC
  /external/chromium_org/third_party/icu/source/common/
triedict.cpp 32 #ifndef CLK_TCK
33 #define CLK_TCK CLOCKS_PER_SEC
    [all...]

Completed in 441 milliseconds