Searched refs:DO_CRC (Results 1 – 2 of 2) sorted by relevance
99 DO_CRC(*p++); in crc32_le()110 DO_CRC(0); in crc32_le()111 DO_CRC(0); in crc32_le()112 DO_CRC(0); in crc32_le()113 DO_CRC(0); in crc32_le()129 #undef DO_CRC in crc32_le()208 DO_CRC(0); in crc32_be()209 DO_CRC(0); in crc32_be()210 DO_CRC(0); in crc32_be()211 DO_CRC(0); in crc32_be()[all …]
174 # define DO_CRC(x) crc = tab[(crc ^ (x)) & 255] ^ (crc >> 8) macro176 # define DO_CRC(x) crc = tab[((crc >> 24) ^ (x)) & 255] ^ (crc << 8) macro198 DO_CRC(*p++); in crc32_no_comp()208 DO_CRC(0); in crc32_no_comp()209 DO_CRC(0); in crc32_no_comp()210 DO_CRC(0); in crc32_no_comp()211 DO_CRC(0); in crc32_no_comp()218 DO_CRC(*++p); /* use pre increment for speed */ in crc32_no_comp()224 #undef DO_CRC
Completed in 6 milliseconds