Home
last modified time | relevance | path

Searched refs:int_least64_t (Results 1 – 25 of 30) sorted by relevance

12

/third_party/musl/porting/liteos_m/user/include/
Dstdint.h28 typedef int64_t int_least64_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h28 typedef int64_t int_least64_t; typedef
/third_party/musl/include/
Dstdint.h28 typedef int64_t int_least64_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h28 typedef int64_t int_least64_t; typedef
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h28 typedef int64_t int_least64_t; typedef
/third_party/musl/libc-test/src/api/
Dstdint.c17 T(int_least64_t) in f()
Dinttypes.c19 T(int_least64_t) in f()
/third_party/musl/porting/linux/user/src/internal/
Dstdatomic_impl.h56 typedef _Atomic(int_least64_t) atomic_int_least64_t;
/third_party/musl/src/internal/
Dstdatomic_impl.h56 typedef _Atomic(int_least64_t) atomic_int_least64_t;
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h38 std::int_least64_t unix_time; // the instant of this transition
Dtime_zone_info.cc78 const std::int_least64_t kSecsPer400Years = 146097LL * kSecsPerDay;
/third_party/node/deps/uv/include/uv/
Dstdint-msvc2008.h97 typedef int64_t int_least64_t; typedef
/third_party/libuv/include/uv/
Dstdint-msvc2008.h97 typedef int64_t int_least64_t; typedef
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h69 typedef int_least64_t atomic_int_least64_t;
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dcivil_time_detail.h62 std::int_least64_t y;
401 const auto max_year = (std::numeric_limits<std::int_least64_t>::max)(); in civil_time()
405 const auto min_year = (std::numeric_limits<std::int_least64_t>::min)(); in civil_time()
/third_party/elfutils/lib/
Dstdatomic-fbsd.h239 typedef _Atomic(int_least64_t) atomic_int_least64_t;
/third_party/tzdata/
DMakefile135 TIME_T_ALTERNATIVES_HEAD = int_least64_t
/third_party/json/tests/src/
Dunit-conversions.cpp755 auto n = j.get<int_least64_t>();
993 int_least64_t n = j;
Dunit-constructor1.cpp670 int_least64_t n = 42;
/third_party/libexif/m4m/
Dstdint.m4560 typedef int64_t int_least64_t;
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_timer_query.txt526 type int_least64_t, but we use names similar to the C99 optional type
/third_party/openGLES/extensions/EXT/
DEXT_timer_query.txt145 type int_least64_t, but we use names similar to the C99 optional type
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_timer_query.txt145 type int_least64_t, but we use names similar to the C99 optional type
/third_party/openGLES/extensions/ARB/
DARB_timer_query.txt547 type int_least64_t, but we use names similar to the C99 optional type
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_timer_query.txt537 type int_least64_t, but we use names similar to the C99 optional type

12