Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dcrc32c.c84 # define DO_CRC8 (t7[(q) & 255] ^ t6[(q >> 8) & 255] ^ \ in crc32_body() macro
90 # define DO_CRC8 (t4[(q) & 255] ^ t5[(q >> 8) & 255] ^ \ in crc32_body()
120 crc = DO_CRC8; in crc32_body()
136 #undef DO_CRC8 in crc32_body()