Home
last modified time | relevance | path

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

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