/third_party/boost/boost/endian/ |
D | endian.hpp | 52 typedef endian_arithmetic< order::big, uint_least64_t, 40 > ubig40_t; 53 typedef endian_arithmetic< order::big, uint_least64_t, 48 > ubig48_t; 54 typedef endian_arithmetic< order::big, uint_least64_t, 56 > ubig56_t; 55 typedef endian_arithmetic< order::big, uint_least64_t, 64 > ubig64_t; 72 typedef endian_arithmetic< order::little, uint_least64_t, 40 > ulittle40_t; 73 typedef endian_arithmetic< order::little, uint_least64_t, 48 > ulittle48_t; 74 typedef endian_arithmetic< order::little, uint_least64_t, 56 > ulittle56_t; 75 typedef endian_arithmetic< order::little, uint_least64_t, 64 > ulittle64_t; 92 typedef endian_arithmetic< order::native, uint_least64_t, 40 > unative40_t; 93 typedef endian_arithmetic< order::native, uint_least64_t, 48 > unative48_t; [all …]
|
D | arithmetic.hpp | 123 typedef endian_arithmetic<order::big, uint_least64_t, 40> big_uint40_t; 124 typedef endian_arithmetic<order::big, uint_least64_t, 48> big_uint48_t; 125 typedef endian_arithmetic<order::big, uint_least64_t, 56> big_uint56_t; 126 typedef endian_arithmetic<order::big, uint_least64_t, 64> big_uint64_t; 143 typedef endian_arithmetic<order::little, uint_least64_t, 40> little_uint40_t; 144 typedef endian_arithmetic<order::little, uint_least64_t, 48> little_uint48_t; 145 typedef endian_arithmetic<order::little, uint_least64_t, 56> little_uint56_t; 146 typedef endian_arithmetic<order::little, uint_least64_t, 64> little_uint64_t; 163 typedef endian_arithmetic<order::native, uint_least64_t, 40> native_uint40_t; 164 typedef endian_arithmetic<order::native, uint_least64_t, 48> native_uint48_t; [all …]
|
D | buffers.hpp | 126 typedef endian_buffer<order::big, uint_least64_t, 40> big_uint40_buf_t; 127 typedef endian_buffer<order::big, uint_least64_t, 48> big_uint48_buf_t; 128 typedef endian_buffer<order::big, uint_least64_t, 56> big_uint56_buf_t; 129 typedef endian_buffer<order::big, uint_least64_t, 64> big_uint64_buf_t; 146 typedef endian_buffer<order::little, uint_least64_t, 40> little_uint40_buf_t; 147 typedef endian_buffer<order::little, uint_least64_t, 48> little_uint48_buf_t; 148 typedef endian_buffer<order::little, uint_least64_t, 56> little_uint56_buf_t; 149 typedef endian_buffer<order::little, uint_least64_t, 64> little_uint64_buf_t; 166 typedef endian_buffer<order::native, uint_least64_t, 40> native_uint40_buf_t; 167 typedef endian_buffer<order::native, uint_least64_t, 48> native_uint48_buf_t; [all …]
|
/third_party/boost/libs/endian/test/ |
D | endian_test.cpp | 568 VERIFY_VALUE_AND_OPS( big_uint40_t, uint_least64_t, 0xffffffffffLL ); in check_representation_and_range_and_ops() 571 VERIFY_VALUE_AND_OPS( big_uint48_t, uint_least64_t, 0xffffffffffffLL ); in check_representation_and_range_and_ops() 574 VERIFY_VALUE_AND_OPS( big_uint56_t, uint_least64_t, 0xffffffffffffffLL ); in check_representation_and_range_and_ops() 577 VERIFY_VALUE_AND_OPS( big_uint64_t, uint_least64_t, 0xffffffffffffffffULL ); in check_representation_and_range_and_ops() 624 VERIFY_VALUE_AND_OPS( little_uint40_t, uint_least64_t, 0xffffffffffLL ); in check_representation_and_range_and_ops() 627 VERIFY_VALUE_AND_OPS( little_uint48_t, uint_least64_t, 0xffffffffffffLL ); in check_representation_and_range_and_ops() 630 VERIFY_VALUE_AND_OPS( little_uint56_t, uint_least64_t, 0xffffffffffffffLL ); in check_representation_and_range_and_ops() 633 VERIFY_VALUE_AND_OPS( little_uint64_t, uint_least64_t, 0xffffffffffffffffULL ); in check_representation_and_range_and_ops() 680 VERIFY_VALUE_AND_OPS( native_uint40_t, uint_least64_t, 0xffffffffffLL ); in check_representation_and_range_and_ops() 683 VERIFY_VALUE_AND_OPS( native_uint48_t, uint_least64_t, 0xffffffffffffLL ); in check_representation_and_range_and_ops() [all …]
|
D | data_test.cpp | 73 test_unaligned<boost::uint_least64_t, 40>(); in main() 74 test_unaligned<boost::uint_least64_t, 48>(); in main() 75 test_unaligned<boost::uint_least64_t, 56>(); in main() 76 test_unaligned<boost::uint_least64_t, 64>(); in main()
|
/third_party/boost/boost/spirit/home/support/detail/endian/ |
D | endian.hpp | 481 typedef endian< endianness::big, uint_least64_t, 40 > ubig40_t; 482 typedef endian< endianness::big, uint_least64_t, 48 > ubig48_t; 483 typedef endian< endianness::big, uint_least64_t, 56 > ubig56_t; 484 typedef endian< endianness::big, uint_least64_t, 64 > ubig64_t; 501 typedef endian< endianness::little, uint_least64_t, 40 > ulittle40_t; 502 typedef endian< endianness::little, uint_least64_t, 48 > ulittle48_t; 503 typedef endian< endianness::little, uint_least64_t, 56 > ulittle56_t; 504 typedef endian< endianness::little, uint_least64_t, 64 > ulittle64_t; 521 typedef endian< endianness::native, uint_least64_t, 40 > unative40_t; 522 typedef endian< endianness::native, uint_least64_t, 48 > unative48_t; [all …]
|
/third_party/boost/boost/ |
D | cstdint.hpp | 107 typedef ::uintleast64_t uint_least64_t; typedef 144 using ::uint_least64_t; 187 typedef uint64_t uint_least64_t; typedef 326 typedef ::boost::ulong_long_type uint_least64_t; typedef 338 typedef unsigned long uint_least64_t; typedef 350 __extension__ typedef unsigned long long uint_least64_t; typedef 362 typedef unsigned __int64 uint_least64_t; typedef
|
/third_party/boost/boost/asio/detail/ |
D | cstdint.hpp | 41 using std::uint_least64_t; 55 using boost::uint_least64_t;
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | cstdint.hpp | 41 using std::uint_least64_t; 55 using boost::uint_least64_t;
|
/third_party/boost/boost/spirit/home/x3/binary/ |
D | binary.hpp | 118 BOOST_SPIRIT_MAKE_BINARY_PRIMITIVE(qword, native, uint_least64_t, 64) 119 BOOST_SPIRIT_MAKE_BINARY_PRIMITIVE(big_qword, big, uint_least64_t, 64) 120 BOOST_SPIRIT_MAKE_BINARY_PRIMITIVE(little_qword, little, uint_least64_t, 64)
|
/third_party/boost/libs/endian/doc/endian/ |
D | buffers.adoc | 274 typedef endian_buffer<order::big, uint_least64_t, 40> big_uint40_buf_t; 275 typedef endian_buffer<order::big, uint_least64_t, 48> big_uint48_buf_t; 276 typedef endian_buffer<order::big, uint_least64_t, 56> big_uint56_buf_t; 277 typedef endian_buffer<order::big, uint_least64_t, 64> big_uint64_buf_t; 298 typedef endian_buffer<order::little, uint_least64_t, 40> little_uint40_buf_t; 299 typedef endian_buffer<order::little, uint_least64_t, 48> little_uint48_buf_t; 300 typedef endian_buffer<order::little, uint_least64_t, 56> little_uint56_buf_t; 301 typedef endian_buffer<order::little, uint_least64_t, 64> little_uint64_buf_t; 322 typedef endian_buffer<order::native, uint_least64_t, 40> native_uint40_buf_t; 323 typedef endian_buffer<order::native, uint_least64_t, 48> native_uint48_buf_t; [all …]
|
D | arithmetic.adoc | 297 typedef endian_arithmetic<order::big, uint_least64_t, 40> big_uint40_t; 298 typedef endian_arithmetic<order::big, uint_least64_t, 48> big_uint48_t; 299 typedef endian_arithmetic<order::big, uint_least64_t, 56> big_uint56_t; 300 typedef endian_arithmetic<order::big, uint_least64_t, 64> big_uint64_t; 321 typedef endian_arithmetic<order::little, uint_least64_t, 40> little_uint40_t; 322 typedef endian_arithmetic<order::little, uint_least64_t, 48> little_uint48_t; 323 typedef endian_arithmetic<order::little, uint_least64_t, 56> little_uint56_t; 324 typedef endian_arithmetic<order::little, uint_least64_t, 64> little_uint64_t; 345 typedef endian_arithmetic<order::native, uint_least64_t, 40> native_uint40_t; 346 typedef endian_arithmetic<order::native, uint_least64_t, 48> native_uint48_t; [all …]
|
/third_party/boost/boost/utility/detail/ |
D | minstd_rand.hpp | 45 boost::uint_least64_t y = x_; in operator ()()
|
/third_party/boost/libs/config/test/ |
D | cstdint_include_test.cpp | 44 boost::uint_least64_t ui64least = 0; in main()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 36 typedef uint64_t uint_least64_t; typedef
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 36 typedef uint64_t uint_least64_t; typedef
|
/third_party/musl/include/ |
D | stdint.h | 36 typedef uint64_t uint_least64_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdint.h | 36 typedef uint64_t uint_least64_t; typedef
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdint.h | 36 typedef uint64_t uint_least64_t; typedef
|
/third_party/musl/ndk_musl_include/ |
D | stdint.h | 36 typedef uint64_t uint_least64_t; typedef
|
/third_party/musl/libc-test/src/api/ |
D | stdint.c | 21 T(uint_least64_t) in f()
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 101 typedef uint64_t uint_least64_t; typedef
|
/third_party/boost/boost/random/ |
D | sobol.hpp | 231 typedef sobol_engine<boost::uint_least64_t, 64u, default_sobol_table> sobol;
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 70 typedef uint_least64_t atomic_uint_least64_t;
|
/third_party/boost/libs/spirit/doc/qi/ |
D | binary.qbk | 107 [[`qword`] [`boost::uint_least64_t`]] 209 [[`little_qword`] [`boost::uint_least64_t`]] 310 [[`big_qword`] [`boost::uint_least64_t`]]
|