Home
last modified time | relevance | path

Searched refs:dec64table (Results 1 – 2 of 2) sorted by relevance

/lib/lz4/
Dlz4_decompress.c92 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/
Ddecompress.c1064 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()