Home
last modified time | relevance | path

Searched refs:RUN_MASK (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dlz4.c353 #define RUN_MASK ((1U<<RUN_BITS)-1) macro
591 if (length >= (int)RUN_MASK) { in LZ4_compressCtx()
592 *token = (RUN_MASK << ML_BITS); in LZ4_compressCtx()
593 len = length - RUN_MASK; in LZ4_compressCtx()
680 if (op + lastRun + 1 + ((lastRun + 255 - RUN_MASK) / 255) > in LZ4_compressCtx()
683 if (lastRun >= (int)RUN_MASK) { in LZ4_compressCtx()
684 *op++ = (RUN_MASK << ML_BITS); in LZ4_compressCtx()
685 lastRun -= RUN_MASK; in LZ4_compressCtx()
784 if (length >= (int)RUN_MASK) { in LZ4_compress64kCtx()
785 *token = (RUN_MASK << ML_BITS); in LZ4_compress64kCtx()
[all …]
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c146 #define RUN_MASK ((1U<<RUN_BITS)-1) macro
208 if ((length = (token >> ML_BITS)) == RUN_MASK) { in LZ4_uncompress_unknownOutputSize()
/titanic_50/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth185 d# 15 constant RUN_MASK \ (1<<RUN_BITS)-1
221 dup RUN_MASK = if