Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dcrc32c_defs.h11 #ifndef CRC_LE_BITS
12 # define CRC_LE_BITS 64 macro
22 #if CRC_LE_BITS > 64 || CRC_LE_BITS < 1 || CRC_LE_BITS == 16 || \
23 CRC_LE_BITS & CRC_LE_BITS-1
Dgen_crc32ctable.c7 #if CRC_LE_BITS <= 8
8 #define LE_TABLE_SIZE (1 << CRC_LE_BITS)
91 if ((j+1)*8 >= CRC_LE_BITS) in output_table()
107 printf(" * CRC_LE_BITS = %d\n", CRC_LE_BITS); in main()
112 if (CRC_LE_BITS > 1) { in main()
Dcrc32c.c59 #if CRC_LE_BITS > 8
73 #if CRC_LE_BITS == 32
210 #if CRC_LE_BITS == 64
380 #if CRC_LE_BITS == 1 in ext2fs_crc32c_le()
387 # elif CRC_LE_BITS == 2 in ext2fs_crc32c_le()
395 # elif CRC_LE_BITS == 4 in ext2fs_crc32c_le()
401 # elif CRC_LE_BITS == 8 in ext2fs_crc32c_le()
/external/e2fsprogs/e2fsck/
Dcrc32defs.h11 #ifndef CRC_LE_BITS
12 # define CRC_LE_BITS 8 macro
22 #if CRC_LE_BITS > 8 || CRC_LE_BITS < 1 || CRC_LE_BITS & CRC_LE_BITS-1
23 # error CRC_LE_BITS must be a power of 2 between 1 and 8
Dgen_crc32table.c18 #define LE_TABLE_SIZE (1 << CRC_LE_BITS)
38 for (i = 1 << (CRC_LE_BITS - 1); i; i >>= 1) { in crc32init_le()
85 if (CRC_LE_BITS > 1) { in main()
Dcrc32.c45 #if CRC_LE_BITS == 8
65 #if CRC_LE_BITS == 1
85 # if CRC_LE_BITS == 8 in crc32_le()
132 # elif CRC_LE_BITS == 4 in crc32_le()
139 # elif CRC_LE_BITS == 2 in crc32_le()