Searched refs:partialDecoding (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/coreboot/payloads/libpayload/liblz4/ |
H A D | lz4.c.inc | 105 int partialDecoding, /* full, partial */ 106 int targetOutputSize, /* only used if partialDecoding==partial */ 133 …if ((partialDecoding) && (oexit> oend-MFLIMIT)) oexit = oend-MFLIMIT; /* t… 166 …if (((endOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITER… 169 if (partialDecoding)
|
/aosp_15_r20/external/coreboot/src/commonlib/bsd/ |
H A D | lz4.c.inc | 105 int partialDecoding, /* full, partial */ 106 int targetOutputSize, /* only used if partialDecoding==partial */ 133 …if ((partialDecoding) && (oexit> oend-MFLIMIT)) oexit = oend-MFLIMIT; /* t… 166 …if (((endOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITER… 169 if (partialDecoding)
|
/aosp_15_r20/external/lz4/lib/ |
H A D | lz4.c | 2029 earlyEnd_directive partialDecoding, /* full, partial */ in LZ4_decompress_generic() argument 2066 if (partialDecoding) return 0; in LZ4_decompress_generic() 2169 if (partialDecoding) { in LZ4_decompress_generic() 2285 if (partialDecoding) { in LZ4_decompress_generic() 2328 if (!partialDecoding || (cpy == oend) || (ip >= (iend-2))) { in LZ4_decompress_generic() 2361 if (partialDecoding) length = MIN(length, (size_t)(oend-op)); in LZ4_decompress_generic() 2392 if (partialDecoding && (cpy > oend-MATCH_SAFEGUARD_DISTANCE)) { in LZ4_decompress_generic()
|
/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/ |
H A D | lz4.c | 1161 int partialDecoding, /* full, partial */ in LZ4_decompress_generic() argument 1189 …if ((partialDecoding) && (oexit> oend-MFLIMIT)) oexit = oend-MFLIMIT; /* t… in LZ4_decompress_generic() 1222 …if (((endOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITER… in LZ4_decompress_generic() 1225 if (partialDecoding) in LZ4_decompress_generic()
|