Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdint.h28 typedef int64_t int_least64_t; typedef
/third_party/musl/porting/liteos_m/user/include/
H A Dstdint.h28 typedef int64_t int_least64_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdint.h28 typedef int64_t int_least64_t; typedef
/third_party/musl/src/internal/
H A Dstdatomic_impl.h56 typedef _Atomic(int_least64_t) atomic_int_least64_t;
/third_party/musl/porting/linux/user/src/internal/
H A Dstdatomic_impl.h56 typedef _Atomic(int_least64_t) atomic_int_least64_t;
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdint.h28 typedef int64_t int_least64_t; typedef
/third_party/musl/include/
H A Dstdint.h28 typedef int64_t int_least64_t; typedef
/third_party/musl/libc-test/src/api/
H A Dstdint.c17 T(int_least64_t) in f()
H A Dinttypes.c19 T(int_least64_t) in f()
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h97 typedef int64_t int_least64_t; typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.h38 std::int_least64_t unix_time; // the instant of this transition
H A Dtime_zone_info.cc78 const std::int_least64_t kSecsPer400Years = 146097LL * kSecsPerDay;
/third_party/ffmpeg/compat/atomics/gcc/
H A Dstdatomic.h69 typedef int_least64_t atomic_int_least64_t;
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dcivil_time_detail.h62 std::int_least64_t y;
401 const auto max_year = (std::numeric_limits<std::int_least64_t>::max)(); in max()
405 const auto min_year = (std::numeric_limits<std::int_least64_t>::min)(); in min()
/third_party/elfutils/lib/
H A Dstdatomic-fbsd.h239 typedef _Atomic(int_least64_t) atomic_int_least64_t;
/third_party/tzdata/
H A DMakefile135 TIME_T_ALTERNATIVES_HEAD = int_least64_t
/third_party/json/tests/src/
H A Dunit-conversions.cpp755 auto n = j.get<int_least64_t>();
993 int_least64_t n = j;
H A Dunit-constructor1.cpp668 SECTION("int_least64_t")
670 int_least64_t n = 42;
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs239 pub type int_least64_t = ::std::os::raw::c_long; types
/third_party/python/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2488 int_least64_t = int64_t variable
2531 'x509_file_st', 'X509_req_info_st', 'int_least64_t',
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp88 typedef long int int_least64_t; typedef
16582 using ::int_least64_t;
[all...]

Completed in 55 milliseconds