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

1 2 3 4 5

  /external/llvm/include/llvm/Support/
RandomNumberGenerator.h 35 uint_fast64_t operator()();
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
result_type.pass.cpp 35 std::uint_fast64_t>::value), "");
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
result_type.pass.cpp 37 std::uint_fast64_t>::value), "");
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
result_type.pass.cpp 35 std::uint_fast64_t>::value), "");
  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 79 typedef unsigned long int uint_fast64_t;
83 typedef unsigned long long int uint_fast64_t;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
result_type.pass.cpp 35 std::uint_fast64_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.mers/
result_type.pass.cpp 37 std::uint_fast64_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.sub/
result_type.pass.cpp 35 std::uint_fast64_t>::value), "");
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 75 typedef UINT64 uint_fast64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 75 typedef UINT64 uint_fast64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 75 typedef UINT64 uint_fast64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 76 typedef UINT64 uint_fast64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 75 typedef UINT64 uint_fast64_t; typedef
  /bionic/tests/
stdint_test.cpp 25 ASSERT_EQ(8U, sizeof(uint_fast64_t));
  /external/llvm/lib/Support/
RandomNumberGenerator.cpp 55 uint_fast64_t RandomNumberGenerator::operator()() {
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 56 typedef __uint_fast64_t uint_fast64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 108 typedef unsigned long int uint_fast64_t; typedef
113 typedef unsigned long long int uint_fast64_t; typedef
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 98 test<uint_fast64_t>();
  /external/syslinux/dos/
stdint.h 42 typedef unsigned long long uint_fast64_t; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 98 test<uint_fast64_t>();
  /bionic/tests/headers/posix/
stdint_h.c 60 TYPE(uint_fast64_t);
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 30 // typedef atomic<uint_fast64_t> atomic_uint_fast64_t;
61 static_assert((std::is_same<std::atomic<std::uint_fast64_t>, std::atomic_uint_fast64_t>::value), "");
  /external/syslinux/com32/include/
stdint.h 24 typedef uint64_t uint_fast64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 65 __MINGW_EXTENSION typedef unsigned long long uint_fast64_t; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 30 // typedef atomic<uint_fast64_t> atomic_uint_fast64_t;
61 static_assert((std::is_same<std::atomic<std::uint_fast64_t>, std::atomic_uint_fast64_t>::value), "");

Completed in 301 milliseconds

1 2 3 4 5