Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dcrc32c.c82 # define DO_CRC4 (t3[(q) & 255] ^ t2[(q >> 8) & 255] ^ \ in crc32_body() macro
88 # define DO_CRC4 (t0[(q) & 255] ^ t1[(q >> 8) & 255] ^ \ in crc32_body()
118 crc = DO_CRC4; in crc32_body()
122 crc ^= DO_CRC4; in crc32_body()
135 #undef DO_CRC4 in crc32_body()