/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 83 std::int_fast8_t month; // month of year [1:12] 84 std::int_fast8_t week; // week of month [1:5] (5==last) 85 std::int_fast8_t weekday; // 0==Sun, ..., 6=Sat
|
D | time_zone_posix.cc | 106 res->date.m.month = static_cast<std::int_fast8_t>(month); in ParseDateTime() 107 res->date.m.week = static_cast<std::int_fast8_t>(week); in ParseDateTime() 108 res->date.m.weekday = static_cast<std::int_fast8_t>(weekday); in ParseDateTime()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_posix.h | 83 std::int_fast8_t month; // month of year [1:12] 84 std::int_fast8_t week; // week of month [1:5] (5==last) 85 std::int_fast8_t weekday; // 0==Sun, ..., 6=Sat
|
D | time_zone_posix.cc | 106 res->date.m.month = static_cast<std::int_fast8_t>(month); in ParseDateTime() 107 res->date.m.week = static_cast<std::int_fast8_t>(week); in ParseDateTime() 108 res->date.m.weekday = static_cast<std::int_fast8_t>(weekday); in ParseDateTime()
|
/third_party/boost/boost/ |
D | cstdint.hpp | 89 typedef ::intfast8_t int_fast8_t; typedef 119 using ::int_fast8_t; 162 typedef int8_t int_fast8_t; typedef 224 typedef signed char int_fast8_t; typedef
|
/third_party/boost/libs/config/test/ |
D | cstdint_test2.cpp | 54 static const boost::int_fast8_t int_fast8 = INT8_C(-127); 174 boost::int_fast8_t int_fast8 = INT8_C(-127); in main()
|
D | cstdint_test.cpp | 44 static const boost::int_fast8_t int_fast8 = INT8_C(-127); 164 boost::int_fast8_t int_fast8 = INT8_C(-127); in main()
|
D | cstdint_include_test.cpp | 47 boost::int_fast8_t i8fast = INT8_C(0); in main()
|
D | boost_has_stdint_h.ipp | 31 int_fast8_t j = 0;
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 22 typedef int8_t int_fast8_t; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 26 typedef int8_t int_fast8_t; typedef
|
/third_party/musl/include/ |
D | stdint.h | 22 typedef int8_t int_fast8_t; typedef
|
/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 51 using month_t = std::int_fast8_t; // [1:12] 52 using day_t = std::int_fast8_t; // [1:31] 53 using hour_t = std::int_fast8_t; // [0:23] 54 using minute_t = std::int_fast8_t; // [0:59] 55 using second_t = std::int_fast8_t; // [0:59]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 51 using month_t = std::int_fast8_t; // [1:12] 52 using day_t = std::int_fast8_t; // [1:31] 53 using hour_t = std::int_fast8_t; // [0:23] 54 using minute_t = std::int_fast8_t; // [0:59] 55 using second_t = std::int_fast8_t; // [0:59]
|
/third_party/musl/libc-test/src/api/ |
D | stdint.c | 22 T(int_fast8_t) in f()
|
D | inttypes.c | 24 T(int_fast8_t) in f()
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | stdint.h | 58 typedef signed char int_fast8_t; typedef
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 104 typedef int8_t int_fast8_t; typedef
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 71 typedef int_fast8_t atomic_int_fast8_t;
|
/third_party/boost/boost/atomic/ |
D | atomic.hpp | 135 typedef atomic< int_fast8_t > atomic_int_fast8_t;
|
/third_party/boost/libs/config/doc/ |
D | cstdint.qbk | 106 * [^int_fast8_t]
|
/third_party/json/test/src/ |
D | unit-conversions.cpp | 818 int_fast8_t n = j.get<int_fast8_t>(); 1068 int_fast8_t n = j;
|
/third_party/libexif/m4m/ |
D | stdint.m4 | 573 typedef int8_t int_fast8_t;
|
/third_party/gstreamer/gst_libav/common/m4/ |
D | ax_create_stdint_h.m4 | 581 typedef int8_t int_fast8_t;
|
/third_party/gstreamer/gstplugins_bad/common/m4/ |
D | ax_create_stdint_h.m4 | 581 typedef int8_t int_fast8_t;
|