Searched refs:RUN_MASK (Results 1 – 6 of 6) sorted by relevance
322 #define RUN_MASK ((1U<<RUN_BITS)-1) macro540 if (length >= (int)RUN_MASK) { in LZ4_compressCtx()541 *token = (RUN_MASK << ML_BITS); in LZ4_compressCtx()542 len = length - RUN_MASK; in LZ4_compressCtx()629 if (op + lastRun + 1 + ((lastRun + 255 - RUN_MASK) / 255) > in LZ4_compressCtx()632 if (lastRun >= (int)RUN_MASK) { in LZ4_compressCtx()633 *op++ = (RUN_MASK << ML_BITS); in LZ4_compressCtx()634 lastRun -= RUN_MASK; in LZ4_compressCtx()733 if (length >= (int)RUN_MASK) { in LZ4_compress64kCtx()734 *token = (RUN_MASK << ML_BITS); in LZ4_compress64kCtx()[all …]
162 #define RUN_MASK ((1U<<RUN_BITS)-1) macro224 if ((length = (token >> ML_BITS)) == RUN_MASK) { in LZ4_uncompress_unknownOutputSize()
166 #define RUN_MASK (1 << 0) macro
207 #define RUN_MASK (1 << 0) macro
250 running = RREG32(MC_SEQ_SUP_CNTL) & RUN_MASK; in ni_mc_load_microcode()
237 running = RREG32(MC_SEQ_SUP_CNTL) & RUN_MASK; in si_mc_load_microcode()