Searched refs:outbuf (Results 1 - 25 of 28) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20031201-1.c9 int outbuf[100]; variable
15 outbuf[outcnt++] = 8;
16 outbuf[outcnt++] = 8;
H A Dpr49860.c5 extern char outbuf[];
15 prefixp = &outbuf[1<<peek_bits];
20 while (prefixp > outbuf) *--prefixp = 0;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020319-1.c6 extern uch outbuf[];
15 {outbuf[outcnt++]=(uch)("\037\213"[0]); if (outcnt==16384) flush_outbuf();};
16 {outbuf[outcnt++]=(uch)("\037\213"[1]); if (outcnt==16384) flush_outbuf();};
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr23455.c13 bi_windup(unsigned int *outbuf, unsigned int bi_buf) argument
16 outbuf[t1] = bi_buf;
23 outbuf[t3] = bi_buf;
27 one add involving outcnt and outbuf. */
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20080122-1.c27 u8 outbuf[32] = "buffer "; local
31 do_segfault(inbuf, outbuf, 12);
/haiku-buildtools/gcc/gcc/
H A Dlto-compress.c198 unsigned char *outbuf = (unsigned char *) xmalloc (outbuf_length); local
205 out_stream.next_out = outbuf;
228 stream->callback ((const char *) outbuf, out_bytes, stream->opaque);
235 out_stream.next_out = outbuf;
247 free (outbuf);
284 unsigned char *outbuf = (unsigned char *) xmalloc (outbuf_length); local
295 in_stream.next_out = outbuf;
318 stream->callback ((const char *) outbuf, out_bytes, stream->opaque);
325 in_stream.next_out = outbuf;
338 free (outbuf);
[all...]
H A Dpretty-print.c1096 char *outbuf;
1102 outbuf = ret;
1111 &outbuf, &outbytesleft);
1133 if (iconv (cd, 0, 0, &outbuf, &outbytesleft) == (size_t) -1)
1148 *outbuf = 0;
1095 char *outbuf; local
/haiku-buildtools/legacy/binutils/bfd/
H A Dsimple.c138 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);
144 be temporarily reset to 0. The result will be stored at @var{outbuf}
145 or allocated with @code{bfd_malloc} if @var{outbuf} is @code{NULL}.
154 bfd_byte *outbuf,
169 if (outbuf == NULL)
172 contents = outbuf;
205 if (outbuf == NULL)
210 outbuf = data;
246 outbuf,
152 bfd_simple_get_relocated_section_contents(bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table) argument
H A Dvms-misc.c884 static char outbuf[EOBJ_S_C_SYMSIZ+1];
885 char *out = outbuf;
926 vms_debug (4, "--> [%d]\"%s\"\n", strlen (outbuf), outbuf);
934 return outbuf;
877 static char outbuf[EOBJ_S_C_SYMSIZ+1]; local
H A Dbfd-in2.h5142 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);
/haiku-buildtools/binutils/bfd/
H A Dsimple.c160 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);
166 be temporarily reset to 0. The result will be stored at @var{outbuf}
167 or allocated with @code{bfd_malloc} if @var{outbuf} is @code{NULL}.
176 bfd_byte *outbuf,
192 contents = outbuf;
227 if (outbuf == NULL)
237 outbuf = data;
267 outbuf,
174 bfd_simple_get_relocated_section_contents(bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table) argument
H A Dbfd-in2.h7691 (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table);
/haiku-buildtools/gcc/libcpp/
H A Dcharset.c234 uchar *outbuf = *outbufp; local
255 *outbuf++ = *p++;
257 *outbufp = outbuf;
282 uchar *outbuf; local
294 outbuf = *outbufp;
295 outbuf[bigend ? 3 : 0] = (s & 0x000000FF);
296 outbuf[bigend ? 2 : 1] = (s & 0x0000FF00) >> 8;
297 outbuf[bigend ? 1 : 2] = (s & 0x00FF0000) >> 16;
298 outbuf[bigend ? 0 : 3] = (s & 0xFF000000) >> 24;
343 uchar *outbuf local
459 uchar *outbuf; local
565 char *outbuf; local
[all...]
H A Dconfigure7090 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
7109 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
/haiku-buildtools/gcc/zlib/examples/
H A Dgun.c161 unsigned char outbuf[SIZE]; /* output buffer */ variable
260 outbuf[0] = (unsigned char)final; /* write first decompressed byte */
280 if (outcnt && out(&outd, outbuf, outcnt)) {
281 strm->next_in = outbuf; /* signal write error */
351 outbuf[outcnt++] = match[--stack];
352 if (out(&outd, outbuf, outcnt)) {
353 strm->next_in = outbuf; /* signal write error */
360 outbuf[outcnt++] = *--p;
/haiku-buildtools/binutils/zlib/examples/
H A Dgun.c162 unsigned char outbuf[SIZE]; /* output buffer */ variable
261 outbuf[0] = (unsigned char)final; /* write first decompressed byte */
281 if (outcnt && out(&outd, outbuf, outcnt)) {
282 strm->next_in = outbuf; /* signal write error */
352 outbuf[outcnt++] = match[--stack];
353 if (out(&outd, outbuf, outcnt)) {
354 strm->next_in = outbuf; /* signal write error */
361 outbuf[outcnt++] = *--p;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dchameneosredux.c112 char* formatNumber(int n, char* outbuf) argument
127 ochar += sprintf( outbuf + ochar, " %s", NUMBERS[ tmp[i] - '0' ] );
129 return outbuf;
/haiku-buildtools/binutils/intl/
H A Ddcigettext.c891 unsigned char *outbuf; local
900 outbuf = freemem + sizeof (size_t);
915 &outbuf,
916 outbuf + freemem_size - sizeof (size_t),
933 char *outptr = (char *) outbuf;
945 outbuf = (unsigned char *) outptr;
1003 outbuf = freemem + sizeof (size_t);
1008 *(size_t *) freemem = outbuf - freemem - sizeof (size_t);
1011 freemem_size -= outbuf - freemem;
1012 freemem = outbuf;
[all...]
H A Dconfigure5588 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
5607 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
/haiku-buildtools/gcc/intl/
H A Ddcigettext.c891 unsigned char *outbuf; local
900 outbuf = freemem + sizeof (size_t);
915 &outbuf,
916 outbuf + freemem_size - sizeof (size_t),
933 char *outptr = (char *) outbuf;
945 outbuf = (unsigned char *) outptr;
1003 outbuf = freemem + sizeof (size_t);
1008 *(size_t *) freemem = outbuf - freemem - sizeof (size_t);
1011 freemem_size -= outbuf - freemem;
1012 freemem = outbuf;
[all...]
H A Dconfigure5547 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
5566 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
/haiku-buildtools/legacy/gcc/gcc/
H A Dcccp.c356 that, subtract outbuf.buf from outbuf.bufp. */
359 static FILE_BUF outbuf; variable
1786 outbuf.buf = (U_CHAR *) xmalloc (OUTBUF_SIZE);
1787 outbuf.bufp = outbuf.buf;
1788 outbuf.length = OUTBUF_SIZE;
1807 initialize_builtins (fp, &outbuf);
1815 output_line_directive (fp, &outbuf, 0, same_file);
1816 make_undef (pend_undefs[i], &outbuf);
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/romp/
H A Dromp.c1482 static char outbuf[40];
1725 sprintf (outbuf, "cal r15,%d(r14)\n\tbalr%s r15,r15",
1729 sprintf (outbuf, "get r15,$L%dF%d\n\tbalr%s r15,r15",
1732 return outbuf;
1468 static char outbuf[40]; local
/haiku-buildtools/legacy/gcc/libio/
H A Diostream.cc901 register streambuf* outbuf = _strbuf;
907 if (_IO_sputn(outbuf, buffer, count) != count)
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3824 char **outbuf, SIZE_T *outbytesleft) {
3826 COMMON_INTERCEPTOR_ENTER(ctx, iconv, cd, inbuf, inbytesleft, outbuf,
3834 void *outbuf_orig = outbuf ? *outbuf : 0;
3838 SIZE_T res = REAL(iconv)(cd, inbuf, inbytesleft, outbuf, outbytesleft);
3839 if (res != (SIZE_T) - 1 && outbuf && *outbuf > outbuf_orig) {
3840 SIZE_T sz = (char *)*outbuf - (char *)outbuf_orig;

Completed in 288 milliseconds

12