Searched refs:out_end (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sbin/hastd/
H A Dlzf.c115 u8 *out_end = op + out_len; local
175 if (expect_false (op + 3 + 1 >= out_end)) /* first a faster conservative test */
176 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */
266 if (expect_false (op >= out_end))
279 if (op + 3 > out_end) /* at most 3 bytes can be missing here */
320 u8 *const out_end = op + out_len; local
330 if (op + ctrl > out_end)
379 if (op + len + 2 > out_end)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cpp38 char *out_end = out + out_size; local
39 while (*s && out < out_end - 1) {
48 while (*base && out < out_end - 1)
61 while (buf_pos < buf + 32 && out < out_end - 1)
71 CHECK(out < out_end - 1);
H A Dsanitizer_stacktrace_libcdep.cpp120 char *out_end = out_buf + out_buf_size - 1; local
121 for (SymbolizedStack *cur = frame; cur && out_buf < out_end;
130 uptr n = out_end - out_buf - 1;
135 CHECK(out_buf <= out_end);
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_server.c266 u8 alert, *out_end, *out_pos, ct; local
272 out_end = out_data + out_len;
276 olen = out_end - out_pos;
332 if (out_pos > out_end) {

Completed in 109 milliseconds