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

1 2 3 4

  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 67 typedef long int int_fast64_t;
71 typedef long long int int_fast64_t;
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 74 typedef INT64 int_fast64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 74 typedef INT64 int_fast64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 74 typedef INT64 int_fast64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 75 typedef INT64 int_fast64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 74 typedef INT64 int_fast64_t; typedef
  /bionic/tests/
stdint_test.cpp 23 ASSERT_EQ(8U, sizeof(int_fast64_t));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 51 typedef __int_fast64_t int_fast64_t; typedef
  /external/icu/icu4c/source/tools/tzcode/
private.h 141 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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 95 typedef long int int_fast64_t; typedef
100 typedef long long int int_fast64_t; typedef
  /bionic/libc/tzcode/
private.h 197 typedef long long int_fast64_t; typedef
205 typedef long int_fast64_t; typedef
578 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
localtime.c 109 int_fast64_t ls_corr; /* correction to apply */
240 static int_fast64_t
245 int_fast64_t one = 1;
246 int_fast64_t halfmaxval = one << (64 - 2);
247 int_fast64_t maxval = halfmaxval - 1 + halfmaxval;
248 int_fast64_t minval = -TWOS_COMPLEMENT(int_fast64_t) - maxval;
257 result -= !TWOS_COMPLEMENT(int_fast64_t) && result != 0;
474 int_fast64_t at
524 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p)
    [all...]
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 80 test<int_fast64_t>();
  /external/syslinux/dos/
stdint.h 37 typedef signed long long int_fast64_t; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 80 test<int_fast64_t>();
  /external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
hyperplane_lsh_probes.h 69 void SetupProbing(const Vector& hash_vector, int_fast64_t num_probes) {
224 int_fast64_t num_probes_;
225 int_fast64_t cur_probe_counter_;
  /bionic/tests/headers/posix/
stdint_h.c 56 TYPE(int_fast64_t);
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 29 // 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/
stdint.h 21 typedef int64_t int_fast64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 64 __MINGW_EXTENSION typedef long long int_fast64_t; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 29 // 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/
stdint_h.pass.cpp 122 // 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/
cstdint.pass.cpp 123 // 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");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 122 // 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");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 123 // 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");

Completed in 1938 milliseconds

1 2 3 4