Home
last modified time | relevance | path

Searched refs:uint_least8_t (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
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);
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_a/kernel/include/
Dstdint.h33 typedef uint8_t uint_least8_t; typedef
/third_party/musl/include/
Dstdint.h33 typedef uint8_t uint_least8_t; typedef
/third_party/musl/ndk_musl_include/
Dstdint.h33 typedef uint8_t uint_least8_t; typedef
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h33 typedef uint8_t uint_least8_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h33 typedef uint8_t uint_least8_t; typedef
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h33 typedef uint8_t uint_least8_t; typedef
/third_party/musl/libc-test/src/api/
Dstdint.c18 T(uint_least8_t) in f()
Dinttypes.c20 T(uint_least8_t) in f()
/third_party/libuv/include/uv/
Dstdint-msvc2008.h98 typedef uint8_t uint_least8_t; typedef
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h64 typedef uint_least8_t atomic_uint_least8_t;
/third_party/elfutils/lib/
Dstdatomic-fbsd.h234 typedef _Atomic(uint_least8_t) atomic_uint_least8_t;
/third_party/json/test/src/
Dunit-conversions.cpp913 auto n = j.get<uint_least8_t>();
1163 uint_least8_t n = j_unsigned;
Dunit-constructor1.cpp750 uint_least8_t n = 42;
/third_party/libexif/m4m/
Dstdint.m4563 typedef uint8_t uint_least8_t;
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.tab.c989 typedef uint_least8_t yytype_uint8;
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2489 uint_least8_t = uint8_t variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp95 typedef unsigned char uint_least8_t; typedef
16597 using ::uint_least8_t;
49558 typedef atomic<uint_least8_t> atomic_uint_least8_t;