/third_party/boost/libs/crc/test/ |
D | crc_test.cpp | 121 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 …]
|
D | crc_test2.cpp | 254 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/ |
D | basic_name_generator.hpp | 51 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/ |
D | crc_examples.cpp | 23 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()
|
D | crc.qbk | 272 [[`process_bytes`] [All bytes in the range. The range is defined by a
|
/third_party/boost/boost/ |
D | crc.hpp | 196 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/ |
D | sha1.hpp | 52 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
|
D | md5.hpp | 55 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/ |
D | container.c | 215 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()
|
D | container.h | 39 int (*process_bytes)(struct container_context *cntr, member
|
/third_party/boost/boost/compute/detail/ |
D | sha1.hpp | 35 h.process_bytes(s.c_str(), s.size()); in process()
|
/third_party/boost/libs/compute/include/boost/compute/detail/ |
D | sha1.hpp | 35 h.process_bytes(s.c_str(), s.size()); in process()
|
/third_party/boost/libs/crc/ |
D | crc_example.cpp | 53 result.process_bytes( buffer, ifs.gcount() ); in main()
|
/third_party/boost/libs/uuid/test/ |
D | test_md5.cpp | 44 hash.process_bytes(expectations[i].data, expectations[i].len); in main()
|
D | test_sha1.cpp | 56 hash.process_bytes(expectations[i].data, expectations[i].len); in test_quick()
|
/third_party/boost/libs/gil/test/legacy/ |
D | image.cpp | 445 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()
|