Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dcrc32defs.h18 # define CRC_LE_BITS 64 macro
22 # define CRC_LE_BITS 32 macro
26 # define CRC_LE_BITS 8 macro
30 # define CRC_LE_BITS 1 macro
41 #ifndef CRC_LE_BITS
43 # define CRC_LE_BITS 64 macro
45 # define CRC_LE_BITS 32 macro
60 #if CRC_LE_BITS > 64 || CRC_LE_BITS < 1 || CRC_LE_BITS == 16 || \
61 CRC_LE_BITS & CRC_LE_BITS-1
Dgen_crc32table.c8 #if CRC_LE_BITS > 8
9 # define LE_TABLE_ROWS (CRC_LE_BITS/8)
13 # define LE_TABLE_SIZE (1 << CRC_LE_BITS)
110 if (CRC_LE_BITS > 1) { in main()
129 if (CRC_LE_BITS > 1) { in main()
Dcrc32.c35 #if CRC_LE_BITS > 8
53 #if CRC_LE_BITS > 8 || CRC_BE_BITS > 8
78 # if CRC_LE_BITS != 32
90 # if CRC_LE_BITS == 32
106 # if CRC_LE_BITS == 32
149 #if CRC_LE_BITS == 1
156 # elif CRC_LE_BITS == 2
164 # elif CRC_LE_BITS == 4
170 # elif CRC_LE_BITS == 8
184 #if CRC_LE_BITS == 1
[all …]