Home
last modified time | relevance | path

Searched refs:uint_least8_t (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.h39 std::uint_least8_t type_index; // index of the transition type
61 std::uint_least8_t abbr_index; // index of the new abbreviation
99 const std::string& abbr, std::uint_least8_t* index);
H A Dtime_zone_info.cc299 std::uint_least8_t* index) { in GetTransitionType()
322 tt.abbr_index = static_cast<std::uint_least8_t>(abbr_index); in GetTransitionType()
324 *index = static_cast<std::uint_least8_t>(type_index); in GetTransitionType()
338 std::uint_least8_t std_ti; in ExtendTransitions()
349 std::uint_least8_t dst_ti; in ExtendTransitions()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdint.h33 typedef uint8_t uint_least8_t; typedef
/third_party/musl/porting/liteos_m/user/include/
H A Dstdint.h33 typedef uint8_t uint_least8_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdint.h33 typedef uint8_t uint_least8_t; typedef
/third_party/musl/src/internal/
H A Dstdatomic_impl.h51 typedef _Atomic(uint_least8_t) atomic_uint_least8_t;
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h51 typedef _Atomic(uint_least8_t) atomic_uint_least8_t;
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdint.h33 typedef uint8_t uint_least8_t; typedef
/third_party/musl/include/
H A Dstdint.h33 typedef uint8_t uint_least8_t; typedef
/third_party/musl/libc-test/src/api/
H A Dstdint.c18 T(uint_least8_t) in f()
H A Dinttypes.c20 T(uint_least8_t) in f()
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h98 typedef uint8_t uint_least8_t; typedef
/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h64 typedef uint_least8_t atomic_uint_least8_t;
/third_party/elfutils/lib/
H A Dstdatomic-fbsd.h234 typedef _Atomic(uint_least8_t) atomic_uint_least8_t;
/third_party/json/tests/src/
H A Dunit-conversions.cpp809 auto n = j.get<uint_least8_t>();
1047 uint_least8_t n = j_unsigned;
H A Dunit-constructor1.cpp740 SECTION("uint_least8_t")
742 uint_least8_t n = 42;
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs240 pub type uint_least8_t = ::std::os::raw::c_uchar; types
/third_party/python/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2489 uint_least8_t = uint8_t variable
2515 'uint_least8_t', 'pthread_rwlock_t', 'ASN1_IA5STRING',
/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp791 typedef uint_least8_t yytype_uint8;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp95 typedef unsigned char uint_least8_t; typedef
16597 using ::uint_least8_t;
[all...]

Completed in 89 milliseconds