Searched refs:out_buf (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20080122-1.c8 do_segfault(u8 in_buf[], const u8 out_buf[], const int len) argument
15 in_buf[2*i] = ( out_buf[2*i] | out_buf[(2*i)+1]<<8 ) & 0xFF;
19 in_buf[(2*i)+1] = ( out_buf[2*i] | out_buf[(2*i)+1]<<8 ) >> 8;
/haiku-buildtools/jam/
H A Dexpand.c77 char out_buf[ MAXSYM ]; local
78 char *out = out_buf;
119 return list_new( l, out_buf, 0 );
132 * out_buf out
137 * modifiers between the $( and ) temporarily into out_buf, so that
173 * out_buf out ov
175 * Later we will overwrite 'variable' in out_buf, but we'll be
258 if( out == out_buf && !bracket && !colon && in == end )
281 if (out - out_buf > MAXSYM) {
318 l = list_new( l, out_buf,
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Dapp.c200 static char out_buf[20]; variable
218 char out_buf[sizeof (out_buf)]; member in struct:app_save
241 memcpy (saved->out_buf, out_buf, sizeof (out_buf));
277 memcpy (out_buf, saved->out_buf, sizeof (out_buf));
1054 sprintf (out_buf, "
[all...]
/haiku-buildtools/binutils/gas/
H A Dapp.c215 static char out_buf[20]; variable
233 char out_buf[sizeof (out_buf)]; member in struct:app_save
256 memcpy (saved->out_buf, out_buf, sizeof (out_buf));
293 memcpy (out_buf, saved->out_buf, sizeof (out_buf));
1081 sprintf (out_buf, "
[all...]

Completed in 55 milliseconds