OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crc32table_be
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/e2fsck/
crc32table.h
71
static const __u32
crc32table_be
[] = {
variable
gen_crc32table.c
22
static uint32_t
crc32table_be
[BE_TABLE_SIZE];
variable
53
crc32table_be
[0] = 0;
58
crc32table_be
[i + j] = crc ^
crc32table_be
[j];
95
printf("static const __u32
crc32table_be
[] = {");
96
output_table(
crc32table_be
, BE_TABLE_SIZE, "tobe");
Completed in 128 milliseconds