Searched refs:dec64table (Results 1 – 4 of 4) sorted by relevance
/linux/lib/lz4/ |
A D | lz4_decompress.c | 92 static const int dec64table[8] = {0, 0, 0, -1, -4, 1, 2, 3}; in LZ4_decompress_generic() local 408 match -= dec64table[offset]; in LZ4_decompress_generic()
|
/linux/lib/zstd/decompress/ |
A D | zstd_decompress_block.c | 692 static const int dec64table[] = { 8, 8, 8, 7, 8, 9,10,11 }; /* subtracted */ in ZSTD_overlapCopy8() local 693 int const sub2 = dec64table[offset]; in ZSTD_overlapCopy8()
|
/linux/ |
A D | System.map | 58037 ffff800010f7d280 d dec64table.0 58052 ffff800010f7dc40 d dec64table.1
|
A D | .tmp_System.map | 58037 ffff800010f7d280 d dec64table.0 58052 ffff800010f7dc40 d dec64table.1
|
Completed in 330 milliseconds