Home
last modified time | relevance | path

Searched refs:uint_fast64_t (Results 1 – 25 of 59) sorted by relevance

123

/external/bc/include/
Drand.h103 uint_fast64_t lo;
104 uint_fast64_t hi;
123 #define BC_RAND_BOTTOM32 (((uint_fast64_t) 0xffffffffULL))
143 typedef uint_fast64_t BcRandState;
/external/bc/src/
Drand.c63 static BcRandState bc_rand_addition(uint_fast64_t a, uint_fast64_t b) { in bc_rand_addition()
84 static BcRandState bc_rand_multiply(uint_fast64_t a, uint_fast64_t b) { in bc_rand_multiply()
86 uint_fast64_t al, ah, bl, bh, c0, c1, c2, c3; in bc_rand_multiply()
129 r->inc.lo |= (uint_fast64_t) 1UL; in bc_rand_setModified()
/external/llvm-project/libcxx/include/
Dcstdint132 uint_fast64_t
180 using::uint_fast64_t;
/external/libcxx/include/
Dcstdint133 uint_fast64_t
181 using::uint_fast64_t;
/external/llvm-project/clang/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/
Dstdint.h17 typedef unsigned long long uint_fast64_t; typedef
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
Dresult_type.pass.cpp35 std::uint_fast64_t>::value), ""); in test2()
/external/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
Dresult_type.pass.cpp36 std::uint_fast64_t>::value), ""); in test2()
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
Dresult_type.pass.cpp35 std::uint_fast64_t>::value), ""); in test2()
/external/llvm-project/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
Dresult_type.pass.cpp36 std::uint_fast64_t>::value), ""); in test2()
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
Dresult_type.pass.cpp37 std::uint_fast64_t>::value), ""); in test2()
/external/llvm-project/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
Dresult_type.pass.cpp38 std::uint_fast64_t>::value), ""); in test2()
/external/llvm/include/llvm/Support/
DRandomNumberGenerator.h35 uint_fast64_t operator()();
/external/llvm/lib/Support/
DRandomNumberGenerator.cpp55 uint_fast64_t RandomNumberGenerator::operator()() { in operator ()()
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp144 static_assert(sizeof(uint_fast64_t)*CHAR_BIT >= 64, in main()
146 static_assert(std::is_unsigned<uint_fast64_t>::value, in main()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp145 static_assert(sizeof(uint_fast64_t)*CHAR_BIT >= 64, in main()
147 static_assert(std::is_unsigned<uint_fast64_t>::value, in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp145 static_assert(sizeof(std::uint_fast64_t)*CHAR_BIT >= 64, in main()
147 static_assert(std::is_unsigned<std::uint_fast64_t>::value, in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp146 static_assert(sizeof(std::uint_fast64_t)*CHAR_BIT >= 64, in main()
148 static_assert(std::is_unsigned<std::uint_fast64_t>::value, in main()
/external/libcxx/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp98 test<uint_fast64_t>(); in main()
/external/llvm-project/libcxx/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp97 test<uint_fast64_t>(); in main()
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h141 typedef int uint_fast64_t; typedef
/external/capstone/include/windowsce/
Dstdint.h45 uint_fast64_t; typedef
/external/llvm-project/libcxx/test/std/atomics/
Dtypes.pass.cpp138 test<uint_fast64_t> (); in main()
/external/libcxx/test/std/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp61 …static_assert((std::is_same<std::atomic<std::uint_fast64_t>, std::atomic_uint_fast64_t>::value), "… in main()
/external/llvm-project/libcxx/test/std/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp62 …static_assert((std::is_same<std::atomic<std::uint_fast64_t>, std::atomic_uint_fast64_t>::value), "… in main()
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h111 typedef uint64_t uint_fast64_t; typedef

123