Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cc39 char *out_end = out + out_size; in SubstituteForFlagValue() local
40 while (*s && out < out_end - 1) { in SubstituteForFlagValue()
49 while (*base && out < out_end - 1) in SubstituteForFlagValue()
62 while (buf_pos < buf + 32 && out < out_end - 1) in SubstituteForFlagValue()
72 CHECK(out < out_end - 1); in SubstituteForFlagValue()
H A Dsanitizer_stacktrace_libcdep.cc119 char *out_end = out_buf + out_buf_size - 1; in __sanitizer_symbolize_pc() local
120 for (SymbolizedStack *cur = frame; cur && out_buf < out_end; in __sanitizer_symbolize_pc()
129 uptr n = out_end - out_buf - 1; in __sanitizer_symbolize_pc()
134 CHECK(out_buf <= out_end); in __sanitizer_symbolize_pc()
/freebsd-12.1/sbin/hastd/
H A Dlzf.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-12.1/contrib/wpa/src/tls/
H A Dtlsv1_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()