Home
last modified time | relevance | path

Searched refs:uint_least64_t (Results 1 – 25 of 42) sorted by relevance

12

/third_party/boost/boost/endian/
Dendian.hpp52 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 …]
Darithmetic.hpp123 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 …]
Dbuffers.hpp126 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/
Dendian_test.cpp568 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 …]
Ddata_test.cpp73 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/
Dendian.hpp481 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/
Dcstdint.hpp107 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/
Dcstdint.hpp41 using std::uint_least64_t;
55 using boost::uint_least64_t;
/third_party/boost/libs/asio/include/boost/asio/detail/
Dcstdint.hpp41 using std::uint_least64_t;
55 using boost::uint_least64_t;
/third_party/boost/boost/spirit/home/x3/binary/
Dbinary.hpp118 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/
Dbuffers.adoc274 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 …]
Darithmetic.adoc297 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/
Dminstd_rand.hpp45 boost::uint_least64_t y = x_; in operator ()()
/third_party/boost/libs/config/test/
Dcstdint_include_test.cpp44 boost::uint_least64_t ui64least = 0; in main()
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h36 typedef uint64_t uint_least64_t; typedef
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h36 typedef uint64_t uint_least64_t; typedef
/third_party/musl/include/
Dstdint.h36 typedef uint64_t uint_least64_t; typedef
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h36 typedef uint64_t uint_least64_t; typedef
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h36 typedef uint64_t uint_least64_t; typedef
/third_party/musl/ndk_musl_include/
Dstdint.h36 typedef uint64_t uint_least64_t; typedef
/third_party/musl/libc-test/src/api/
Dstdint.c21 T(uint_least64_t) in f()
/third_party/libuv/include/uv/
Dstdint-msvc2008.h101 typedef uint64_t uint_least64_t; typedef
/third_party/boost/boost/random/
Dsobol.hpp231 typedef sobol_engine<boost::uint_least64_t, 64u, default_sobol_table> sobol;
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h70 typedef uint_least64_t atomic_uint_least64_t;
/third_party/boost/libs/spirit/doc/qi/
Dbinary.qbk107 [[`qword`] [`boost::uint_least64_t`]]
209 [[`little_qword`] [`boost::uint_least64_t`]]
310 [[`big_qword`] [`boost::uint_least64_t`]]

12