Home
last modified time | relevance | path

Searched refs:process_bytes (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/crc/test/
Dcrc_test.cpp121 fast_crc.process_bytes( std_data, std_data_len ); in compute_test()
122 slow_crc.process_bytes( std_data, std_data_len ); in compute_test()
151 fast_crc1.process_bytes( std_data, mid_way ); in interrupt_test()
152 slow_crc1.process_bytes( std_data, mid_way ); in interrupt_test()
205 fast_tester.process_bytes( ran_data, sizeof(ran_data) ); in error_test()
206 slow_tester.process_bytes( ran_data, sizeof(ran_data) ); in error_test()
216 fast_tester.process_bytes( ran_data, sizeof(ran_data) ); in error_test()
217 slow_tester.process_bytes( ran_data, sizeof(ran_data) ); in error_test()
229 fast_tester.process_bytes( ran_data, sizeof(ran_data) ); in error_test()
230 slow_tester.process_bytes( ran_data, sizeof(ran_data) ); in error_test()
[all …]
Dcrc_test2.cpp254 crc_f.process_bytes( std_data, std_data_len ); in operator ()()
255 crc_s.process_bytes( std_data, std_data_len ); in operator ()()
285 faster_crc1.process_bytes( std_data, mid_way ); in operator ()()
286 slower_crc1.process_bytes( std_data, mid_way ); in operator ()()
334 optimal_tester.process_bytes( ran_data, sizeof(ran_data) ); in operator ()()
335 basic_tester.process_bytes( ran_data, sizeof(ran_data) ); in operator ()()
347 optimal_tester.process_bytes( ran_data, sizeof(ran_data) ); in operator ()()
348 basic_tester.process_bytes( ran_data, sizeof(ran_data) ); in operator ()()
362 optimal_tester.process_bytes( ran_data, sizeof(ran_data) ); in operator ()()
363 basic_tester.process_bytes( ran_data, sizeof(ran_data) ); in operator ()()
[all …]
/third_party/boost/boost/uuid/
Dbasic_name_generator.hpp51 hash.process_bytes(namespace_uuid.begin(), namespace_uuid.size()); in operator ()()
58 hash.process_bytes(namespace_uuid.begin(), namespace_uuid.size()); in operator ()()
66 hash.process_bytes(namespace_uuid.begin(), namespace_uuid.size()); in operator ()()
73 hash.process_bytes(namespace_uuid.begin(), namespace_uuid.size()); in operator ()()
74 hash.process_bytes(buffer, byte_count); in operator ()()
98 hash.process_bytes(characters, count); in process_characters()
/third_party/boost/libs/crc/doc/
Dcrc_examples.cpp23 crc1.process_bytes( b, l ); in crc_16_and_xmodem()
29 crc1.process_bytes( b, l ); in crc_16_and_xmodem()
61 crc1.process_bytes( bs, bl ); in combined_crc_16()
Dcrc.qbk272 [[`process_bytes`] [All bytes in the range. The range is defined by a
/third_party/boost/boost/
Dcrc.hpp196 void process_bytes( void const *buffer, std::size_t byte_count );
292 void process_bytes( void const *buffer, std::size_t byte_count );
1864 crc_basic<Bits>::process_bytes in process_bytes() function in boost::crc_basic
2057 process_bytes( &byte, sizeof(byte) ); in process_byte()
2077 process_bytes( bytes_begin, static_cast<unsigned char const *>(bytes_end) - in process_block()
2092 BOOST_CRC_OPTIMAL_NAME::process_bytes in process_bytes() function in boost::BOOST_CRC_OPTIMAL_NAME
2228 computer.process_bytes( buffer, byte_count ); in crc()
/third_party/boost/boost/uuid/detail/
Dsha1.hpp52 void process_bytes(void const* buffer, std::size_t byte_count);
128 inline void sha1::process_bytes(void const* buffer, std::size_t byte_count) in process_bytes() function in boost::uuids::detail::sha1
Dmd5.hpp55 void process_bytes(void const* buffer, std::size_t byte_count) in process_bytes() function in boost::uuids::detail::md5
/third_party/alsa-utils/axfer/
Dcontainer.c215 cntr->process_bytes = container_recursive_read; in container_parser_init()
273 cntr->process_bytes = container_recursive_write; in container_builder_init()
395 err = cntr->process_bytes(cntr, buf, byte_count); in container_context_process_frames()
Dcontainer.h39 int (*process_bytes)(struct container_context *cntr, member
/third_party/boost/boost/compute/detail/
Dsha1.hpp35 h.process_bytes(s.c_str(), s.size()); in process()
/third_party/boost/libs/compute/include/boost/compute/detail/
Dsha1.hpp35 h.process_bytes(s.c_str(), s.size()); in process()
/third_party/boost/libs/crc/
Dcrc_example.cpp53 result.process_bytes( buffer, ifs.gcount() ); in main()
/third_party/boost/libs/uuid/test/
Dtest_md5.cpp44 hash.process_bytes(expectations[i].data, expectations[i].len); in main()
Dtest_sha1.cpp56 hash.process_bytes(expectations[i].data, expectations[i].len); in test_quick()
/third_party/boost/libs/gil/test/legacy/
Dimage.cpp445 checksum_acumulator.process_bytes(img_view.row_begin(0),img_view.size()*3); in check_view_impl()
482 result.process_bytes(img_view.row_begin(0),img_view.size()*3); in check_view_impl()