Home
last modified time | relevance | path

Searched refs:buf_end (Results 1 – 25 of 2246) sorted by relevance

12345678910>>...90

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dvermicelli.h47 assert(buf < buf_end); in vermicelliExec()
60 return buf_end; in vermicelliExec()
126 return buf_end; in nvermicelliExec()
198 return buf_end; in vermicelliDoubleExec()
245 return buf_end; in vermicelliDoubleExec()
274 return buf_end; in vermicelliDoubleMaskedExec()
315 return buf_end; in vermicelliDoubleMaskedExec()
342 for (buf_end--; buf_end >= buf; buf_end--) { in rvermicelliExec()
351 return buf_end; in rvermicelliExec()
371 buf_end -= min; in rvermicelliExec()
[all …]
H A Dtruffle.c100 return buf_end; in truffleMini()
156 assert(buf <= buf_end && buf >= buf_end - 16); in truffleExec()
164 return buf_end; in truffleExec()
210 buf_end = (const u8 *)((size_t)buf_end & ~((size_t)0xf)); in rtruffleExec()
214 buf_end -= 16; in rtruffleExec()
352 assert(buf <= buf_end && buf >= buf_end - 32); in truffleExec()
358 return buf_end; in truffleExec()
406 buf_end = (const u8 *)((size_t)buf_end & ~((size_t)0x1f)); in rtruffleExec()
537 assert(buf <= buf_end && buf >= buf_end - 64); in truffleExec()
543 return buf_end; in truffleExec()
[all …]
H A Dshufti.c95 for (buf_end--; buf_end >= buf; buf_end--) { in shuftiRevSlow()
101 return buf_end; in shuftiRevSlow()
191 assert(buf <= buf_end && buf >= buf_end - 16); in shuftiExec()
198 return buf_end; in shuftiExec()
260 buf_end = (const u8 *)((size_t)buf_end & ~((size_t)0xf)); in rshuftiExec()
360 return buf_end; in shuftiDoubleExec()
495 assert(buf <= buf_end && buf >= buf_end - 32); in shuftiExec()
601 buf_end = (const u8 *)((size_t)buf_end & ~((size_t)0x1f)); in rshuftiExec()
869 assert(buf <= buf_end && buf >= buf_end - 64); in shuftiExec()
951 if (ROUNDDOWN_PTR(buf_end, 64) != buf_end) { in rshuftiExec()
[all …]
H A Dvermicelli_sse.h263 for (; buf + 15 < buf_end; buf_end -= 16) { in rvermSearchAligned()
282 for (; buf + 15 < buf_end; buf_end -= 16) { in rvermSearchAlignedNocase()
329 for (; buf + 16 < buf_end; buf_end -= 16) { in rdvermSearchAligned()
333 if (buf_end[-17] == c1 && buf_end[-16] == c2) { in rdvermSearchAligned()
340 return buf_end; in rdvermSearchAligned()
349 for (; buf + 16 < buf_end; buf_end -= 16) { in rdvermSearchAlignedNocase()
725 for (; buf + 63 < buf_end; buf_end -= 64) { in rvermSearchAligned()
744 for (; buf + 63 < buf_end; buf_end -= 64) { in rvermSearchAlignedNocase()
825 for (; buf + 64 < buf_end; buf_end -= 64) { in rdvermSearchAligned()
828 if (buf_end[-65] == c1 && buf_end[-64] == c2) { in rdvermSearchAligned()
[all …]
H A Dvermicelli_run.h35 buf_start - buf, buf_end - buf); in find_xverm_run()
40 return negate ? nvermicelliExec(c, nocase, buf_start, buf_end) in find_xverm_run()
47 s = nvermicelliExec(c, nocase, buf_start, buf_end); in find_xverm_run()
48 } else if (buf_end - buf_start >= VERM_BOUNDARY && !nocase) { in find_xverm_run()
53 s = vermicelliExec(c, nocase, s, buf_end); in find_xverm_run()
56 s = vermicelliExec(c, nocase, buf_start, buf_end); in find_xverm_run()
58 if (s == buf_end) { in find_xverm_run()
64 const u8 *test_e = MIN(s + repeat, buf_end); in find_xverm_run()
70 assert(rv <= buf_end); in find_xverm_run()
82 const u8 *buf_start, const u8 *buf_end) { in find_verm_run() argument
[all …]
/dports/net/echoping/echoping-ccf3c95d9249d3065db3853486f41c852d20101e/SRC/
H A Dreadline.c53 int buf_end; variable
67 if (buf_end == 0) {
71 buf_end = rc;
80 buf_end = rc;
88 buf_end = buf_end + rc;
103 if ((buf_end == 0) || (buf_ptr > buf_end)) {
125 int buf_end; variable
143 buf_end = rc;
152 buf_end = rc;
157 buf_end = buf_end + rc;
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/cplc/
H A Dcpl_parser.c320 append_str_attr(p, val, buf_end, error); in encode_address_attr()
335 char *buf_end) in encode_address_switch_attr() argument
447 buf_end, error ); in encode_lang_attr()
534 char *buf_end) in encode_string_switch_attr() argument
629 char *buf_end) in encode_time_switch_attr() argument
689 char *buf_end) in encode_time_attr() argument
774 char *buf_end) in encode_lookup_attr() argument
830 char *buf_end) in encode_location_attr() argument
948 char *buf_end) in encode_proxy_attr() argument
1190 p = decode_mail_url( p, buf_end, in encode_mail_attr()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/core/parser/
H A Dparse_body.c113 char *buf_end, in get_multipart_body() argument
119 if (buf >= buf_end) in get_multipart_body()
127 if (beg >= buf_end) in get_multipart_body()
134 if (beg >= buf_end) in get_multipart_body()
172 char *c, *c2, *buf_end; in get_body_part() local
207 if ((c+2 > buf_end) || in get_body_part()
217 if (c >= buf_end) in get_body_part()
253 if (c2 >= buf_end) in get_body_part()
275 buf_end, in get_body_part()
540 char*c, *d, *buf_end; in get_body_part_by_filter() local
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DXPACK.cc37 if (buf_start >= buf_end) { in xpack_decode_integer()
47 if (++p >= buf_end) { in xpack_decode_integer()
72 if (buf_start >= buf_end) { in xpack_decode_string()
81 len = xpack_decode_integer(encoded_string_len, p, buf_end, n); in xpack_decode_string()
87 if (buf_end < p || static_cast<uint64_t>(buf_end - p) < encoded_string_len) { in xpack_decode_string()
115 xpack_encode_integer(uint8_t *buf_start, const uint8_t *buf_end, uint64_t value, uint8_t n) in xpack_encode_integer() argument
117 if (buf_start >= buf_end) { in xpack_encode_integer()
132 if (p >= buf_end) { in xpack_encode_integer()
138 if (p + 1 >= buf_end) { in xpack_encode_integer()
167 const int64_t len = xpack_encode_integer(p, buf_end, data_len, n); in xpack_encode_string()
[all …]
/dports/www/mod_reproxy/lestrrat-mod_reproxy-0f945ff/picohttpparser/
H A Dpicohttpparser.c13 if (buf == buf_end) { \
40 static const char* get_token_to_eol(const char* buf, const char* buf_end, in get_token_to_eol() argument
47 if (likely(buf_end - buf >= 16)) { in get_token_to_eol()
79 static const char* is_complete(const char* buf, const char* buf_end, in is_complete() argument
138 return parse_int(buf, buf_end, minor_version, ret); in parse_http_version()
141 static const char* parse_headers(const char* buf, const char* buf_end, in parse_headers() argument
194 const char* parse_request(const char* buf, const char* buf_end, in parse_request() argument
235 const char * buf = buf_start, * buf_end = buf_start + len; in phr_parse_request() local
262 static const char* parse_response(const char* buf, const char* buf_end, in parse_response() argument
279 if ((buf = parse_int(buf, buf_end, status, ret)) == NULL) { in parse_response()
[all …]
/dports/www/p5-Feersum/Feersum-1.410/picohttpparser-git/
H A Dpicohttpparser.c15 if (buf == buf_end) { \
42 static const char* get_token_to_eol(const char* buf, const char* buf_end, in get_token_to_eol() argument
49 if (likely(buf_end - buf >= 16)) { in get_token_to_eol()
81 static const char* is_complete(const char* buf, const char* buf_end, in is_complete() argument
140 return parse_int(buf, buf_end, minor_version, ret); in parse_http_version()
143 static const char* parse_headers(const char* buf, const char* buf_end, in parse_headers() argument
196 const char* parse_request(const char* buf, const char* buf_end, in parse_request() argument
237 const char * buf = buf_start, * buf_end = buf_start + len; in phr_parse_request() local
264 static const char* parse_response(const char* buf, const char* buf_end, in parse_response() argument
281 if ((buf = parse_int(buf, buf_end, status, ret)) == NULL) { in parse_response()
[all …]
/dports/www/p5-HTTP-Parser-XS/HTTP-Parser-XS-0.17/picohttpparser/
H A Dpicohttpparser.c48 if (buf == buf_end) { \
98 if (likely(buf_end - buf >= 16)) { in findchar_fast()
101 size_t left = (buf_end - buf) & ~15; in findchar_fast()
139 while (likely(buf_end - buf >= 8)) { in get_token_to_eol()
177 static const char* is_complete(const char* buf, const char* buf_end, in is_complete() argument
236 return parse_int(buf, buf_end, minor_version, ret); in parse_http_version()
303 const char* parse_request(const char* buf, const char* buf_end, in parse_request() argument
344 const char * buf = buf_start, * buf_end = buf_start + len; in phr_parse_request() local
388 if ((buf = parse_int(buf, buf_end, status, ret)) == NULL) { in parse_response()
409 const char * buf = buf_start, * buf_end = buf + len; in phr_parse_response() local
[all …]
/dports/lang/v/v-0.1.29/thirdparty/picohttpparser/src/
H A Dpicohttpparser.c109 if (likely(buf_end - buf >= 16)) { in findchar_fast()
112 size_t left = (buf_end - buf) & ~15; in findchar_fast()
127 (void)buf_end; in findchar_fast()
143 buf = findchar_fast(buf, buf_end, ranges1, 6, &found); in get_token_to_eol()
148 while (likely(buf_end - buf >= 8)) { in get_token_to_eol()
248 if (buf_end - buf < 9) { in parse_http_version()
386 const char *buf = buf_start, *buf_end = buf_start + len; in phr_parse_request() local
399 if (last_len != 0 && is_complete(buf, buf_end, last_len, &r) == NULL) { in phr_parse_request()
427 if (buf_end - buf < 4) { in parse_response()
457 const char *buf = buf_start, *buf_end = buf + len; in phr_parse_response() local
[all …]
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/picohttpparser/
H A Dpicohttpparser.c109 if (likely(buf_end - buf >= 16)) { in findchar_fast()
112 size_t left = (buf_end - buf) & ~15; in findchar_fast()
127 (void)buf_end; in findchar_fast()
143 buf = findchar_fast(buf, buf_end, ranges1, 6, &found); in get_token_to_eol()
148 while (likely(buf_end - buf >= 8)) { in get_token_to_eol()
248 if (buf_end - buf < 9) { in parse_http_version()
386 const char *buf = buf_start, *buf_end = buf_start + len; in phr_parse_request() local
399 if (last_len != 0 && is_complete(buf, buf_end, last_len, &r) == NULL) { in phr_parse_request()
427 if (buf_end - buf < 4) { in parse_response()
457 const char *buf = buf_start, *buf_end = buf + len; in phr_parse_response() local
[all …]
/dports/www/p5-Gazelle/Gazelle-0.49/lib/Plack/Handler/picohttpparser/
H A Dpicohttpparser.c58 if (buf == buf_end) { \
108 if (likely(buf_end - buf >= 16)) { in findchar_fast()
111 size_t left = (buf_end - buf) & ~15; in findchar_fast()
149 while (likely(buf_end - buf >= 8)) { in get_token_to_eol()
187 static const char* is_complete(const char* buf, const char* buf_end, in is_complete() argument
246 return parse_int(buf, buf_end, minor_version, ret); in parse_http_version()
249 static const char* parse_headers(const char* buf, const char* buf_end, in parse_headers() argument
355 const char * buf = buf_start, * buf_end = buf_start + len; in phr_parse_request() local
399 if ((buf = parse_int(buf, buf_end, status, ret)) == NULL) { in parse_response()
420 const char * buf = buf_start, * buf_end = buf + len; in phr_parse_response() local
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/picohttpparser/
H A Dpicohttpparser.c111 if (likely(buf_end - buf >= 16)) { in findchar_fast()
114 size_t left = (buf_end - buf) & ~15; in findchar_fast()
129 (void)buf_end; in findchar_fast()
149 buf = findchar_fast(buf, buf_end, ranges1, sizeof(ranges1) - 1, &found); in get_token_to_eol()
154 while (likely(buf_end - buf >= 8)) { in get_token_to_eol()
254 if (buf_end - buf < 9) { in parse_http_version()
388 const char *buf = buf_start, *buf_end = buf_start + len; in phr_parse_request() local
401 if (last_len != 0 && is_complete(buf, buf_end, last_len, &r) == NULL) { in phr_parse_request()
426 if (buf_end - buf < 4) { in parse_response()
448 const char *buf = buf_start, *buf_end = buf + len; in phr_parse_response() local
[all …]
/dports/games/cake/cake_src/cake/
H A Dparser.cpp12 const byte *Parser::buf_end; member in Parser
19 buf_end = file->mem + file->size; in StartParseFile()
26 buf_end = buff + size; in StartParseBuffer()
33 buf_end = (BYTE *) string + strlen(string); in StartParseString()
50 if (buffer == buf_end) return 0; in GetToken()
60 if (buffer >= buf_end) in GetToken()
80 if (buffer >= buf_end) return 0; in GetToken()
88 if (buffer >= buf_end) return 0; in GetToken()
103 if (buffer >= buf_end) in GetToken()
124 if (buffer == buf_end) break; in GetToken()
[all …]
/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Dbufio.c53 retv->buf_end = 0; in bufio_new()
203 if(desc->buf_start < desc->buf_end) in bufio_read()
220 desc->buf_end = 0; in bufio_read()
236 desc->buf_end = acnt; in bufio_read()
255 if(desc->buf_start < desc->buf_end) in bufio_nbfread()
269 desc->buf_end = 0; in bufio_nbfread()
334 desc->buf_end = 0; in bufio_readln()
351 desc->buf_end = acnt; in bufio_readln()
367 desc->buf_end - desc->buf_start); in bufio_unread()
369 desc->buf_end = size + desc->buf_end - desc->buf_start; in bufio_unread()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/shared-core/
H A Dvia_verifier.c529 while (buf < buf_end) { in via_check_prim_list()
578 while (buf < buf_end) { in via_check_prim_list()
693 while (buf < buf_end) { in via_check_header2()
738 if ((buf < buf_end) in via_parse_header2()
747 while (buf < buf_end) { in via_parse_header2()
809 while (buf < buf_end) { in via_check_header1()
841 while (buf < buf_end) { in via_parse_header1()
858 if (buf_end - buf < 4) { in via_check_vheader5()
911 if (buf_end - buf < 4) { in via_check_vheader6()
988 while (buf < buf_end) { in via_verify_command_stream()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/via/
H A Dvia_verifier.c529 while (buf < buf_end) { in via_check_prim_list()
578 while (buf < buf_end) { in via_check_prim_list()
693 while (buf < buf_end) { in via_check_header2()
737 if ((buf < buf_end) in via_parse_header2()
746 while (buf < buf_end) { in via_parse_header2()
808 while (buf < buf_end) { in via_check_header1()
840 while (buf < buf_end) { in via_parse_header1()
857 if (buf_end - buf < 4) { in via_check_vheader5()
909 if (buf_end - buf < 4) { in via_check_vheader6()
986 while (buf < buf_end) { in via_verify_command_stream()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/via/
H A Dvia_verifier.c531 while (buf < buf_end) { in via_check_prim_list()
580 while (buf < buf_end) { in via_check_prim_list()
695 while (buf < buf_end) { in via_check_header2()
739 if ((buf < buf_end) in via_parse_header2()
748 while (buf < buf_end) { in via_parse_header2()
810 while (buf < buf_end) { in via_check_header1()
842 while (buf < buf_end) { in via_parse_header1()
859 if (buf_end - buf < 4) { in via_check_vheader5()
911 if (buf_end - buf < 4) { in via_check_vheader6()
988 while (buf < buf_end) { in via_verify_command_stream()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/via/
H A Dvia_verifier.c531 while (buf < buf_end) { in via_check_prim_list()
580 while (buf < buf_end) { in via_check_prim_list()
695 while (buf < buf_end) { in via_check_header2()
739 if ((buf < buf_end) in via_parse_header2()
748 while (buf < buf_end) { in via_parse_header2()
810 while (buf < buf_end) { in via_check_header1()
842 while (buf < buf_end) { in via_parse_header1()
859 if (buf_end - buf < 4) { in via_check_vheader5()
911 if (buf_end - buf < 4) { in via_check_vheader6()
988 while (buf < buf_end) { in via_verify_command_stream()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/via/
H A Dvia_verifier.c531 while (buf < buf_end) { in via_check_prim_list()
580 while (buf < buf_end) { in via_check_prim_list()
695 while (buf < buf_end) { in via_check_header2()
739 if ((buf < buf_end) in via_parse_header2()
748 while (buf < buf_end) { in via_parse_header2()
810 while (buf < buf_end) { in via_check_header1()
842 while (buf < buf_end) { in via_parse_header1()
859 if (buf_end - buf < 4) { in via_check_vheader5()
911 if (buf_end - buf < 4) { in via_check_vheader6()
988 while (buf < buf_end) { in via_verify_command_stream()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmjpegbdec.c50 const uint8_t *buf_end, *buf_ptr; in mjpegb_decode_frame() local
57 buf_end = buf + buf_size; in mjpegb_decode_frame()
67 if (buf_end - buf_ptr >= 1 << 28) in mjpegb_decode_frame()
70 init_get_bits(&hgb, buf_ptr, /*buf_size*/(buf_end - buf_ptr)*8); in mjpegb_decode_frame()
86 dqt_offs = read_offs(avctx, &hgb, buf_end - buf_ptr, "dqt is %d and size is %d\n"); in mjpegb_decode_frame()
89 init_get_bits(&s->gb, buf_ptr+dqt_offs, (buf_end - (buf_ptr+dqt_offs))*8); in mjpegb_decode_frame()
96 dht_offs = read_offs(avctx, &hgb, buf_end - buf_ptr, "dht is %d and size is %d\n"); in mjpegb_decode_frame()
99 init_get_bits(&s->gb, buf_ptr+dht_offs, (buf_end - (buf_ptr+dht_offs))*8); in mjpegb_decode_frame()
104 sof_offs = read_offs(avctx, &hgb, buf_end - buf_ptr, "sof is %d and size is %d\n"); in mjpegb_decode_frame()
107 init_get_bits(&s->gb, buf_ptr+sof_offs, (buf_end - (buf_ptr+sof_offs))*8); in mjpegb_decode_frame()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmjpegbdec.c49 const uint8_t *buf_end, *buf_ptr; in mjpegb_decode_frame() local
56 buf_end = buf + buf_size; in mjpegb_decode_frame()
65 if (buf_end - buf_ptr >= 1 << 28) in mjpegb_decode_frame()
68 init_get_bits(&hgb, buf_ptr, /*buf_size*/(buf_end - buf_ptr)*8); in mjpegb_decode_frame()
85 dqt_offs = read_offs(avctx, &hgb, buf_end - buf_ptr, "dqt is %d and size is %d\n"); in mjpegb_decode_frame()
89 init_get_bits(&s->gb, buf_ptr+dqt_offs, (buf_end - (buf_ptr+dqt_offs))*8); in mjpegb_decode_frame()
96 dht_offs = read_offs(avctx, &hgb, buf_end - buf_ptr, "dht is %d and size is %d\n"); in mjpegb_decode_frame()
100 init_get_bits(&s->gb, buf_ptr+dht_offs, (buf_end - (buf_ptr+dht_offs))*8); in mjpegb_decode_frame()
105 sof_offs = read_offs(avctx, &hgb, buf_end - buf_ptr, "sof is %d and size is %d\n"); in mjpegb_decode_frame()
109 init_get_bits(&s->gb, buf_ptr+sof_offs, (buf_end - (buf_ptr+sof_offs))*8); in mjpegb_decode_frame()
[all …]

12345678910>>...90