/third_party/musl/porting/liteos_m/user/include/ |
D | stdint.h | 28 typedef int64_t int_least64_t; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 28 typedef int64_t int_least64_t; typedef
|
/third_party/musl/include/ |
D | stdint.h | 28 typedef int64_t int_least64_t; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 28 typedef int64_t int_least64_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdint.h | 28 typedef int64_t int_least64_t; typedef
|
/third_party/musl/libc-test/src/api/ |
D | stdint.c | 17 T(int_least64_t) in f()
|
D | inttypes.c | 19 T(int_least64_t) in f()
|
/third_party/musl/porting/linux/user/src/internal/ |
D | stdatomic_impl.h | 56 typedef _Atomic(int_least64_t) atomic_int_least64_t;
|
/third_party/musl/src/internal/ |
D | stdatomic_impl.h | 56 typedef _Atomic(int_least64_t) atomic_int_least64_t;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_info.h | 38 std::int_least64_t unix_time; // the instant of this transition
|
D | time_zone_info.cc | 78 const std::int_least64_t kSecsPer400Years = 146097LL * kSecsPerDay;
|
/third_party/node/deps/uv/include/uv/ |
D | stdint-msvc2008.h | 97 typedef int64_t int_least64_t; typedef
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 97 typedef int64_t int_least64_t; typedef
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 69 typedef int_least64_t atomic_int_least64_t;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 62 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/ |
D | stdatomic-fbsd.h | 239 typedef _Atomic(int_least64_t) atomic_int_least64_t;
|
/third_party/tzdata/ |
D | Makefile | 135 TIME_T_ALTERNATIVES_HEAD = int_least64_t
|
/third_party/json/tests/src/ |
D | unit-conversions.cpp | 755 auto n = j.get<int_least64_t>(); 993 int_least64_t n = j;
|
D | unit-constructor1.cpp | 670 int_least64_t n = 42;
|
/third_party/libexif/m4m/ |
D | stdint.m4 | 560 typedef int64_t int_least64_t;
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_timer_query.txt | 526 type int_least64_t, but we use names similar to the C99 optional type
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_timer_query.txt | 145 type int_least64_t, but we use names similar to the C99 optional type
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_timer_query.txt | 145 type int_least64_t, but we use names similar to the C99 optional type
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_timer_query.txt | 547 type int_least64_t, but we use names similar to the C99 optional type
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_timer_query.txt | 537 type int_least64_t, but we use names similar to the C99 optional type
|