Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4hc.c567 …if (limit == fillOutput) oend -= LASTLITERALS; /* Hack for support LZ4 format res… in LZ4HC_compress_hashChain()
714 if (limit == fillOutput) oend += LASTLITERALS; /* restore correct value */ in LZ4HC_compress_hashChain()
741 if (limit == fillOutput) { in LZ4HC_compress_hashChain()
793 if (limit == fillOutput && dstCapacity < 1) return 0; /* Impossible to store anything */ in LZ4HC_compress_generic_internal()
942 …_generic(&ctx->internal_donotuse, source, dest, sourceSizePtr, targetDestSize, cLevel, fillOutput); in LZ4_compress_HC_destSize()
1119 …LZ4_compressHC_continue_generic(LZ4_streamHCPtr, src, dst, srcSizePtr, targetDestSize, fillOutput); in LZ4_compress_HC_continue_destSize()
1305 if (limit == fillOutput) oend -= LASTLITERALS; /* Hack for support LZ4 format restriction */ in LZ4HC_compress_optimal()
1506 if (limit == fillOutput) oend += LASTLITERALS; /* restore correct value */ in LZ4HC_compress_optimal()
1533 if (limit == fillOutput) { in LZ4HC_compress_optimal()
Dlz4.c269 fillOutput = 2 enumerator
839 …if (outputDirective == fillOutput && maxOutputSize < 1) { return 0; } /* Impossible to store anyth… in LZ4_compress_generic()
966 if ((outputDirective == fillOutput) && in LZ4_compress_generic()
995 if ((outputDirective == fillOutput) && in LZ4_compress_generic()
1037 if (outputDirective == fillOutput) { in LZ4_compress_generic()
1076 assert(!(outputDirective == fillOutput && op + 1 + LASTLITERALS > olimit)); in LZ4_compress_generic()
1147 if (outputDirective == fillOutput) { in LZ4_compress_generic()
1170 if (outputDirective == fillOutput) { in LZ4_compress_generic()
1301 …->internal_donotuse, src, dst, *srcSizePtr, srcSizePtr, targetDstSize, fillOutput, byU16, noDict, … in LZ4_compress_destSize_extState()
1304 …->internal_donotuse, src, dst, *srcSizePtr, srcSizePtr, targetDstSize, fillOutput, addrMode, noDic… in LZ4_compress_destSize_extState()