Home
last modified time | relevance | path

Searched refs:int_least32_t (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.cc65 const std::int_least32_t kDaysPerYear[2] = {365, 366};
75 const std::int_least32_t kSecsPerDay = 24 * 60 * 60;
81 const std::int_least32_t kSecsPerYear[2] = {
208 tt.utc_offset = static_cast<std::int_least32_t>(offset.count()); in ResetToBuiltinUTC()
316 tt.utc_offset = static_cast<std::int_least32_t>(utc_offset); in GetTransitionType()
452 static_cast<std::int_least32_t>(Decode32(bp));
H A Dtime_zone_info.h57 std::int_least32_t utc_offset; // the new prevailing UTC offset
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdint.h27 typedef int32_t int_least32_t; typedef
/third_party/musl/porting/liteos_m/user/include/
H A Dstdint.h27 typedef int32_t int_least32_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdint.h27 typedef int32_t int_least32_t; typedef
/third_party/musl/src/internal/
H A Dstdatomic_impl.h54 typedef _Atomic(int_least32_t) atomic_int_least32_t;
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h54 typedef _Atomic(int_least32_t) atomic_int_least32_t;
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdint.h27 typedef int32_t int_least32_t; typedef
/third_party/musl/include/
H A Dstdint.h27 typedef int32_t int_least32_t; typedef
/third_party/musl/libc-test/src/api/
H A Dstdint.c16 T(int_least32_t) in f()
H A Dinttypes.c18 T(int_least32_t) in f()
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h96 typedef int32_t int_least32_t; typedef
/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h67 typedef int_least32_t atomic_int_least32_t;
/third_party/json/docs/examples/
H A Dbasic_json__CompatibleType.cpp162 int_least32_t n_int_least32_t = -17; in main()
/third_party/elfutils/lib/
H A Dstdatomic-fbsd.h237 typedef _Atomic(int_least32_t) atomic_int_least32_t;
/third_party/tzdata/
H A DMakefile136 TIME_T_ALTERNATIVES_TAIL = int_least32_t uint_least32_t uint_least64_t
/third_party/json/tests/src/
H A Dunit-conversions.cpp749 auto n = j.get<int_least32_t>();
987 int_least32_t n = j;
H A Dunit-constructor1.cpp660 SECTION("int_least32_t")
662 int_least32_t n = 42;
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs238 pub type int_least32_t = ::std::os::raw::c_int; types
/third_party/python/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2487 int_least32_t = int32_t variable
2667 'ssl_crock_st', 'int_least32_t', '__sigaction_u', 'dh_st',
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp86 typedef int int_least32_t; typedef
16581 using ::int_least32_t;
[all...]

Completed in 45 milliseconds