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

  /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 310 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0;
    [all...]
  /external/chromium/third_party/icu/source/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...]
zic.c 14 typedef int_fast64_t zic_t;
    [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...]
zic.c 14 typedef int_fast64_t zic_t;
    [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...]
  /bionic/libc/include/
stdint.h 169 typedef int64_t int_fast64_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 169 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

Completed in 206 milliseconds