Home
last modified time | relevance | path

Searched refs:int_fast8_t (Results 1 – 25 of 37) sorted by relevance

12

/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.h83 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
Dtime_zone_posix.cc106 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/
Dtime_zone_posix.h83 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
Dtime_zone_posix.cc106 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/
Dcstdint.hpp89 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/
Dcstdint_test2.cpp54 static const boost::int_fast8_t int_fast8 = INT8_C(-127);
174 boost::int_fast8_t int_fast8 = INT8_C(-127); in main()
Dcstdint_test.cpp44 static const boost::int_fast8_t int_fast8 = INT8_C(-127);
164 boost::int_fast8_t int_fast8 = INT8_C(-127); in main()
Dcstdint_include_test.cpp47 boost::int_fast8_t i8fast = INT8_C(0); in main()
Dboost_has_stdint_h.ipp31 int_fast8_t j = 0;
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h22 typedef int8_t int_fast8_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h26 typedef int8_t int_fast8_t; typedef
/third_party/musl/include/
Dstdint.h22 typedef int8_t int_fast8_t; typedef
/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dcivil_time_detail.h51 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/
Dcivil_time_detail.h51 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/
Dstdint.c22 T(int_fast8_t) in f()
Dinttypes.c24 T(int_fast8_t) in f()
/third_party/mingw-w64/mingw-w64-headers/crt/
Dstdint.h58 typedef signed char int_fast8_t; typedef
/third_party/libuv/include/uv/
Dstdint-msvc2008.h104 typedef int8_t int_fast8_t; typedef
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h71 typedef int_fast8_t atomic_int_fast8_t;
/third_party/boost/boost/atomic/
Datomic.hpp135 typedef atomic< int_fast8_t > atomic_int_fast8_t;
/third_party/boost/libs/config/doc/
Dcstdint.qbk106 * [^int_fast8_t]
/third_party/json/test/src/
Dunit-conversions.cpp818 int_fast8_t n = j.get<int_fast8_t>();
1068 int_fast8_t n = j;
/third_party/libexif/m4m/
Dstdint.m4573 typedef int8_t int_fast8_t;
/third_party/gstreamer/gst_libav/common/m4/
Dax_create_stdint_h.m4581 typedef int8_t int_fast8_t;
/third_party/gstreamer/gstplugins_bad/common/m4/
Dax_create_stdint_h.m4581 typedef int8_t int_fast8_t;

12