Home
last modified time | relevance | path

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

12

/third_party/boost/boost/endian/
Dendian.hpp38 typedef endian_arithmetic< order::big, int_least8_t, 8 > big8_t;
58 typedef endian_arithmetic< order::little, int_least8_t, 8 > little8_t;
78 typedef endian_arithmetic< order::native, int_least8_t, 8 > native8_t;
Darithmetic.hpp109 typedef endian_arithmetic<order::big, int_least8_t, 8> big_int8_t;
129 typedef endian_arithmetic<order::little, int_least8_t, 8> little_int8_t;
149 typedef endian_arithmetic<order::native, int_least8_t, 8> native_int8_t;
Dbuffers.hpp112 typedef endian_buffer<order::big, int_least8_t, 8> big_int8_buf_t;
132 typedef endian_buffer<order::little, int_least8_t, 8> little_int8_buf_t;
152 typedef endian_buffer<order::native, int_least8_t, 8> native_int8_buf_t;
/third_party/boost/boost/
Dcstdint.hpp88 typedef ::intleast8_t int_least8_t; typedef
118 using ::int_least8_t;
161 typedef int8_t int_least8_t; typedef
223 typedef signed char int_least8_t; typedef
/third_party/boost/libs/endian/test/
Dendian_test.cpp524 VERIFY_VALUE_AND_OPS( big_int8_t, int_least8_t, 0x7e ); in check_representation_and_range_and_ops()
525 VERIFY_VALUE_AND_OPS( big_int8_t, int_least8_t, -0x80 ); in check_representation_and_range_and_ops()
580 VERIFY_VALUE_AND_OPS( little_int8_t, int_least8_t, 0x7e ); in check_representation_and_range_and_ops()
581 VERIFY_VALUE_AND_OPS( little_int8_t, int_least8_t, -0x80 ); in check_representation_and_range_and_ops()
636 VERIFY_VALUE_AND_OPS( native_int8_t, int_least8_t, 0x7e ); in check_representation_and_range_and_ops()
637 VERIFY_VALUE_AND_OPS( native_int8_t, int_least8_t, -0x80 ); in check_representation_and_range_and_ops()
Ddata_test.cpp60 test_unaligned<boost::int_least8_t, 8>(); in main()
/third_party/boost/libs/config/test/
Dcstdint_test2.cpp53 static const boost::int_least8_t int_least8 = INT8_C(-127);
173 boost::int_least8_t int_least8 = INT8_C(-127); in main()
Dcstdint_test.cpp43 static const boost::int_least8_t int_least8 = INT8_C(-127);
163 boost::int_least8_t int_least8 = INT8_C(-127); in main()
Dcstdint_include_test.cpp29 boost::int_least8_t i8least = INT8_C(0); in main()
Dboost_has_stdint_h.ipp32 int_least8_t k = 0;
/third_party/boost/boost/mpi/
Dpacked_oarchive.hpp130 const boost::int_least8_t x = t; in save_override()
Dpacked_iarchive.hpp129 int_least8_t x=0; in load_override()
/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dcivil_time_detail.h63 std::int_least8_t m;
64 std::int_least8_t d;
65 std::int_least8_t hh;
66 std::int_least8_t mm;
67 std::int_least8_t ss;
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dcivil_time_detail.h63 std::int_least8_t m;
64 std::int_least8_t d;
65 std::int_least8_t hh;
66 std::int_least8_t mm;
67 std::int_least8_t ss;
/third_party/musl/ndk_musl_include/
Dstdint.h25 typedef int8_t int_least8_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h25 typedef int8_t int_least8_t; typedef
/third_party/musl/include/
Dstdint.h25 typedef int8_t int_least8_t; typedef
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h25 typedef int8_t int_least8_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h25 typedef int8_t int_least8_t; typedef
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h25 typedef int8_t int_least8_t; typedef
/third_party/boost/boost/spirit/home/support/detail/endian/
Dendian.hpp467 typedef endian< endianness::big, int_least8_t, 8 > big8_t;
487 typedef endian< endianness::little, int_least8_t, 8 > little8_t;
507 typedef endian< endianness::native, int_least8_t, 8 > native8_t;
/third_party/musl/libc-test/src/api/
Dstdint.c14 T(int_least8_t) in f()
/third_party/boost/boost/archive/
Dbasic_binary_iarchive.hpp94 int_least8_t x=0; in load_override()
/third_party/libuv/include/uv/
Dstdint-msvc2008.h94 typedef int8_t int_least8_t; typedef
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h63 typedef int_least8_t atomic_int_least8_t;

12