Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dcrc32defs.h6 # define CRC_BE_BITS 64 macro
10 # define CRC_BE_BITS 32 macro
14 # define CRC_BE_BITS 8 macro
18 # define CRC_BE_BITS 1 macro
35 #ifndef CRC_BE_BITS
37 # define CRC_BE_BITS 64 macro
39 # define CRC_BE_BITS 32 macro
56 #if CRC_BE_BITS > 64 || CRC_BE_BITS < 1 || CRC_BE_BITS == 16 || \
57 CRC_BE_BITS & CRC_BE_BITS-1
H A Dcrc32.c42 #if CRC_BE_BITS > 8
54 #if CRC_LE_BITS > 8 || CRC_BE_BITS > 8
298 #if CRC_BE_BITS == 1
307 # elif CRC_BE_BITS == 2
315 # elif CRC_BE_BITS == 4
321 # elif CRC_BE_BITS == 8
334 #if CRC_BE_BITS == 1
H A Dgen_crc32table.c18 #if CRC_BE_BITS > 8
19 # define BE_TABLE_ROWS (CRC_BE_BITS/8)
23 # define BE_TABLE_SIZE (1 << CRC_BE_BITS)
122 if (CRC_BE_BITS > 1) { in main()
H A Dcrc32test.c785 CRC_LE_BITS, CRC_BE_BITS); in crc32_test()
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A 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
H A Dcrc32.c159 #if CRC_BE_BITS == 1
181 # if CRC_BE_BITS == 8 in crc32_be()
227 # elif CRC_BE_BITS == 4 in crc32_be()
234 # elif CRC_BE_BITS == 2 in crc32_be()