Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dcrc32defs.h19 # define CRC_BE_BITS 64 macro
23 # define CRC_BE_BITS 32 macro
27 # define CRC_BE_BITS 8 macro
31 # define CRC_BE_BITS 1 macro
48 #ifndef CRC_BE_BITS
50 # define CRC_BE_BITS 64 macro
52 # define CRC_BE_BITS 32 macro
69 #if CRC_BE_BITS > 64 || CRC_BE_BITS < 1 || CRC_BE_BITS == 16 || \
70 CRC_BE_BITS & CRC_BE_BITS-1
Dgen_crc32table.c16 #if CRC_BE_BITS > 8
17 # define BE_TABLE_ROWS (CRC_BE_BITS/8)
21 # define BE_TABLE_SIZE (1 << CRC_BE_BITS)
120 if (CRC_BE_BITS > 1) { in main()
Dcrc32.c41 #if CRC_BE_BITS > 8
53 #if CRC_LE_BITS > 8 || CRC_BE_BITS > 8
294 #if CRC_BE_BITS == 1
303 # elif CRC_BE_BITS == 2
311 # elif CRC_BE_BITS == 4
317 # elif CRC_BE_BITS == 8
1110 CRC_LE_BITS, CRC_BE_BITS);