Lines Matching refs:ML_BITS
336 #define ML_BITS 4 macro
337 #define ML_MASK ((1U<<ML_BITS)-1)
338 #define RUN_BITS (8-ML_BITS)
549 *token = (RUN_MASK << ML_BITS); in LZ4_compressCtx()
555 *token = (length << ML_BITS); in LZ4_compressCtx()
641 *op++ = (RUN_MASK << ML_BITS); in LZ4_compressCtx()
648 *op++ = (lastRun << ML_BITS); in LZ4_compressCtx()
737 *token = (RUN_MASK << ML_BITS); in LZ4_compress64kCtx()
743 *token = (length << ML_BITS); in LZ4_compress64kCtx()
829 *op++ = (RUN_MASK << ML_BITS); in LZ4_compress64kCtx()
835 *op++ = (lastRun << ML_BITS); in LZ4_compress64kCtx()