Searched refs:big_to_native (Results 1 – 12 of 12) sorted by relevance
34 STATIC_ASSERT( big_to_native( native_to_big( 0x01020304 ) ) == 0x01020304 );
22 x2 = boost::endian::native_to_big( boost::endian::big_to_native( x2 ) ); in test_reverse()
121 BOOST_TEST_EQ(be::big_to_native(big), native); in test()
37 rec.balance = boost::endian::big_to_native(rec.balance); // reverse if needed in main()
96 boost::uint32_t big_to_native( boost::uint32_t x );490 big_to_native in big_to_native() function560 ran_crc = big_to_native( ran_crc ); in augmented_tests()594 ran_crc = big_to_native( ran_crc ); in augmented_tests()
53 boost::uint32_t big_to_native( boost::uint32_t x ) { return x; } in big_to_native() function72 boost::uint32_t big_to_native( boost::uint32_t x ) in big_to_native() function
224 cr.code = endian::big_to_native(code_be); in read_close()
53 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
830 fh.len = endian::big_to_native(len_be); in parse_fh()845 fh.len = endian::big_to_native(len_be); in parse_fh()
77 EndianReversible big_to_native(EndianReversible x) noexcept;300 EndianReversible big_to_native(EndianReversible x) noexcept;