OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crc32ctable_le
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/ext2fs/
gen_crc32ctable.c
24
static uint32_t
crc32ctable_le
[LE_TABLE_ROWS][256];
variable
38
crc32ctable_le
[0][0] = 0;
43
crc32ctable_le
[0][i + j] = crc ^
crc32ctable_le
[0][j];
46
crc =
crc32ctable_le
[0][i];
48
crc =
crc32ctable_le
[0][crc & 0xff] ^ (crc >> 8);
49
crc32ctable_le
[j][i] = crc;
109
"
crc32ctable_le
[%d][%d] = {",
111
output_table(
crc32ctable_le
, LE_TABLE_ROWS,
crc32c.c
188
return crc32_le_generic(crc, p, len,
crc32ctable_le
, CRC32C_POLY_LE);
[
all
...]
crc32c_table.h
524
static const uint32_t
crc32ctable_le
[8][256] = {{
variable
[
all
...]
Completed in 1082 milliseconds