OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LE_TABLE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/e2fsck/
gen_crc32table.c
18
#define
LE_TABLE_SIZE
(1 << CRC_LE_BITS)
21
static uint32_t crc32table_le[
LE_TABLE_SIZE
];
40
for (j = 0; j <
LE_TABLE_SIZE
; j += 2 * i)
88
output_table(crc32table_le,
LE_TABLE_SIZE
, "tole");
/external/e2fsprogs/lib/ext2fs/
gen_crc32ctable.c
8
#define
LE_TABLE_SIZE
(1 << CRC_LE_BITS)
10
#define
LE_TABLE_SIZE
256
36
for (i =
LE_TABLE_SIZE
>> 1; i; i >>= 1) {
38
for (j = 0; j <
LE_TABLE_SIZE
; j += 2 * i)
41
for (i = 0; i <
LE_TABLE_SIZE
; i++) {
114
output_table(crc32ctable_le,
LE_TABLE_SIZE
, 'l');
Completed in 41 milliseconds