Home
last modified time | relevance | path

Searched refs:olimit (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/lib/zstd/
Dfse_decompress.c213 BYTE *const olimit = omax - 3; in FSE_decompress_usingDTable_generic() local
228 for (; (BIT_reloadDStream(&bitD) == BIT_DStream_unfinished) & (op < olimit); op += 4) { in FSE_decompress_usingDTable_generic()
/Linux-v5.15/lib/lz4/
Dlz4_compress.c201 BYTE * const olimit = op + maxOutputSize; in LZ4_compress_generic() local
310 (litLength / 255) > olimit))) in LZ4_compress_generic()
371 (matchCode >> 8) > olimit))) in LZ4_compress_generic()