Searched refs:ML_BITS (Results 1 – 1 of 1) sorted by relevance
326 #define ML_BITS 4 macro327 #define ML_MASK ((1U<<ML_BITS)-1)328 #define RUN_BITS (8-ML_BITS)540 *token = (RUN_MASK << ML_BITS); in LZ4_compressCtx()546 *token = (length << ML_BITS); in LZ4_compressCtx()632 *op++ = (RUN_MASK << ML_BITS); in LZ4_compressCtx()639 *op++ = (lastRun << ML_BITS); in LZ4_compressCtx()729 *token = (RUN_MASK << ML_BITS); in LZ4_compress64kCtx()735 *token = (length << ML_BITS); in LZ4_compress64kCtx()821 *op++ = (RUN_MASK << ML_BITS); in LZ4_compress64kCtx()[all …]