Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/ubi/
A Dcrc32.c99 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 …]
/u-boot/lib/
A Dcrc32.c174 # define DO_CRC(x) crc = tab[(crc ^ (x)) & 255] ^ (crc >> 8) macro
176 # define DO_CRC(x) crc = tab[((crc >> 24) ^ (x)) & 255] ^ (crc << 8) macro
198 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