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

/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h141 typedef long long int_fast64_t; typedef
155 typedef long int_fast64_t; typedef
412 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
H A Dlocaltime.c89 int_fast64_t ls_corr; /* correction to apply */
134 static int_fast64_t detzcode64(const char * codep);
239 static int_fast64_t
242 register int_fast64_t result;
419 int_fast64_t at
1424 register int_fast64_t rem;
1427 register int_fast64_t corr;
1999 static int_fast64_t
H A Dzic.c36 typedef int_fast64_t zic_t;
/external/libcxx/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp29 // typedef atomic<int_fast64_t> atomic_int_fast64_t;
60 static_assert((std::is_same<std::atomic< std::int_fast64_t>, std::atomic_int_fast64_t>::value), "");
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp122 // typedef int_fast64_t
123 static_assert(sizeof(int_fast64_t)*CHAR_BIT >= 64,
124 "sizeof(int_fast64_t)*CHAR_BIT >= 64");
125 static_assert(std::is_signed<int_fast64_t>::value,
126 "std::is_signed<int_fast64_t>::value");
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp123 // typedef std::int_fast64_t
124 static_assert(sizeof(std::int_fast64_t)*CHAR_BIT >= 64,
125 "sizeof(std::int_fast64_t)*CHAR_BIT >= 64");
126 static_assert(std::is_signed<std::int_fast64_t>::value,
127 "std::is_signed<std::int_fast64_t>::value");
/external/clang/lib/Headers/
H A Dstdatomic.h120 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;
H A Dstdint.h123 typedef __int_least64_t int_fast64_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h107 typedef int64_t int_fast64_t; typedef
/external/libvncserver/compat/msvc/
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/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dstdatomic.h120 typedef _Atomic(int_fast64_t) atomic_int_fast64_t;
H A Dstdint.h123 typedef __int_least64_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/libcxx/test/std/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/bison/
H A Dconfigure14262 int_fast64_t e4 = INT_FAST64_MAX;
14263 int_fast64_t e4min = INT_FAST64_MIN;

Completed in 325 milliseconds