Searched refs:dec32table (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | lz4.c | 94 const size_t dec32table[] = {4, 1, 2, 1, 4, 4, 4, 4}; in LZ4_decompress_generic() local 213 match += dec32table[op-match]; in LZ4_decompress_generic()
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | decompress.c | 1063 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()
|