Searched refs:int_fast64_t (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dprivate.h140 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)
H A Dlocaltime.c250 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0;
1253 register int_fast64_t icycles;
H A Dzic.c14 typedef int_fast64_t zic_t;
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h140 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)
H A Dlocaltime.c250 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0;
1253 register int_fast64_t icycles;
H A Dzic.c14 typedef int_fast64_t zic_t;
/external/libcxx/test/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp27 // 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/
H A Dstdint_h.pass.cpp121 // 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/
H A Dcstdint.pass.cpp121 // 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");
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h117 typedef __int64 int_fast64_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h107 typedef int64_t int_fast64_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h107 typedef int64_t int_fast64_t; typedef
/external/mesa3d/include/c99/
H A Dstdint.h107 typedef int64_t int_fast64_t; typedef
/external/bison/darwin-lib/
H A Dstdint.h261 #undef int_fast64_t macro
285 # define int_fast64_t int64_t macro
/external/bison/lib/
H A Dstdint.in.h260 #undef int_fast64_t
284 # define int_fast64_t int64_t
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h639 typedef int_least64_t int_fast64_t; typedef
/external/clang/lib/Headers/
H A Dstdint.h123 typedef __int_least64_t int_fast64_t; typedef
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp905 std::int_fast64_t i4 = 0;
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h781 typedef int64_t int_fast64_t; typedef
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure9938 typedef int64_t int_fast64_t;
/external/bison/
H A Dconfigure14262 int_fast64_t e4 = INT_FAST64_MAX;
14263 int_fast64_t e4min = INT_FAST64_MIN;

Completed in 592 milliseconds