Searched refs:dec32table (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | lz4.c | 946 size_t dec32table[] = {0, 3, 2, 3, 0, 0, 0, 0}; in real_LZ4_uncompress() local 1008 ref -= dec32table[op-ref]; in real_LZ4_uncompress() 1060 size_t dec32table[] = {0, 3, 2, 3, 0, 0, 0, 0}; in LZ4_uncompress_unknownOutputSize() local 1137 ref -= dec32table[op-ref]; in LZ4_uncompress_unknownOutputSize()
|