Searched refs:crc_optimal (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | crc.hpp | 74 class crc_optimal; 93 typedef crc_optimal<16, 0x8005, 0, 0, true, true> crc_16_type; 94 typedef crc_optimal<16, 0x1021, 0xFFFF, 0, false, false> crc_ccitt_type; 95 typedef crc_optimal<16, 0x8408, 0, 0, true, true> crc_xmodem_type; 97 typedef crc_optimal<32, 0x04C11DB7, 0xFFFFFFFF, 0xFFFFFFFF, true, true> 195 class crc_optimal class 213 explicit crc_optimal( value_type init_rem = InitRem ); 243 typedef crc_optimal self_type; 829 #define BOOST_CRC_OPTIMAL_NAME crc_optimal<Bits, TruncPoly, InitRem, \ 836 BOOST_CRC_OPTIMAL_NAME::crc_optimal in crc_optimal() function in boost::BOOST_CRC_OPTIMAL_NAME
|