Home
last modified time | relevance | path

Searched refs:native_to_big (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/endian/test/
Dendian_reverse_cx_test.cpp34 STATIC_ASSERT( big_to_native( native_to_big( 0x01020304 ) ) == 0x01020304 );
37 STATIC_ASSERT( native_to_big( 0x01020304 ) == (conditional_reverse<order::native, order::big>( 0x01…
38 STATIC_ASSERT( native_to_big( 0x01020304 ) == conditional_reverse( 0x01020304, order::native, order…
Dendian_reverse_test3.cpp22 x2 = boost::endian::native_to_big( boost::endian::big_to_native( x2 ) ); in test_reverse()
Dconversion_test.cpp119 BOOST_TEST_EQ(be::native_to_big(native), big); in test()
/third_party/boost/libs/crc/test/
Dcrc_test2.cpp52 boost::uint32_t native_to_big( boost::uint32_t x ) { return x; } in native_to_big() function
61 boost::uint32_t native_to_big( boost::uint32_t x ) in native_to_big() function
404 run_crc = native_to_big( checksum ); in augmented_crc_test()
434 run_crc = native_to_big( checksum ) ^ affecting_mask; in augmented_crc_test()
462 run_crc = native_to_big( checksum2 ); in augmented_crc_test()
480 run_crc = native_to_big( checksum2 ); in augmented_crc_test()
Dcrc_test.cpp95 boost::uint32_t native_to_big( boost::uint32_t x );
471 native_to_big in native_to_big() function
540 ran_crc = native_to_big( ran_crc ); in augmented_tests()
565 ran_crc = native_to_big( ran_crc ); in augmented_tests()
579 ran_crc = native_to_big( ran_crc ); in augmented_tests()
/third_party/boost/boost/beast/websocket/detail/
Dframe.hpp154 auto len_be = endian::native_to_big( in write()
162 auto len_be = endian::native_to_big( in write()
/third_party/boost/libs/beast/include/boost/beast/websocket/detail/
Dframe.hpp154 auto len_be = endian::native_to_big( in write()
162 auto len_be = endian::native_to_big( in write()
/third_party/boost/libs/endian/example/
Dconversion_use_case.cpp47 out_rec.balance = boost::endian::native_to_big(out_rec.balance); // reverse if needed in main()
/third_party/boost/boost/endian/
Dconversion.hpp56 inline BOOST_CONSTEXPR EndianReversible native_to_big(EndianReversible x) BOOST_NOEXCEPT;
154 inline BOOST_CONSTEXPR EndianReversible native_to_big( EndianReversible x ) BOOST_NOEXCEPT in native_to_big() function
/third_party/boost/libs/endian/doc/endian/
Dconversion.adoc79 EndianReversible native_to_big(EndianReversible x) noexcept;
309 EndianReversible native_to_big(EndianReversible x) noexcept;
Dchoosing_approach.adoc289 `boost::endian::native_to_big`, etc. and replaces `<endian.h>` with
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/
Dstream_impl.hpp967 auto code_be = endian::native_to_big<std::uint16_t>(cr.code); in write_close()
/third_party/boost/boost/beast/websocket/impl/
Dstream_impl.hpp967 auto code_be = endian::native_to_big<std::uint16_t>(cr.code); in write_close()