Searched refs:int_fast64_t (Results 1 - 21 of 21) 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/utilities/function.objects/unord.hash/
H A Dintegral.pass.cpp80 test<int_fast64_t>();
/external/syslinux/dos/
H A Dstdint.h37 typedef signed long long int_fast64_t; typedef
/external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
H A Dhyperplane_lsh_probes.h69 void SetupProbing(const Vector& hash_vector, int_fast64_t num_probes) {
224 int_fast64_t num_probes_;
225 int_fast64_t cur_probe_counter_;
/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/syslinux/com32/include/
H A Dstdint.h21 typedef int64_t int_fast64_t; typedef
/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");
H A Dinttypes_h.pass.cpp906 test<int_fast64_t>();
/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/libusb/msvc/
H A Dstdint.h117 typedef __int64 int_fast64_t; typedef
/external/libvncserver/compat/msvc/
H A Dstdint.h107 typedef int64_t int_fast64_t; typedef
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h92 typedef int64_t int_fast64_t; typedef
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp906 test<std::int_fast64_t>();
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h781 typedef int64_t int_fast64_t; typedef
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2496 int_fast64_t = int64_t variable
2561 '__darwin_socklen_t', '__darwin_intptr_t', 'int_fast64_t',
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2496 int_fast64_t = int64_t variable
2561 '__darwin_socklen_t', '__darwin_intptr_t', 'int_fast64_t',

Completed in 365 milliseconds