Searched refs:uint_least16_t (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdint | 120 uint_least16_t 177 using ::uint_least16_t _LIBCPP_USING_IF_EXISTS;
|
H A D | atomic | 486 typedef atomic<uint_least16_t> atomic_uint_least16_t;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdatomic.h | 113 typedef _Atomic(uint_least16_t) atomic_char16_t; 119 typedef _Atomic(uint_least16_t) atomic_uint_least16_t;
|
H A D | stdint.h | 260 typedef __uint_least16_t uint_least16_t; typedef
|
/freebsd/sys/sys/ |
H A D | stdint.h | 44 typedef __uint_least16_t uint_least16_t; typedef
|
/freebsd/contrib/netbsd-tests/lib/libc/sync/ |
H A D | cpp_atomic_ops_linkable.cc | 82 ATest<uint_least16_t>(); in main()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdint.inc | 42 using ::uint_least16_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstdint.cppm |
|
H A D | cstdint.inc | 42 using std::uint_least16_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | aliases.h | 52 using atomic_uint_least16_t = atomic<uint_least16_t>;
|
/freebsd/contrib/llvm-project/libcxx/include/__string/ |
H A D | char_traits.h | 283 : __char_traits_base<char16_t, uint_least16_t, static_cast<uint_least16_t>(0xFFFF)> {
|
/freebsd/contrib/netbsd-tests/include/ |
H A D | t_inttypes.c | 59 uint_least16_t uil16 = 0; in ATF_TC_BODY()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_parser.c | 1035 typedef uint_least16_t yytype_uint16;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 847 SYMBOL(uint_least16_t, None, <stdint.h>)
|
H A D | StdSymbolMap.inc | 2993 SYMBOL(uint_least16_t, std::, <cstdint>) 2994 SYMBOL(uint_least16_t, None, <cstdint>) 2995 SYMBOL(uint_least16_t, None, <stdint.h>)
|
/freebsd/contrib/unbound/util/ |
H A D | configparser.c | 963 typedef uint_least16_t yytype_uint16;
|