Searched refs:dec64table (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | lz4.c | 948 size_t dec64table[] = {0, 0, 0, (size_t)-1, 0, 1, 2, 3}; in real_LZ4_uncompress() local 998 size_t dec64 = dec64table[op-ref]; in real_LZ4_uncompress() 1062 size_t dec64table[] = {0, 0, 0, (size_t)-1, 0, 1, 2, 3}; in LZ4_uncompress_unknownOutputSize() local 1127 size_t dec64 = dec64table[op-ref]; in LZ4_uncompress_unknownOutputSize()
|