| /src/contrib/llvm-project/libcxx/include/ |
| H A D | cstdint | 131 uint_fast32_t 188 using ::uint_fast32_t _LIBCPP_USING_IF_EXISTS;
|
| H A D | random | 361 typedef linear_congruential_engine<uint_fast32_t, 16807, 0, 2147483647> 363 typedef linear_congruential_engine<uint_fast32_t, 48271, 0, 2147483647> 365 typedef mersenne_twister_engine<uint_fast32_t, 32, 624, 397, 31, 377 typedef subtract_with_carry_engine<uint_fast32_t, 24, 10, 24> ranlux24_base;
|
| H A D | atomic | 497 typedef atomic<uint_fast32_t> atomic_uint_fast32_t;
|
| /src/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | shuffle.h | 38 typedef uint_fast32_t result_type; 76 typedef uint_fast32_t result_type;
|
| /src/contrib/llvm-project/libcxx/include/__random/ |
| H A D | ranlux.h | 23 typedef subtract_with_carry_engine<uint_fast32_t, 24, 10, 24> ranlux24_base;
|
| H A D | linear_congruential_engine.h | 380 typedef linear_congruential_engine<uint_fast32_t, 16807, 0, 2147483647> minstd_rand0; 381 typedef linear_congruential_engine<uint_fast32_t, 48271, 0, 2147483647> minstd_rand;
|
| H A D | mersenne_twister_engine.h | 878 uint_fast32_t,
|
| /src/sys/sys/ |
| H A D | stdint.h | 55 typedef __uint_fast32_t uint_fast32_t; typedef
|
| /src/contrib/netbsd-tests/lib/libc/sync/ |
| H A D | cpp_atomic_ops_linkable.cc | 94 ATest<uint_fast32_t>(); in main()
|
| /src/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cstdint.inc | 38 using ::uint_fast32_t _LIBCPP_USING_IF_EXISTS;
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cstdint.inc | 38 using std::uint_fast32_t _LIBCPP_USING_IF_EXISTS;
|
| /src/lib/libc/tests/gen/ |
| H A D | limits_test.c | 76 CHECK_UTYPE(uint_fast32_t, UINT_FAST32);
|
| /src/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | aliases.h | 63 using atomic_uint_fast32_t = atomic<uint_fast32_t>;
|
| /src/contrib/jemalloc/include/msvc_compat/C99/ |
| H A D | stdint.h | 110 typedef uint32_t uint_fast32_t; typedef
|
| /src/lib/libc/tests/stdio/ |
| H A D | swprintf_test.c | 182 SWPRINTF_TEST("4294967295", "%wf32u", (uint_fast32_t)UINT_MAX); in ATF_TC_BODY()
|
| H A D | snprintf_test.c | 181 SNPRINTF_TEST("4294967295", "%wf32u", (uint_fast32_t)UINT_MAX); in ATF_TC_BODY()
|
| /src/contrib/llvm-project/clang/lib/Headers/ |
| H A D | stdatomic.h | 129 typedef _Atomic(uint_fast32_t) atomic_uint_fast32_t;
|
| H A D | stdint.h | 223 typedef __uint_least32_t uint_fast32_t; typedef
|
| /src/contrib/netbsd-tests/include/ |
| H A D | t_inttypes.c | 64 uint_fast32_t uif32 = 0; in ATF_TC_BODY()
|
| /src/contrib/tzcode/ |
| H A D | private.h | 460 typedef unsigned long uint_fast32_t; typedef
|
| H A D | zic.c | 2554 convert(uint_fast32_t val, char *buf) in convert()
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 844 SYMBOL(uint_fast32_t, None, <stdint.h>)
|
| H A D | StdSymbolMap.inc | 2984 SYMBOL(uint_fast32_t, std::, <cstdint>) 2985 SYMBOL(uint_fast32_t, None, <cstdint>) 2986 SYMBOL(uint_fast32_t, None, <stdint.h>)
|