/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | shuffle.h | 44 uint_fast64_t __oldstate = __state_; in operator() 53 uint_fast64_t __state_; 54 uint_fast64_t __inc_; 55 _LIBCPP_HIDE_FROM_ABI static uint_fast64_t __seed() { in __seed()
|
/freebsd/contrib/bc/include/ |
H A D | rand.h | 184 uint_fast64_t lo; 187 uint_fast64_t hi; 268 #define BC_RAND_BOTTOM32 (((uint_fast64_t) 0xffffffffULL)) 310 typedef uint_fast64_t BcRandState;
|
/freebsd/contrib/bc/src/ |
H A D | rand.c | 70 bc_rand_addition(uint_fast64_t a, uint_fast64_t b) in bc_rand_addition() 105 bc_rand_multiply(uint_fast64_t a, uint_fast64_t b) in bc_rand_multiply() 107 uint_fast64_t al, ah, bl, bh, c0, c1, c2, c3; in bc_rand_multiply() 163 r->inc.lo |= (uint_fast64_t) 1UL; in bc_rand_setModified()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdint | 132 uint_fast64_t 189 using ::uint_fast64_t _LIBCPP_USING_IF_EXISTS;
|
H A D | random | 371 typedef mersenne_twister_engine<uint_fast64_t, 64, 312, 156, 31, 378 typedef subtract_with_carry_engine<uint_fast64_t, 48, 5, 12> ranlux48_base;
|
H A D | atomic | 499 typedef atomic<uint_fast64_t> atomic_uint_fast64_t;
|
/freebsd/contrib/llvm-project/libcxx/include/__random/ |
H A D | ranlux.h | 24 typedef subtract_with_carry_engine<uint_fast64_t, 48, 5, 12> ranlux48_base;
|
H A D | mersenne_twister_engine.h | 894 uint_fast64_t,
|
/freebsd/sys/sys/ |
H A D | stdint.h | 56 typedef __uint_fast64_t uint_fast64_t; typedef
|
/freebsd/contrib/netbsd-tests/lib/libc/sync/ |
H A D | cpp_atomic_ops_linkable.cc | 97 ATest<uint_fast64_t>(); in main()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdint.inc | 39 using ::uint_fast64_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstdint.cppm |
|
H A D | cstdint.inc | 39 using std::uint_fast64_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | aliases.h | 65 using atomic_uint_fast64_t = atomic<uint_fast64_t>;
|
/freebsd/lib/libc/tests/stdio/ |
H A D | snprintf_test.c | 187 SNPRINTF_TEST("18446744073709551615", "%wf64u", (uint_fast64_t)ULLONG_MAX); in ATF_TC_BODY()
|
H A D | swprintf_test.c | 188 SWPRINTF_TEST("18446744073709551615", "%wf64u", (uint_fast64_t)ULLONG_MAX); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdatomic.h | 131 typedef _Atomic(uint_fast64_t) atomic_uint_fast64_t;
|
H A D | stdint.h | 125 typedef __uint_least64_t uint_fast64_t; typedef
|
/freebsd/contrib/tzcode/ |
H A D | private.h | 417 typedef unsigned long uint_fast64_t; 421 typedef unsigned long long uint_fast64_t; 393 typedef unsigned long uint_fast64_t; global() typedef 397 typedef unsigned long long uint_fast64_t; global() typedef
|
H A D | zic.c | 1263 /* Return a random uint_fast64_t. */ 1264 static uint_fast64_t 1268 static uint_fast64_t entropy_buffer[max(1, 256 / sizeof(uint_fast64_t))]; in get_rand_u64() 1300 uint_fast64_t rand_max = RAND_MAX, in get_rand_u64() 1306 uint_fast64_t rmax1 = rmax; in get_rand_u64() 1309 where uint_fast64_t promotes to int. */ in get_rand_u64() 1342 uint_fast64_t r; in random_dirent() 1343 uint_fast64_t base = alphabetlen; in random_dirent() 1346 uint_fast64_t base__ in random_dirent() [all...] |
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_inttypes.c | 65 uint_fast64_t uif64 = 0; in ATF_TC_BODY()
|
/freebsd/lib/libc/gen/ |
H A D | glob-compat11.c | 100 typedef uint_fast64_t Char;
|
H A D | glob.c | 132 typedef uint_fast64_t Char;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 845 SYMBOL(uint_fast64_t, None, <stdint.h>)
|
H A D | StdSymbolMap.inc | 2987 SYMBOL(uint_fast64_t, std::, <cstdint>) 2988 SYMBOL(uint_fast64_t, None, <cstdint>) 2989 SYMBOL(uint_fast64_t, None, <stdint.h>)
|