Searched refs:dec64table (Results 1 – 2 of 2) sorted by relevance
/lib/lz4/ |
D | lz4_decompress.c | 92 static const int dec64table[8] = {0, 0, 0, -1, -4, 1, 2, 3}; in LZ4_decompress_generic() local 412 match -= dec64table[offset]; in LZ4_decompress_generic()
|
/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()
|