Home
last modified time | relevance | path

Searched refs:s_end (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/sys/contrib/openzfs/module/zfs/
HDzle.c44 uchar_t *s_end = src + s_len; in zfs_zle_compress_buf() local
47 while (src < s_end && dst < d_end - 1) { in zfs_zle_compress_buf()
52 while (src < MIN(last, s_end) && src[0] == 0) in zfs_zle_compress_buf()
59 while (src < MIN(last, s_end) - 1 && (src[0] | src[1])) in zfs_zle_compress_buf()
66 return (src == s_end ? dst - (uchar_t *)d_start : s_len); in zfs_zle_compress_buf()
75 uchar_t *s_end = src + s_len; in zfs_zle_decompress_buf() local
78 while (src < s_end && dst < d_end) { in zfs_zle_decompress_buf()
81 if (src + len > s_end || dst + len > d_end) in zfs_zle_decompress_buf()
/freebsd-head/sys/cddl/boot/zfs/
HDzle.c39 unsigned char *s_end = src + s_len; in zle_decompress() local
42 while (src < s_end && dst < d_end) { in zle_decompress()
/freebsd-head/contrib/wpa/src/utils/
HDjson.c67 char *str, *spos, *s_end; in json_parse_string() local
79 s_end = str + buf_len; in json_parse_string()
82 if (buf_len < max_len && s_end - spos < 3) { in json_parse_string()
95 s_end = str + buf_len; in json_parse_string()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDHashing.h442 const char *s_end = reinterpret_cast<const char *>(last);
443 const size_t length = std::distance(s_begin, s_end);
455 state.mix(s_end - 64);
/freebsd-head/contrib/llvm-project/compiler-rt/lib/cfi/
HDcfi.cpp172 uint16_t *s_end = MemToShadow(end - 1, shadow_) + 1; in Add() local
174 for (; s < s_end; s++, sv++) in Add()
/freebsd-head/contrib/ntp/sntp/libevent/
HDbuffer.c1502 char *s_end, *cr, *lf; in find_eol_char() local
1503 s_end = s+len; in find_eol_char()
1504 while (s < s_end) { in find_eol_char()
1505 size_t chunk = (s + CHUNK_SZ < s_end) ? CHUNK_SZ : (s_end - s); in find_eol_char()
/freebsd-head/contrib/libevent/
HDbuffer.c1502 char *s_end, *cr, *lf; in find_eol_char() local
1503 s_end = s+len; in find_eol_char()
1504 while (s < s_end) { in find_eol_char()
1505 size_t chunk = (s + CHUNK_SZ < s_end) ? CHUNK_SZ : (s_end - s); in find_eol_char()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp1231 s_end = m_continue_C_tids.end(); in DoResume() local
1232 s_pos != s_end; ++s_pos) in DoResume()
1254 s_end = m_continue_S_tids.end(); in DoResume() local
1255 s_pos != s_end; ++s_pos) in DoResume()