Searched refs:uint_fast8_t (Results 1 – 17 of 17) sorted by relevance
| /src/sys/net80211/ |
| H A D | ieee80211_ratectl.h | 64 uint_fast8_t short_retries; /* RTS/CTS retries */ 65 uint_fast8_t long_retries; /* ACK retries */
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | cstdint | 129 uint_fast8_t 186 using ::uint_fast8_t _LIBCPP_USING_IF_EXISTS;
|
| H A D | atomic | 493 typedef atomic<uint_fast8_t> atomic_uint_fast8_t;
|
| /src/sys/sys/ |
| H A D | stdint.h | 53 typedef __uint_fast8_t uint_fast8_t; typedef
|
| /src/contrib/netbsd-tests/lib/libc/sync/ |
| H A D | cpp_atomic_ops_linkable.cc | 90 ATest<uint_fast8_t>(); in main()
|
| /src/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cstdint.inc | 40 using ::uint_fast8_t _LIBCPP_USING_IF_EXISTS;
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cstdint.inc | 40 using std::uint_fast8_t _LIBCPP_USING_IF_EXISTS;
|
| /src/lib/libc/tests/gen/ |
| H A D | limits_test.c | 74 CHECK_UTYPE(uint_fast8_t, UINT_FAST8);
|
| /src/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | aliases.h | 59 using atomic_uint_fast8_t = atomic<uint_fast8_t>;
|
| /src/contrib/jemalloc/include/msvc_compat/C99/ |
| H A D | stdint.h | 108 typedef uint8_t uint_fast8_t; typedef
|
| /src/lib/libc/tests/stdio/ |
| H A D | swprintf_test.c | 170 SWPRINTF_TEST("4294967295", "%wf8u", (uint_fast8_t)UINT_MAX); in ATF_TC_BODY()
|
| H A D | snprintf_test.c | 169 SNPRINTF_TEST("4294967295", "%wf8u", (uint_fast8_t)UINT_MAX); in ATF_TC_BODY()
|
| /src/contrib/llvm-project/clang/lib/Headers/ |
| H A D | stdatomic.h | 125 typedef _Atomic(uint_fast8_t) atomic_uint_fast8_t;
|
| H A D | stdint.h | 281 typedef __uint_least8_t uint_fast8_t; typedef
|
| /src/contrib/netbsd-tests/include/ |
| H A D | t_inttypes.c | 62 uint_fast8_t uif8 = 0; in ATF_TC_BODY()
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 846 SYMBOL(uint_fast8_t, None, <stdint.h>)
|
| H A D | StdSymbolMap.inc | 2990 SYMBOL(uint_fast8_t, std::, <cstdint>) 2991 SYMBOL(uint_fast8_t, None, <cstdint>) 2992 SYMBOL(uint_fast8_t, None, <stdint.h>)
|