Home
last modified time | relevance | path

Searched refs:process_byte (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/uuid/
Dbasic_name_generator.hpp90 hash.process_byte(static_cast<unsigned char>((c >> 0) & 0xFF)); in process_characters()
91 hash.process_byte(static_cast<unsigned char>((c >> 8) & 0xFF)); in process_characters()
92 hash.process_byte(static_cast<unsigned char>((c >> 16) & 0xFF)); in process_characters()
93 hash.process_byte(static_cast<unsigned char>((c >> 24) & 0xFF)); in process_characters()
/third_party/boost/boost/uuid/detail/
Dsha1.hpp50 void process_byte(unsigned char byte);
89 inline void sha1::process_byte(unsigned char byte) in process_byte() function in boost::uuids::detail::sha1
124 process_byte(*begin); in process_block()
Dmd5.hpp50 void process_byte(unsigned char byte) in process_byte() function in boost::uuids::detail::md5
/third_party/boost/boost/
Dcrc.hpp192 void process_byte( unsigned char byte );
288 void process_byte( unsigned char byte );
1794 crc_basic<Bits>::process_byte in process_byte() function in boost::crc_basic
1837 process_byte( *p ); in process_block()
2052 BOOST_CRC_OPTIMAL_NAME::process_byte in process_byte() function in boost::BOOST_CRC_OPTIMAL_NAME
2145 process_byte( byte ); in operator ()()
/third_party/boost/libs/uuid/test/
Dtest_sha1.cpp235 sha.process_byte(byte); in test_short_messages()
/third_party/boost/libs/crc/test/
Dcrc_test2.cpp589 crc_2.process_byte( std_data[i] ); in one_bit_polynominal_test()
616 boost_crc_1.process_byte( 0u ); in issue_2492_test()
621 boost_crc_2.process_byte( 0u ); in issue_2492_test()
/third_party/boost/libs/crc/doc/
Dcrc.qbk268 [[`process_byte`] [An entire byte. The bits within the byte are read in an
334 version forwards to `process_byte`, making it suitable to STL algorithms that