Home
last modified time | relevance | path

Searched refs:uint_least16_t (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/src/internal/
H A Dstdatomic_impl.h47 typedef _Atomic(uint_least16_t) atomic_char16_t;
53 typedef _Atomic(uint_least16_t) atomic_uint_least16_t;
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h47 typedef _Atomic(uint_least16_t) atomic_char16_t;
53 typedef _Atomic(uint_least16_t) atomic_uint_least16_t;
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdint.h34 typedef uint16_t uint_least16_t; typedef
/third_party/musl/porting/liteos_m/user/include/
H A Dstdint.h34 typedef uint16_t uint_least16_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdint.h34 typedef uint16_t uint_least16_t; typedef
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdint.h34 typedef uint16_t uint_least16_t; typedef
/third_party/musl/include/
H A Dstdint.h34 typedef uint16_t uint_least16_t; typedef
/third_party/musl/libc-test/src/api/
H A Dstdint.c19 T(uint_least16_t) in f()
H A Dinttypes.c21 T(uint_least16_t) in f()
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h99 typedef uint16_t uint_least16_t; typedef
/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h66 typedef uint_least16_t atomic_uint_least16_t;
/third_party/elfutils/lib/
H A Dstdatomic-fbsd.h236 typedef _Atomic(uint_least16_t) atomic_uint_least16_t;
/third_party/json/tests/src/
H A Dunit-conversions.cpp815 auto n = j.get<uint_least16_t>();
1053 uint_least16_t n = j_unsigned;
H A Dunit-constructor1.cpp748 SECTION("uint_least16_t")
750 uint_least16_t n = 42;
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs241 pub type uint_least16_t = ::std::os::raw::c_ushort; types
/third_party/python/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2490 uint_least16_t = uint16_t variable
2552 'uint_least16_t', '__darwin_dev_t', 'evp_cipher_info_st',
/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp802 typedef uint_least16_t yytype_uint16;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp96 typedef unsigned short int uint_least16_t; typedef
2922 typedef unsigned short uint_least16_t;
4618 struct __make_signed<char16_t> : __make_signed<uint_least16_t>
16598 using ::uint_least16_t;
16615 typedef uint_least16_t int_type;
[all...]

Completed in 57 milliseconds