OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xz_crc64_table
(Results
1 - 2
of
2
) sorted by null
/external/lzma/xz-embedded/
xz_crc64.c
19
STATIC_RW_DATA uint64_t
xz_crc64_table
[256];
variable
34
xz_crc64_table
[i] = r;
45
crc =
xz_crc64_table
[*buf++ ^ (crc & 0xFF)] ^ (crc >> 8);
/external/toybox/toys/pending/
xzcat.c
188
static uint64_t
xz_crc64_table
[256];
variable
215
xz_crc64_table
[i] = r;
[
all
...]
Completed in 42 milliseconds