Home
last modified time | relevance | path

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

/u-boot/lib/
A Dlz4.c93 const size_t dec32table[] = {4, 1, 2, 1, 4, 4, 4, 4}; in LZ4_decompress_generic() local
212 match += dec32table[op-match]; in LZ4_decompress_generic()
/u-boot/lib/zstd/
A Ddecompress.c1054 static const U32 dec32table[] = {0, 1, 2, 1, 4, 4, 4, 4}; /* added */ in ZSTD_execSequence() local
1061 match += dec32table[sequence.offset]; in ZSTD_execSequence()
1309 static const U32 dec32table[] = {0, 1, 2, 1, 4, 4, 4, 4}; /* added */ in ZSTD_execSequenceLong() local
1316 match += dec32table[sequence.offset]; in ZSTD_execSequenceLong()

Completed in 8 milliseconds