Searched refs:olimit (Results 1 – 4 of 4) sorted by relevance
213 BYTE *const olimit = omax - 3; in FSE_decompress_usingDTable_generic() local228 for (; (BIT_reloadDStream(&bitD) == BIT_DStream_unfinished) & (op < olimit); op += 4) { in FSE_decompress_usingDTable_generic()
201 BYTE * const olimit = op + maxOutputSize; in LZ4_compress_generic() local310 (litLength / 255) > olimit))) in LZ4_compress_generic()371 (matchCode >> 8) > olimit))) in LZ4_compress_generic()
784 value_type *olimit = oentries + osize; in expand() local827 while (p < olimit); in expand()