Home
last modified time | relevance | path

Searched refs:inbuf (Results 1 – 25 of 6312) sorted by relevance

12345678910>>...253

/dports/net/mpich/mpich-3.4.3/modules/yaksa/src/backend/seq/pup/
H A Dyaksuri_seqi_pup.h1311 int yaksuri_seqi_pack_hindexed__Bool(const void *inbuf, void *outbuf, uintptr_t count, yaksi_type_s…
1313 int yaksuri_seqi_pack_contig__Bool(const void *inbuf, void *outbuf, uintptr_t count, yaksi_type_s *…
1314 int yaksuri_seqi_unpack_contig__Bool(const void *inbuf, void *outbuf, uintptr_t count, yaksi_type_s…
1315 int yaksuri_seqi_pack_resized__Bool(const void *inbuf, void *outbuf, uintptr_t count, yaksi_type_s …
2613 int yaksuri_seqi_pack_hindexed_char(const void *inbuf, void *outbuf, uintptr_t count, yaksi_type_s …
2615 int yaksuri_seqi_pack_contig_char(const void *inbuf, void *outbuf, uintptr_t count, yaksi_type_s * …
2616 int yaksuri_seqi_unpack_contig_char(const void *inbuf, void *outbuf, uintptr_t count, yaksi_type_s …
2617 int yaksuri_seqi_pack_resized_char(const void *inbuf, void *outbuf, uintptr_t count, yaksi_type_s *…
2618 int yaksuri_seqi_unpack_resized_char(const void *inbuf, void *outbuf, uintptr_t count, yaksi_type_s…
5219 int yaksuri_seqi_pack_contig_int8_t(const void *inbuf, void *outbuf, uintptr_t count, yaksi_type_s …
[all …]
/dports/net/kcat/kcat-1.7.0/
H A Dinput.c62 void inbuf_destroy (struct inbuf *inbuf) { in inbuf_destroy() argument
66 munmap(inbuf->buf, inbuf->size); in inbuf_destroy()
168 void inbuf_init (struct inbuf *inbuf, size_t max_size, in inbuf_init() argument
170 memset(inbuf, 0, sizeof(*inbuf)); in inbuf_init()
176 inbuf->sof = inbuf->dsize - 1; in inbuf_init()
178 inbuf_grow(inbuf, inbuf_get_alloc_size(inbuf, 0)); in inbuf_init()
188 size_t remaining = inbuf->size - inbuf->len; in inbuf_ensure()
195 return inbuf->size - inbuf->len; in inbuf_ensure()
209 if (inbuf->len < inbuf->sof) in inbuf_scan()
214 while (inbuf->sof < inbuf->len && in inbuf_scan()
[all …]
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpst.c58 *inbuf = cur; in pst_parse_any()
65 while (*inbuf < inbufend && **inbuf != '\n' && **inbuf != '\r') in skip_line()
66 (*inbuf)++; in skip_line()
67 if (*inbuf < inbufend && **inbuf == '\r') in skip_line()
68 (*inbuf)++; in skip_line()
69 if (*inbuf < inbufend && **inbuf == '\n') in skip_line()
70 (*inbuf)++; in skip_line()
76 while (*inbuf < inbufend && **inbuf == '%') { in skip_comments()
100 *inbuf = cur;
118 c = **inbuf; in pst_get_token()
[all …]
/dports/mail/emil/emil-2.1.0-beta9/
H A Dmessage.c54 if (inbuf->size == 0 || (inbuf->end <= inbuf->offset)) in parse_message()
105 if (inbuf->end <= inbuf->offset) in move_past_boundary()
118 inbuf->offset += get_line(inbuf); in move_past_boundary()
219 inbuf->bodyend = inbuf->end; in check_encoding()
236 inbuf->bodyend = inbuf->end; in check_encoding()
401 inbuf->offset >= inbuf->end) in get_line()
432 inbuf->lineend = inbuf->loffset; in set_end_by_boundary()
447 inbuf->bodyend = inbuf->offset; in set_end_by_boundary()
448 inbuf->lineend = inbuf->loffset; in set_end_by_boundary()
481 inbuf->bodyend = inbuf->offset; in set_end_by_lines()
[all …]
H A Drfc822parse.c62 if (inbuf->size == 0 || (inbuf->end <= inbuf->offset)) in parse_rfc822_message()
73 inbuf->bodystart = inbuf->offset; in parse_rfc822_message()
74 inbuf->linestart = inbuf->loffset; in parse_rfc822_message()
92 inbuf->lineend <= inbuf->loffset) in parse_rfc822_message()
134 inbuf->bodyend = inbuf->offset; in parse_rfc822_message()
135 inbuf->lineend = inbuf->loffset; in parse_rfc822_message()
178 inbuf->lineend = inbuf->loffset; in parse_rfc822_message()
179 inbuf->bodyend = inbuf->offset; in parse_rfc822_message()
199 inbuf->bodyend = inbuf->offset; in parse_rfc822_message()
235 inbuf->bodyend = inbuf->offset; in parse_rfc822_message()
[all …]
H A Drfc1522.c184 while (inbuf->offset < inbuf->end) in parse_hline()
220 inbuf->bodystart = inbuf->offset; in parse_hline()
227 tmpd->sd->end = inbuf->bodyend ? inbuf->bodyend : inbuf->end; in parse_hline()
274 inbuf->bodystart = inbuf->offset; in parse_hline()
282 tmpd->sd->end = inbuf->bodyend ? inbuf->bodyend : inbuf->end; in parse_hline()
337 tmpd->sd->end = inbuf->bodyend ? inbuf->bodyend : inbuf->end; in parse_hline()
392 tmpd->sd->end = inbuf->bodyend ? inbuf->bodyend : inbuf->end; in parse_hline()
426 inbuf->bodyend = inbuf->end; in parse_hline()
430 tmpd->sd->end = inbuf->bodyend ? inbuf->bodyend : inbuf->end; in parse_hline()
564 inbuf->bodyend = inbuf->offset; in parse_hline()
[all …]
H A Dsunparse.c59 if (inbuf->size == 0 || (inbuf->end <= inbuf->offset)) in parse_sun_message()
80 inbuf->count, in parse_sun_message()
111 inbuf->bodystart = inbuf->offset; in parse_sun_message()
112 inbuf->linestart = inbuf->loffset; in parse_sun_message()
134 inbuf->bodyend = inbuf->end; in parse_sun_multi()
135 inbuf->lineend = inbuf->lend; in parse_sun_multi()
143 childbuf->end = (inbuf->bodyend != 0) ? inbuf->bodyend: inbuf->end; in parse_sun_multi()
144 childbuf->lend = (inbuf->lineend != 0) ? inbuf->lineend: inbuf->lend; in parse_sun_multi()
184 inbuf = m->sd; in parse_sun_siblings()
209 inbuf->bodystart = inbuf->offset; in parse_sun_siblings()
[all …]
H A Dmimeparse.c54 inbuf->count, in parse_mime_message()
56 inbuf->offset); in parse_mime_message()
60 if (inbuf->size == 0 || (inbuf->end <= inbuf->offset)) in parse_mime_message()
82 inbuf->bodystart = inbuf->offset; in parse_mime_message()
83 inbuf->linestart = inbuf->loffset; in parse_mime_message()
100 inbuf->count, in parse_mime_message()
145 inbuf->bodyend = inbuf->end; in parse_mime_multi()
146 inbuf->lineend = inbuf->lend; in parse_mime_multi()
157 childbuf->end = (inbuf->bodyend != 0) ? inbuf->bodyend: inbuf->end; in parse_mime_multi()
158 childbuf->lend = (inbuf->lineend != 0) ? inbuf->lineend: inbuf->lend; in parse_mime_multi()
[all …]
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/LPC_10/src/
H A Dlpfilt.c111 t = (inbuf[j] + inbuf[j - 30]) * -.0097201988f; in lpfilt_()
112 t += (inbuf[j - 1] + inbuf[j - 29]) * -.0105179986f; in lpfilt_()
113 t += (inbuf[j - 2] + inbuf[j - 28]) * -.0083479648f; in lpfilt_()
114 t += (inbuf[j - 3] + inbuf[j - 27]) * 5.860774e-4f; in lpfilt_()
115 t += (inbuf[j - 4] + inbuf[j - 26]) * .0130892089f; in lpfilt_()
116 t += (inbuf[j - 5] + inbuf[j - 25]) * .0217052232f; in lpfilt_()
117 t += (inbuf[j - 6] + inbuf[j - 24]) * .0184161253f; in lpfilt_()
118 t += (inbuf[j - 7] + inbuf[j - 23]) * 3.39723e-4f; in lpfilt_()
119 t += (inbuf[j - 8] + inbuf[j - 22]) * -.0260797087f; in lpfilt_()
120 t += (inbuf[j - 9] + inbuf[j - 21]) * -.0455563702f; in lpfilt_()
[all …]
/dports/net/opal/opal-3.10.10/plugins/audio/LPC_10/src/
H A Dlpfilt.c111 t = (inbuf[j] + inbuf[j - 30]) * -.0097201988f; in lpfilt_()
112 t += (inbuf[j - 1] + inbuf[j - 29]) * -.0105179986f; in lpfilt_()
113 t += (inbuf[j - 2] + inbuf[j - 28]) * -.0083479648f; in lpfilt_()
114 t += (inbuf[j - 3] + inbuf[j - 27]) * 5.860774e-4f; in lpfilt_()
115 t += (inbuf[j - 4] + inbuf[j - 26]) * .0130892089f; in lpfilt_()
116 t += (inbuf[j - 5] + inbuf[j - 25]) * .0217052232f; in lpfilt_()
117 t += (inbuf[j - 6] + inbuf[j - 24]) * .0184161253f; in lpfilt_()
118 t += (inbuf[j - 7] + inbuf[j - 23]) * 3.39723e-4f; in lpfilt_()
119 t += (inbuf[j - 8] + inbuf[j - 22]) * -.0260797087f; in lpfilt_()
120 t += (inbuf[j - 9] + inbuf[j - 21]) * -.0455563702f; in lpfilt_()
[all …]
/dports/audio/sox/sox-14.4.2/lpc10/
H A Dlpfilt.c73 --inbuf; in lpfilt_()
78 t = (inbuf[j] + inbuf[j - 30]) * -.0097201988f; in lpfilt_()
79 t += (inbuf[j - 1] + inbuf[j - 29]) * -.0105179986f; in lpfilt_()
80 t += (inbuf[j - 2] + inbuf[j - 28]) * -.0083479648f; in lpfilt_()
81 t += (inbuf[j - 3] + inbuf[j - 27]) * 5.860774e-4f; in lpfilt_()
82 t += (inbuf[j - 4] + inbuf[j - 26]) * .0130892089f; in lpfilt_()
83 t += (inbuf[j - 5] + inbuf[j - 25]) * .0217052232f; in lpfilt_()
84 t += (inbuf[j - 6] + inbuf[j - 24]) * .0184161253f; in lpfilt_()
85 t += (inbuf[j - 7] + inbuf[j - 23]) * 3.39723e-4f; in lpfilt_()
86 t += (inbuf[j - 8] + inbuf[j - 22]) * -.0260797087f; in lpfilt_()
[all …]
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dcrc-intel-pclmul.c252 : [inbuf] "m" (*inbuf), in crc32_reflected_bulk()
275 : [inbuf] "m" (*inbuf) in crc32_reflected_bulk()
278 inbuf += 16; in crc32_reflected_bulk()
304 : [inbuf] "m" (*(inbuf - 16 + inlen)), in crc32_reflected_bulk()
430 : [inbuf] "m" (*inbuf) in crc32_reflected_less_than_16()
451 : [inbuf] "m" (*inbuf), in crc32_reflected_less_than_16()
611 : [inbuf] "m" (*inbuf), in crc32_bulk()
635 : [inbuf] "m" (*inbuf) in crc32_bulk()
666 : [inbuf] "m" (*(inbuf - 16 + inlen)), in crc32_bulk()
806 : [inbuf] "m" (*inbuf) in crc32_less_than_16()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dcrc-intel-pclmul.c252 : [inbuf] "m" (*inbuf), in crc32_reflected_bulk()
275 : [inbuf] "m" (*inbuf) in crc32_reflected_bulk()
278 inbuf += 16; in crc32_reflected_bulk()
304 : [inbuf] "m" (*(inbuf - 16 + inlen)), in crc32_reflected_bulk()
430 : [inbuf] "m" (*inbuf) in crc32_reflected_less_than_16()
451 : [inbuf] "m" (*inbuf), in crc32_reflected_less_than_16()
611 : [inbuf] "m" (*inbuf), in crc32_bulk()
635 : [inbuf] "m" (*inbuf) in crc32_bulk()
666 : [inbuf] "m" (*(inbuf - 16 + inlen)), in crc32_bulk()
806 : [inbuf] "m" (*inbuf) in crc32_less_than_16()
[all …]
/dports/irc/sic/sic-0.23a/
H A Dinput.c47 switch (*inbuf) in parse_input()
51 if (inbuf[2] == '/') in parse_input()
63 inbuf[0] = '\0'; in parse_input()
87 inbuf[0] = '/';
88 inbuf[strlen(inbuf) - 1] = '\0';
205 inbuf[i] = inbuf[i-1];
353 while (inbuf[inpos] && !isspace((int) inbuf[inpos])) in sic_getch()
364 while (inbuf[inpos] && !isspace((int) inbuf[inpos])) in sic_getch()
409 if (inbuf[0]) in sic_getch()
593 inbuf[inpos] = inbuf[inpos-1]; in sic_getch()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/yaksa/src/backend/cuda/pup/
H A Dyaksuri_cudai_pup.h19 void yaksuri_cudai_pack_hvector_hvector_hvector__Bool(const void *inbuf, void *outbuf, uintptr_t co…
20 void yaksuri_cudai_unpack_hvector_hvector_hvector__Bool(const void *inbuf, void *outbuf, uintptr_t …
21 void yaksuri_cudai_pack_hvector_hvector_blkhindx__Bool(const void *inbuf, void *outbuf, uintptr_t c…
319 void yaksuri_cudai_pack_hvector__Bool(const void *inbuf, void *outbuf, uintptr_t count, yaksuri_cud…
321 void yaksuri_cudai_pack_blkhindx__Bool(const void *inbuf, void *outbuf, uintptr_t count, yaksuri_cu…
323 void yaksuri_cudai_pack_hindexed__Bool(const void *inbuf, void *outbuf, uintptr_t count, yaksuri_cu…
325 void yaksuri_cudai_pack_contig__Bool(const void *inbuf, void *outbuf, uintptr_t count, yaksuri_cuda…
327 void yaksuri_cudai_pack_resized__Bool(const void *inbuf, void *outbuf, uintptr_t count, yaksuri_cud…
629 void yaksuri_cudai_pack_hvector_char(const void *inbuf, void *outbuf, uintptr_t count, yaksuri_cuda…
635 void yaksuri_cudai_pack_contig_char(const void *inbuf, void *outbuf, uintptr_t count, yaksuri_cudai…
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A DCVE-2005-1689-minimal.c9 test_1 (krb5_data inbuf, int flag) in test_1() argument
16 test_2 (krb5_data inbuf, int flag) in test_2() argument
36 test_4 (krb5_data inbuf) in test_4() argument
44 test_5 (krb5_data inbuf) in test_5() argument
46 unknown_fn (&inbuf); in test_5()
60 unknown_fn (&inbuf.data); in test_6()
68 unknown_fn (&inbuf.data); in test_7()
69 free((char *)inbuf.data); in test_7()
71 unknown_fn (&inbuf.data); in test_7()
72 free((char *)inbuf.data); in test_7()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/analyzer/
H A DCVE-2005-1689-minimal.c9 test_1 (krb5_data inbuf, int flag) in test_1() argument
16 test_2 (krb5_data inbuf, int flag) in test_2() argument
36 test_4 (krb5_data inbuf) in test_4() argument
44 test_5 (krb5_data inbuf) in test_5() argument
46 unknown_fn (&inbuf); in test_5()
60 unknown_fn (&inbuf.data); in test_6()
68 unknown_fn (&inbuf.data); in test_7()
69 free((char *)inbuf.data); in test_7()
71 unknown_fn (&inbuf.data); in test_7()
72 free((char *)inbuf.data); in test_7()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A DCVE-2005-1689-minimal.c9 test_1 (krb5_data inbuf, int flag) in test_1() argument
16 test_2 (krb5_data inbuf, int flag) in test_2() argument
36 test_4 (krb5_data inbuf) in test_4() argument
44 test_5 (krb5_data inbuf) in test_5() argument
46 unknown_fn (&inbuf); in test_5()
60 unknown_fn (&inbuf.data); in test_6()
68 unknown_fn (&inbuf.data); in test_7()
69 free((char *)inbuf.data); in test_7()
71 unknown_fn (&inbuf.data); in test_7()
72 free((char *)inbuf.data); in test_7()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/analyzer/
H A DCVE-2005-1689-minimal.c9 test_1 (krb5_data inbuf, int flag) in test_1() argument
16 test_2 (krb5_data inbuf, int flag) in test_2() argument
36 test_4 (krb5_data inbuf) in test_4() argument
44 test_5 (krb5_data inbuf) in test_5() argument
46 unknown_fn (&inbuf); in test_5()
60 unknown_fn (&inbuf.data); in test_6()
68 unknown_fn (&inbuf.data); in test_7()
69 free((char *)inbuf.data); in test_7()
71 unknown_fn (&inbuf.data); in test_7()
72 free((char *)inbuf.data); in test_7()
[all …]
/dports/devel/py-thriftpy2/thriftpy2-0.4.14/thriftpy2/contrib/aio/protocol/
H A Dbinary.py27 def read_message_begin(inbuf, strict=True): argument
45 name = yield from inbuf.read(sz)
54 def read_field_begin(inbuf): argument
63 def read_list_begin(inbuf): argument
70 def read_map_begin(inbuf): argument
195 def skip(inbuf, ftype): argument
197 yield from inbuf.read(1)
200 yield from inbuf.read(2)
203 yield from inbuf.read(4)
206 yield from inbuf.read(8)
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/crc/
H A Dcrc-intel-pclmul.cc133 : [inbuf_0] "m"(inbuf[0 * 16]), [inbuf_1] "m"(inbuf[1 * 16]), in crc32_reflected_bulk()
134 [inbuf_2] "m"(inbuf[2 * 16]), [inbuf_3] "m"(inbuf[3 * 16]), in crc32_reflected_bulk()
137 inbuf += 4 * 16; in crc32_reflected_bulk()
173 : [inbuf_0] "m"(inbuf[0 * 16]), [inbuf_1] "m"(inbuf[1 * 16]), in crc32_reflected_bulk()
174 [inbuf_2] "m"(inbuf[2 * 16]), [inbuf_3] "m"(inbuf[3 * 16])); in crc32_reflected_bulk()
219 inbuf += 16; in crc32_reflected_bulk()
235 : [inbuf] "m"(*inbuf)); in crc32_reflected_bulk()
237 inbuf += 16; in crc32_reflected_bulk()
263 : [inbuf] "m"(*(inbuf - 16 + inlen)), in crc32_reflected_bulk()
268 inbuf += inlen; in crc32_reflected_bulk()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/crc/
H A Dcrc-intel-pclmul.c155 inbuf += 4 * 16; in crc32_reflected_bulk()
200 inbuf += 4 * 16; in crc32_reflected_bulk()
242 : [inbuf] "m" (*inbuf), in crc32_reflected_bulk()
248 inbuf += 16; in crc32_reflected_bulk()
265 : [inbuf] "m" (*inbuf) in crc32_reflected_bulk()
268 inbuf += 16; in crc32_reflected_bulk()
294 : [inbuf] "m" (*(inbuf - 16 + inlen)), in crc32_reflected_bulk()
300 inbuf += inlen; in crc32_reflected_bulk()
347 data = inbuf[0]; in crc32_reflected_less_than_16()
420 : [inbuf] "m" (*inbuf) in crc32_reflected_less_than_16()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/mariabackup/crc/
H A Dcrc-intel-pclmul.c154 inbuf += 4 * 16;
199 inbuf += 4 * 16;
241 : [inbuf] "m" (*inbuf),
247 inbuf += 16;
264 : [inbuf] "m" (*inbuf)
267 inbuf += 16;
293 : [inbuf] "m" (*(inbuf - 16 + inlen)),
299 inbuf += inlen;
346 data = inbuf[0];
419 : [inbuf] "m" (*inbuf)
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/mariabackup/crc/
H A Dcrc-intel-pclmul.c154 inbuf += 4 * 16; in crc32_reflected_bulk()
199 inbuf += 4 * 16; in crc32_reflected_bulk()
241 : [inbuf] "m" (*inbuf), in crc32_reflected_bulk()
247 inbuf += 16; in crc32_reflected_bulk()
264 : [inbuf] "m" (*inbuf) in crc32_reflected_bulk()
267 inbuf += 16; in crc32_reflected_bulk()
293 : [inbuf] "m" (*(inbuf - 16 + inlen)), in crc32_reflected_bulk()
299 inbuf += inlen; in crc32_reflected_bulk()
346 data = inbuf[0]; in crc32_reflected_less_than_16()
419 : [inbuf] "m" (*inbuf) in crc32_reflected_less_than_16()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/mariabackup/crc/
H A Dcrc-intel-pclmul.c154 inbuf += 4 * 16;
199 inbuf += 4 * 16;
241 : [inbuf] "m" (*inbuf),
247 inbuf += 16;
264 : [inbuf] "m" (*inbuf)
267 inbuf += 16;
293 : [inbuf] "m" (*(inbuf - 16 + inlen)),
299 inbuf += inlen;
346 data = inbuf[0];
419 : [inbuf] "m" (*inbuf)
[all …]

12345678910>>...253