Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
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
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()
A Dcrc32.c42 #if CRC_BE_BITS > 8
54 #if CRC_LE_BITS > 8 || CRC_BE_BITS > 8
297 #if CRC_BE_BITS == 1
306 # elif CRC_BE_BITS == 2
314 # elif CRC_BE_BITS == 4
320 # elif CRC_BE_BITS == 8
333 #if CRC_BE_BITS == 1
A Dcrc32test.c785 CRC_LE_BITS, CRC_BE_BITS); in crc32_test()

Completed in 6 milliseconds