Home
last modified time | relevance | path

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

/linux-4.19.296/lib/lz4/
Dlz4_decompress.c88 static const unsigned int dec32table[] = { 0, 1, 2, 1, 4, 4, 4, 4 }; in LZ4_decompress_generic() local
284 match += dec32table[offset]; in LZ4_decompress_generic()
/linux-4.19.296/lib/zstd/
Ddecompress.c1063 static const U32 dec32table[] = {0, 1, 2, 1, 4, 4, 4, 4}; /* added */ in ZSTD_execSequence() local
1070 match += dec32table[sequence.offset]; in ZSTD_execSequence()
1318 static const U32 dec32table[] = {0, 1, 2, 1, 4, 4, 4, 4}; /* added */ in ZSTD_execSequenceLong() local
1325 match += dec32table[sequence.offset]; in ZSTD_execSequenceLong()