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

  /external/kernel-headers/original/asm-arm/
param.h 16 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */
  /external/kernel-headers/original/asm-x86/
param.h 7 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */
  /development/ndk/platforms/android-3/include/
time.h 94 #define CLOCKS_PER_SEC 1000000
  /development/ndk/platforms/android-8/include/
time.h 92 #define CLOCKS_PER_SEC 1000000
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
time.h 92 #define CLOCKS_PER_SEC 1000000
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
time.h 92 #define CLOCKS_PER_SEC 1000000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
time.h 92 #define CLOCKS_PER_SEC 1000000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
time.h 92 #define CLOCKS_PER_SEC 1000000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
time.h 92 #define CLOCKS_PER_SEC 1000000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
time.h 92 #define CLOCKS_PER_SEC 1000000
  /bionic/libc/include/
time.h 110 #define CLOCKS_PER_SEC 1000000
  /external/libxml2/
xmllint.c 468 #ifndef CLOCKS_PER_SEC
469 #define CLOCKS_PER_SEC 100
485 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
    [all...]

Completed in 644 milliseconds