Searched refs:CRC_BE_BITS (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
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 Dgen_crc32table.c8 #define BE_TABLE_SIZE (1 << CRC_BE_BITS)
74 if (CRC_BE_BITS > 1) {
H A Dlibcrc32c.c54 #if defined CRC_BE_BITS && CRC_BE_BITS != 1
55 #undef CRC_BE_BITS macro
57 #ifndef CRC_BE_BITS
58 # define CRC_BE_BITS 1 macro
179 #if CRC_BE_BITS == 1
H A Dcrc32.c150 #if CRC_BE_BITS == 1
172 # if CRC_BE_BITS == 8
218 # elif CRC_BE_BITS == 4
225 # elif CRC_BE_BITS == 2

Completed in 62 milliseconds