Searched refs:dec64table (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/erofs/ |
D | unzip_lz4.c | 67 static const int dec64table[] = { 0, 0, 0, -1, 0, 1, 2, 3 }; in customized_lz4_decompress_safe_partial() local 183 const int dec64 = dec64table[offset]; in customized_lz4_decompress_safe_partial()
|
/Linux-v4.19/lib/lz4/ |
D | lz4_decompress.c | 89 static const int dec64table[] = { 0, 0, 0, -1, 0, 1, 2, 3 }; in LZ4_decompress_generic() local 278 const int dec64 = dec64table[offset]; in LZ4_decompress_generic()
|
/Linux-v4.19/lib/zstd/ |
D | decompress.c | 1064 static const int dec64table[] = {8, 8, 8, 7, 8, 9, 10, 11}; /* subtracted */ in ZSTD_execSequence() local 1065 int const sub2 = dec64table[sequence.offset]; in ZSTD_execSequence() 1319 static const int dec64table[] = {8, 8, 8, 7, 8, 9, 10, 11}; /* subtracted */ in ZSTD_execSequenceLong() local 1320 int const sub2 = dec64table[sequence.offset]; in ZSTD_execSequenceLong()
|