Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c831 BYTE* const olimit = op + maxOutputSize; in LZ4_compress_generic() local
963 (unlikely(op + litLength + (2 + 1 + LASTLITERALS) + (litLength/255) > olimit)) ) { in LZ4_compress_generic()
967 …ken */ + MFLIMIT - MINMATCH /* min last literals so last match is <= end - MFLIMIT */ > olimit))) { in LZ4_compress_generic()
996 …oken */ + MFLIMIT - MINMATCH /* min last literals so last match is <= end - MFLIMIT */ > olimit)) { in LZ4_compress_generic()
1036 (unlikely(op + (1 + LASTLITERALS) + (matchCode+240)/255 > olimit)) ) { in LZ4_compress_generic()
1039 …Code = 15 /* in token */ - 1 /* to avoid needing a zero byte */ + ((U32)(olimit - op) - 1 - LASTLI… in LZ4_compress_generic()
1076 assert(!(outputDirective == fillOutput && op + 1 + LASTLITERALS > olimit)); in LZ4_compress_generic()
1146 (op + lastRun + 1 + ((lastRun+255-RUN_MASK)/255) > olimit)) { in LZ4_compress_generic()
1149 assert(olimit >= op); in LZ4_compress_generic()
1150 lastRun = (size_t)(olimit-op) - 1; in LZ4_compress_generic()
/external/zstd/lib/common/
Dfse_decompress.c239 BYTE* const olimit = omax-3; in FSE_decompress_usingDTable_generic() local
254 for ( ; (BIT_reloadDStream(&bitD)==BIT_DStream_unfinished) & (op<olimit) ; op+=4) { in FSE_decompress_usingDTable_generic()
/external/zstd/lib/decompress/
Dhuf_decompress.c361 BYTE* const olimit = oend - 3; in HUF_decompress4X1_usingDTable_internal_body() local
397 for ( ; (endSignal) & (op4 < olimit) ; ) { in HUF_decompress4X1_usingDTable_internal_body()
813 BYTE* const olimit = oend - (sizeof(size_t)-1); in HUF_decompress4X2_usingDTable_internal_body() local
849 for ( ; (endSignal) & (op4 < olimit); ) { in HUF_decompress4X2_usingDTable_internal_body()
/external/zstd/lib/legacy/
Dzstd_v01.c826 BYTE* const olimit = omax-3; in FSE_decompress_usingDTable_generic() local
843 for ( ; (FSE_reloadDStream(&bitD)==FSE_DStream_unfinished) && (op<olimit) ; op+=4) in FSE_decompress_usingDTable_generic()
1081 BYTE* const olimit = maxDstSize < 15 ? op : omax-15; in HUF_decompress_usingDTable() local
1116 …for ( ; (reloadStatus<FSE_DStream_completed) && (op<olimit); /* D2-3-4 are supposed to be synchro… in HUF_decompress_usingDTable()
Dzstd_v03.c1350 BYTE* const olimit = omax-3; in FSE_decompress_usingDTable_generic() local
1367 for ( ; (BIT_reloadDStream(&bitD)==BIT_DStream_unfinished) && (op<olimit) ; op+=4) in FSE_decompress_usingDTable_generic()
Dzstd_v04.c1329 BYTE* const olimit = omax-3; in FSE_decompress_usingDTable_generic() local
1346 for ( ; (BIT_reloadDStream(&bitD)==BIT_DStream_unfinished) && (op<olimit) ; op+=4) in FSE_decompress_usingDTable_generic()
Dzstd_v02.c1349 BYTE* const olimit = omax-3; in FSE_decompress_usingDTable_generic() local
1366 for ( ; (BIT_reloadDStream(&bitD)==BIT_DStream_unfinished) && (op<olimit) ; op+=4) in FSE_decompress_usingDTable_generic()
Dzstd_v05.c1436 BYTE* const olimit = omax-3; in FSEv05_decompress_usingDTable_generic() local
1453 for ( ; (BITv05_reloadDStream(&bitD)==BITv05_DStream_unfinished) && (op<olimit) ; op+=4) { in FSEv05_decompress_usingDTable_generic()
Dzstd_v06.c1579 BYTE* const olimit = omax-3; in FSEv06_decompress_usingDTable_generic() local
1595 for ( ; (BITv06_reloadDStream(&bitD)==BITv06_DStream_unfinished) && (op<olimit) ; op+=4) { in FSEv06_decompress_usingDTable_generic()
Dzstd_v07.c1599 BYTE* const olimit = omax-3; in FSEv07_decompress_usingDTable_generic() local
1615 for ( ; (BITv07_reloadDStream(&bitD)==BITv07_DStream_unfinished) && (op<olimit) ; op+=4) { in FSEv07_decompress_usingDTable_generic()