Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dlz4.c75 int partialDecoding, /* full, partial */ in LZ4_decompress_generic() argument
102 …if ((partialDecoding) && (oexit> oend-MFLIMIT)) oexit = oend-MFLIMIT; /* t… in LZ4_decompress_generic()
131 …if (((endOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITER… in LZ4_decompress_generic()
134 if (partialDecoding) in LZ4_decompress_generic()