HomeSort by relevance Sort by last modified time
    Searched refs:int_fast64_t (Results 1 - 25 of 27) sorted by null

1 2

  /bionic/libc/tzcode/
private.h 142 typedef long long int_fast64_t; typedef
148 typedef long int_fast64_t; typedef
353 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
localtime.c 318 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0;
    [all...]
  /external/icu4c/tools/tzcode/
private.h 140 typedef long long int_fast64_t; typedef
146 typedef long int_fast64_t; typedef
287 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
localtime.c 250 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0;
1253 register int_fast64_t icycles;
    [all...]
  /system/core/libcutils/
private.h 146 typedef long long int_fast64_t; typedef
152 typedef long int_fast64_t; typedef
357 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
tztime.c 289 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0;
1201 register int_fast64_t icycles;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 95 typedef long int int_fast64_t; typedef
100 typedef long long int int_fast64_t; typedef
  /bionic/libc/include/
stdint.h 164 typedef int64_t int_fast64_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 164 typedef int64_t int_fast64_t; typedef
  /external/mesa3d/include/c99/
stdint.h 107 typedef int64_t int_fast64_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 169 typedef int64_t int_fast64_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 169 typedef int64_t int_fast64_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h 169 typedef int64_t int_fast64_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h 169 typedef int64_t int_fast64_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h 169 typedef int64_t int_fast64_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h 169 typedef int64_t int_fast64_t; typedef
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h 164 typedef int64_t int_fast64_t; typedef
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h 164 typedef int64_t int_fast64_t; typedef
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h 164 typedef int64_t int_fast64_t; typedef
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 222 #undef int_fast64_t macro
237 # define int_fast64_t int64_t macro
  /external/clang/lib/Headers/
stdint.h 83 typedef __int_least64_t int_fast64_t; typedef
  /prebuilt/sdk/11/renderscript/clang-include/
stdint.h 83 typedef __int_least64_t int_fast64_t; typedef
  /prebuilt/sdk/12/renderscript/clang-include/
stdint.h 83 typedef __int_least64_t int_fast64_t; typedef
  /prebuilt/sdk/13/renderscript/clang-include/
stdint.h 83 typedef __int_least64_t int_fast64_t; typedef
  /prebuilt/sdk/14/renderscript/clang-include/
stdint.h 83 typedef __int_least64_t int_fast64_t; typedef

Completed in 637 milliseconds

1 2