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

/linux-4.1.27/lib/lz4/
H A Dlz4_decompress.c50 static const int dec32table[] = {0, 3, 2, 3, 0, 0, 0, 0}; variable
130 ref -= dec32table[op-ref]; lz4_uncompress()
258 ref -= dec32table[op - ref]; lz4_uncompress_unknownoutputsize()

Completed in 69 milliseconds