Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubi/
Dcrc32defs.h14 #ifndef CRC_BE_BITS
15 # define CRC_BE_BITS 8 macro
30 #if CRC_BE_BITS > 8 || CRC_BE_BITS < 1 || CRC_BE_BITS & CRC_BE_BITS-1
31 # error CRC_BE_BITS must be a power of 2 between 1 and 8
Dcrc32.c160 #if CRC_BE_BITS == 1
182 # if CRC_BE_BITS == 8 in crc32_be()
228 # elif CRC_BE_BITS == 4 in crc32_be()
235 # elif CRC_BE_BITS == 2 in crc32_be()
/external/e2fsprogs/lib/ext2fs/
Dcrc32c_defs.h22 #ifndef CRC_BE_BITS
23 # define CRC_BE_BITS 64 macro
39 #if CRC_BE_BITS > 64 || CRC_BE_BITS < 1 || CRC_BE_BITS == 16 || \
40 CRC_BE_BITS & CRC_BE_BITS-1
Dgen_crc32ctable.c15 #if CRC_BE_BITS > 8
16 # define BE_TABLE_ROWS (CRC_BE_BITS/8)
20 # define BE_TABLE_SIZE (1 << CRC_BE_BITS)
97 if (CRC_BE_BITS > 1) { in main()
Dcrc32c.c65 #if CRC_BE_BITS > 8
73 #if CRC_LE_BITS > 8 || CRC_BE_BITS > 8
202 #if CRC_BE_BITS == 1 in crc32_be_generic()
211 # elif CRC_BE_BITS == 2 in crc32_be_generic()
219 # elif CRC_BE_BITS == 4 in crc32_be_generic()
225 # elif CRC_BE_BITS == 8 in crc32_be_generic()