Lines Matching refs:cmpr_end
140 u8 *cmpr_end, size_t *cmpr_chunk_size, in compress_chunk() argument
157 last = min(cmpr + LZNT_CHUNK_SIZE + sizeof(short), cmpr_end); in compress_chunk()
228 const u8 *cmpr_end) in decompress_chunk() argument
238 while (up < unc_end && cmpr < cmpr_end) { in decompress_chunk()
251 if (cmpr + 1 >= cmpr_end) in decompress_chunk()
281 if (cmpr >= cmpr_end) in decompress_chunk()
360 const u8 *cmpr_end = cmpr_chunk + cmpr_size; in decompress_lznt() local
380 if (cmpr_chunk + cmpr_use > cmpr_end) in decompress_lznt()
400 cmpr_end) { in decompress_lznt()
417 if (cmpr_chunk > cmpr_end - 2) in decompress_lznt()
445 if (cmpr_chunk > cmpr_end) in decompress_lznt()