Home
last modified time | relevance | path

Searched refs:big_to_native (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/endian/test/
Dendian_reverse_cx_test.cpp34 STATIC_ASSERT( big_to_native( native_to_big( 0x01020304 ) ) == 0x01020304 );
Dendian_reverse_test3.cpp22 x2 = boost::endian::native_to_big( boost::endian::big_to_native( x2 ) ); in test_reverse()
Dconversion_test.cpp121 BOOST_TEST_EQ(be::big_to_native(big), native); in test()
/third_party/boost/libs/endian/example/
Dconversion_use_case.cpp37 rec.balance = boost::endian::big_to_native(rec.balance); // reverse if needed in main()
/third_party/boost/libs/crc/test/
Dcrc_test.cpp96 boost::uint32_t big_to_native( boost::uint32_t x );
490 big_to_native in big_to_native() function
560 ran_crc = big_to_native( ran_crc ); in augmented_tests()
594 ran_crc = big_to_native( ran_crc ); in augmented_tests()
Dcrc_test2.cpp53 boost::uint32_t big_to_native( boost::uint32_t x ) { return x; } in big_to_native() function
72 boost::uint32_t big_to_native( boost::uint32_t x ) in big_to_native() function
/third_party/boost/boost/beast/websocket/detail/
Dframe.hpp224 cr.code = endian::big_to_native(code_be); in read_close()
/third_party/boost/libs/beast/include/boost/beast/websocket/detail/
Dframe.hpp224 cr.code = endian::big_to_native(code_be); in read_close()
/third_party/boost/boost/endian/
Dconversion.hpp53 inline BOOST_CONSTEXPR EndianReversible big_to_native(EndianReversible x) BOOST_NOEXCEPT;
148 inline BOOST_CONSTEXPR EndianReversible big_to_native( EndianReversible x ) BOOST_NOEXCEPT in big_to_native() function
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/
Dstream_impl.hpp830 fh.len = endian::big_to_native(len_be); in parse_fh()
845 fh.len = endian::big_to_native(len_be); in parse_fh()
/third_party/boost/boost/beast/websocket/impl/
Dstream_impl.hpp830 fh.len = endian::big_to_native(len_be); in parse_fh()
845 fh.len = endian::big_to_native(len_be); in parse_fh()
/third_party/boost/libs/endian/doc/endian/
Dconversion.adoc77 EndianReversible big_to_native(EndianReversible x) noexcept;
300 EndianReversible big_to_native(EndianReversible x) noexcept;