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

1 2 3 4 5 6 7

  /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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
result_type.pass.cpp 35 std::uint_fast64_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
result_type.pass.cpp 37 std::uint_fast64_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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;
  /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()() {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 94 typedef ::uintfast64_t uint_fast64_t; typedef
131 using ::uint_fast64_t;
174 typedef uint64_t uint_fast64_t;
313 typedef ::boost::ulong_long_type uint_fast64_t;
325 typedef unsigned long uint_fast64_t;
337 __extension__ typedef unsigned long long uint_fast64_t;
349 typedef unsigned __int64 uint_fast64_t;
  /external/opencv3/3rdparty/libjasper/jasper/
jas_types.h 188 typedef ulonglong uint_fast64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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
  /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/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/opencv3/3rdparty/include/
msc_stdint.h 82 typedef uint64_t uint_fast64_t; typedef
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 28 // typedef atomic<uint_fast64_t> atomic_uint_fast64_t;
59 static_assert((std::is_same<std::atomic<std::uint_fast64_t>, std::atomic_uint_fast64_t>::value), "");
  /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
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 143 // typedef uint_fast64_t
144 static_assert(sizeof(uint_fast64_t)*CHAR_BIT >= 64,
145 "sizeof(uint_fast64_t)*CHAR_BIT >= 64");
146 static_assert(std::is_unsigned<uint_fast64_t>::value,
147 "std::is_unsigned<uint_fast64_t>::value");
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 144 // typedef std::uint_fast64_t
145 static_assert(sizeof(std::uint_fast64_t)*CHAR_BIT >= 64,
146 "sizeof(std::uint_fast64_t)*CHAR_BIT >= 64");
147 static_assert(std::is_unsigned<std::uint_fast64_t>::value,
148 "std::is_unsigned<std::uint_fast64_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 142 // typedef uint_fast64_t
143 static_assert(sizeof(uint_fast64_t)*CHAR_BIT >= 64,
144 "sizeof(uint_fast64_t)*CHAR_BIT >= 64");
145 static_assert(std::is_unsigned<uint_fast64_t>::value,
146 "std::is_unsigned<uint_fast64_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 142 // typedef std::uint_fast64_t
143 static_assert(sizeof(std::uint_fast64_t)*CHAR_BIT >= 64,
144 "sizeof(std::uint_fast64_t)*CHAR_BIT >= 64");
145 static_assert(std::is_unsigned<std::uint_fast64_t>::value,
146 "std::is_unsigned<std::uint_fast64_t>::value");
  /development/ndk/platforms/android-3/include/
stdint.h 158 typedef uint64_t uint_fast64_t; typedef
  /external/clang/lib/Headers/
stdatomic.h 121 typedef _Atomic(uint_fast64_t) atomic_uint_fast64_t;
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 111 typedef uint64_t uint_fast64_t; typedef

Completed in 763 milliseconds

1 2 3 4 5 6 7