Searched defs:inc32table (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4_decompress.c | 91 static const unsigned int inc32table[8] = {0, 1, 2, 1, 0, 4, 4, 4}; in LZ4_decompress_generic() local
|
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4_decompress.c | 91 static const unsigned int inc32table[8] = {0, 1, 2, 1, 0, 4, 4, 4}; in LZ4_decompress_generic() local
|
Completed in 3 milliseconds