/third_party/boost/boost/endian/ |
D | endian.hpp | 38 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;
|
D | arithmetic.hpp | 109 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;
|
D | buffers.hpp | 112 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/ |
D | cstdint.hpp | 88 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/ |
D | endian_test.cpp | 524 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()
|
D | data_test.cpp | 60 test_unaligned<boost::int_least8_t, 8>(); in main()
|
/third_party/boost/libs/config/test/ |
D | cstdint_test2.cpp | 53 static const boost::int_least8_t int_least8 = INT8_C(-127); 173 boost::int_least8_t int_least8 = INT8_C(-127); in main()
|
D | cstdint_test.cpp | 43 static const boost::int_least8_t int_least8 = INT8_C(-127); 163 boost::int_least8_t int_least8 = INT8_C(-127); in main()
|
D | cstdint_include_test.cpp | 29 boost::int_least8_t i8least = INT8_C(0); in main()
|
D | boost_has_stdint_h.ipp | 32 int_least8_t k = 0;
|
/third_party/boost/boost/mpi/ |
D | packed_oarchive.hpp | 130 const boost::int_least8_t x = t; in save_override()
|
D | packed_iarchive.hpp | 129 int_least8_t x=0; in load_override()
|
/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 63 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/ |
D | civil_time_detail.h | 63 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/ |
D | stdint.h | 25 typedef int8_t int_least8_t; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 25 typedef int8_t int_least8_t; typedef
|
/third_party/musl/include/ |
D | stdint.h | 25 typedef int8_t int_least8_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdint.h | 25 typedef int8_t int_least8_t; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 25 typedef int8_t int_least8_t; typedef
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdint.h | 25 typedef int8_t int_least8_t; typedef
|
/third_party/boost/boost/spirit/home/support/detail/endian/ |
D | endian.hpp | 467 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/ |
D | stdint.c | 14 T(int_least8_t) in f()
|
/third_party/boost/boost/archive/ |
D | basic_binary_iarchive.hpp | 94 int_least8_t x=0; in load_override()
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 94 typedef int8_t int_least8_t; typedef
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 63 typedef int_least8_t atomic_int_least8_t;
|