Searched refs:out_end (Results 1 – 2 of 2) sorted by relevance
112 u8 *out_end = op + out_len; in lzf_compress() local167 if (expect_false (op + 3 + 1 >= out_end)) /* first a faster conservative test */ in lzf_compress()168 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */ in lzf_compress()259 if (expect_false (op >= out_end)) in lzf_compress()272 if (op + 3 > out_end) /* at most 3 bytes can be missing here */ in lzf_compress()
66 u8 *const out_end = op + out_len; in lzf_decompress() local76 if (op + ctrl > out_end) in lzf_decompress()133 if (op + len + 2 > out_end) in lzf_decompress()