Home
last modified time | relevance | path

Searched refs:uint_fast64_t (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdint.h31 typedef uint64_t uint_fast64_t; typedef
/third_party/musl/porting/liteos_m/user/include/
H A Dstdint.h31 typedef uint64_t uint_fast64_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdint.h31 typedef uint64_t uint_fast64_t; typedef
/third_party/musl/src/internal/
H A Dstdatomic_impl.h65 typedef _Atomic(uint_fast64_t) atomic_uint_fast64_t;
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h65 typedef _Atomic(uint_fast64_t) atomic_uint_fast64_t;
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdint.h31 typedef uint64_t uint_fast64_t; typedef
/third_party/musl/include/
H A Dstdint.h31 typedef uint64_t uint_fast64_t; typedef
/third_party/musl/libc-test/src/api/
H A Dstdint.c29 T(uint_fast64_t) in f()
H A Dinttypes.c31 T(uint_fast64_t) in f()
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h111 typedef uint64_t uint_fast64_t; typedef
/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h78 typedef uint_fast64_t atomic_uint_fast64_t;
/third_party/tzdata/
H A Dprivate.h393 typedef unsigned long uint_fast64_t; typedef
397 typedef unsigned long long uint_fast64_t; typedef
H A Dzic.c1234 /* Return a random uint_fast64_t. */
1235 static uint_fast64_t
1239 static uint_fast64_t entropy_buffer[max(1, 256 / sizeof(uint_fast64_t))]; in get_rand_u64()
1268 uint_fast64_t rand_max = RAND_MAX, in get_rand_u64()
1274 uint_fast64_t rmax1 = rmax; in get_rand_u64()
1277 where uint_fast64_t promotes to int. */ in get_rand_u64()
1310 uint_fast64_t r; in random_dirent()
1311 uint_fast64_t base = alphabetlen; in random_dirent()
1314 uint_fast64_t base__ in random_dirent()
[all...]
/third_party/elfutils/lib/
H A Dstdatomic-fbsd.h248 typedef _Atomic(uint_fast64_t) atomic_uint_fast64_t;
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.cc128 std::uint_fast64_t v = 0; in Decode64()
131 const auto s64maxU = static_cast<std::uint_fast64_t>(s64max); in Decode64()
/third_party/json/tests/src/
H A Dunit-conversions.cpp803 auto n = j.get<uint_fast64_t>();
1041 uint_fast64_t n = j_unsigned;
H A Dunit-constructor1.cpp732 SECTION("uint_fast64_t")
734 uint_fast64_t n = 42;
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs251 pub type uint_fast64_t = ::std::os::raw::c_ulong; types
/third_party/python/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2500 uint_fast64_t = uint64_t variable
2627 'uint_fast64_t', 'in_addr_t', 'pthread_mutex_t',
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp111 typedef unsigned long int uint_fast64_t; typedef
16595 using ::uint_fast64_t;
[all...]

Completed in 45 milliseconds