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

1 2

  /bionic/tests/
stdint_test.cpp 23 ASSERT_EQ(8U, sizeof(int_fast64_t));
  /external/chromium_org/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...]
  /external/icu/icu4c/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...]
  /bionic/libc/tzcode/
private.h 144 typedef long long int_fast64_t; typedef
158 typedef long int_fast64_t; typedef
401 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
localtime.c 102 int_fast64_t ls_corr; /* correction to apply */
150 static int_fast64_t detzcode64(const char * codep);
255 static int_fast64_t
258 register int_fast64_t result;
432 int_fast64_t at
    [all...]
  /external/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 27 // typedef atomic<int_fast64_t> atomic_int_fast64_t;
58 static_assert((std::is_same<std::atomic< std::int_fast64_t>, std::atomic_int_fast64_t>::value), "");
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 121 // typedef int_fast64_t
122 static_assert(sizeof(int_fast64_t)*CHAR_BIT >= 64,
123 "sizeof(int_fast64_t)*CHAR_BIT >= 64");
124 static_assert(std::is_signed<int_fast64_t>::value,
125 "std::is_signed<int_fast64_t>::value");
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 121 // typedef std::int_fast64_t
122 static_assert(sizeof(std::int_fast64_t)*CHAR_BIT >= 64,
123 "sizeof(std::int_fast64_t)*CHAR_BIT >= 64");
124 static_assert(std::is_signed<std::int_fast64_t>::value,
125 "std::is_signed<std::int_fast64_t>::value");
  /development/ndk/platforms/android-3/include/
stdint.h 155 typedef int64_t int_fast64_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 117 typedef __int64 int_fast64_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 107 typedef int64_t int_fast64_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 107 typedef int64_t int_fast64_t; typedef
  /external/mesa3d/include/c99/
stdint.h 107 typedef int64_t int_fast64_t; typedef
  /external/bison/darwin-lib/
stdint.h 261 #undef int_fast64_t macro
285 # define int_fast64_t int64_t macro
  /external/bison/lib/
stdint.in.h 260 #undef int_fast64_t
284 # define int_fast64_t int64_t
  /bionic/libc/include/
stdint.h 87 typedef int64_t int_fast64_t; typedef
stdatomic.h 379 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;
  /development/ndk/platforms/android-L/include/
stdint.h 87 typedef int64_t int_fast64_t; typedef
stdatomic.h 225 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 639 typedef int_least64_t int_fast64_t; typedef
  /external/clang/lib/Headers/
stdint.h 123 typedef __int_least64_t int_fast64_t; typedef
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 905 std::int_fast64_t i4 = 0;
  /external/mdnsresponder/mDNSShared/
CommonServices.h 781 typedef int64_t int_fast64_t; typedef
    [all...]

Completed in 635 milliseconds

1 2