Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c1149 const limitedOutput_directive outputDirective, in LZ4_compress_generic_validated() argument
1192 if (outputDirective == fillOutput && maxOutputSize < 1) in LZ4_compress_generic_validated()
1353 if ((outputDirective == limitedOutput) && /* Check output buffer overflow */ in LZ4_compress_generic_validated()
1358 if ((outputDirective == fillOutput) && in LZ4_compress_generic_validated()
1391 if ((outputDirective == fillOutput) && in LZ4_compress_generic_validated()
1442 if ((outputDirective) && /* Check output buffer overflow */ in LZ4_compress_generic_validated()
1445 if (outputDirective == fillOutput) in LZ4_compress_generic_validated()
1470 assert(outputDirective == limitedOutput); in LZ4_compress_generic_validated()
1492 assert(!(outputDirective == fillOutput && op + 1 + LASTLITERALS > olimit)); in LZ4_compress_generic_validated()
1578 if ((outputDirective) && /* Check output buffer overflow */ in LZ4_compress_generic_validated()
[all …]