OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xz_crc32_table
(Results
1 - 1
of
1
) sorted by null
/external/lzma/xz-embedded/
xz_crc32.c
28
STATIC_RW_DATA uint32_t
xz_crc32_table
[256];
variable
43
xz_crc32_table
[i] = r;
54
crc =
xz_crc32_table
[*buf++ ^ (crc & 0xFF)] ^ (crc >> 8);
Completed in 63 milliseconds