Searched refs:ML_MASK (Results 1 – 3 of 3) sorted by relevance
351 #define ML_MASK ((1U<<ML_BITS)-1) macro640 if (len >= (int)ML_MASK) { in LZ4_compressCtx()641 *token += ML_MASK; in LZ4_compressCtx()642 len -= ML_MASK; in LZ4_compressCtx()833 if (len >= (int)ML_MASK) { in LZ4_compress64kCtx()834 *token += ML_MASK; in LZ4_compress64kCtx()835 len -= ML_MASK; in LZ4_compress64kCtx()989 if ((length = (token & ML_MASK)) == ML_MASK) { in real_LZ4_uncompress()1115 if ((length = (token & ML_MASK)) == ML_MASK) { in LZ4_uncompress_unknownOutputSize()
144 #define ML_MASK ((1U<<ML_BITS)-1) macro258 if ((length = (token & ML_MASK)) == ML_MASK) { in LZ4_uncompress_unknownOutputSize()
183 d# 15 constant ML_MASK \ (1<<ML_BITS)-1318 drop r> ML_MASK and ( dest_end op ref s_buf length R: dest s_end )319 dup ML_MASK = if ( dest_end op ref s_buf length R: dest s_end )