Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dpng_writer.cpp23 checksum.process_bytes(type, 4); in addChunk()
24 checksum.process_bytes(data, size); in addChunk()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcrc.hpp177 void process_bytes( void const *buffer, std::size_t byte_count );
228 void process_bytes( void const *buffer, std::size_t byte_count );
802 crc_basic<Bits>::process_bytes in process_bytes() function in boost::crc_basic
941 process_bytes( &byte, sizeof(byte) ); in process_byte()
973 BOOST_CRC_OPTIMAL_NAME::process_bytes in process_bytes() function in boost::BOOST_CRC_OPTIMAL_NAME
1038 computer.process_bytes( buffer, byte_count ); in crc()