Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lz4/
Dlz4.c333 fillOutput = 2 enumerator
970 …if (outputDirective == fillOutput && maxOutputSize < 1) { return 0; } /* Impossible to store anyth… in LZ4_compress_generic_validated()
1103 if ((outputDirective == fillOutput) && in LZ4_compress_generic_validated()
1132 if ((outputDirective == fillOutput) && in LZ4_compress_generic_validated()
1174 if (outputDirective == fillOutput) { in LZ4_compress_generic_validated()
1213 assert(!(outputDirective == fillOutput && op + 1 + LASTLITERALS > olimit)); in LZ4_compress_generic_validated()
1292 if (outputDirective == fillOutput) { in LZ4_compress_generic_validated()
1316 if (outputDirective == fillOutput) { in LZ4_compress_generic_validated()
1352 if (outputDirective == fillOutput) { in LZ4_compress_generic()
1475 …->internal_donotuse, src, dst, *srcSizePtr, srcSizePtr, targetDstSize, fillOutput, byU16, noDict, … in LZ4_compress_destSize_extState()
[all …]