Searched refs:out (Results 1 - 25 of 1775) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr57106.c7 foo (int *out, int *iv, block128_f block) argument
11 *out = *out ^ *iv;
12 block (out, *out);
13 iv = out;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dasm3.C10 register int out; local
11 __asm__ ("" : "r" (out) : "r" (in));
12 return out;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr45598.f908 subroutine copy(in, out)
9 character, dimension(10) :: in, out local in subroutine:copy
10 out(1:10) = in(1:10)
/haiku-buildtools/gcc/libgcc/config/visium/
H A Dmemset.c29 #define SET_32_OBJECTS(out) \
31 out [0] = m0; \
32 out [1] = m0; \
33 out [2] = m0; \
34 out [3] = m0; \
35 out [4] = m0; \
36 out [5] = m0; \
37 out [6] = m0; \
38 out [7] = m0; \
39 out [
231 int *out = s1; local
370 int short *out = s1; local
509 char *out = s1; local
[all...]
H A Dmemcpy.c31 #define MOVE_32_OBJECTS(in,out) \
38 out [0] = m0; \
39 out [1] = m1; \
40 out [2] = m2; \
41 out [3] = m3; \
47 out [4] = m0; \
48 out [5] = m1; \
49 out [6] = m2; \
50 out [7] = m3; \
56 out [
424 int *out = s1; local
564 int short *out = s1; local
705 char *out = s1; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dslp-1.c12 unsigned short out[N*8]; local
16 out[i*4] = 8;
17 out[i*4 + 1] = 18;
18 out[i*4 + 2] = 28;
19 out[i*4 + 3] = 38;
25 if (out[i*4] != 8
26 || out[i*4 + 1] != 18
27 || out[i*4 + 2] != 28
28 || out[i*4 + 3] != 38)
34 out[
[all...]
H A Dslp-2.c17 unsigned short out[N*16]; local
21 out[i*4] = a8;
22 out[i*4 + 1] = a1;
23 out[i*4 + 2] = a2;
24 out[i*4 + 3] = a3;
30 if (out[i*4] != a8
31 || out[i*4 + 1] != a1
32 || out[i*4 + 2] != a2
33 || out[i*4 + 3] != a3)
39 out[
[all...]
H A Dslp-multitypes-2.c17 unsigned short out[N*16]; local
22 out[i*16] = a8;
23 out[i*16 + 1] = a7;
24 out[i*16 + 2] = a1;
25 out[i*16 + 3] = a2;
26 out[i*16 + 4] = a8;
27 out[i*16 + 5] = a5;
28 out[i*16 + 6] = a5;
29 out[i*16 + 7] = a4;
30 out[
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Duninit-pred-4.C9 int out; // { dg-bogus "uninitialized" "uninitialized variable warning" } local
12 if (pop_first_bucket && (out = pop()))
13 return out;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dnamelist_65.f908 character(len=80) :: out(ilines) variable in program:oneline
10 ! fill array out with @
11 do i=1,len(out)
12 out(:)(i:i)='@'
15 write(out,nl1)
16 if (out(1).ne."&NL1") call abort
17 if (out(2).ne." A= 1.00000000 ,") call abort
18 if (out(3).ne." B= 2.00000000 ,") call abort
19 if (out(4).ne." C= 3.00000000 ,") call abort
20 if (out(
[all...]
H A Dspec_expr_2.f905 character(len=*), intent(out) :: ligne
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/debug/
H A Dpr29558.c3 void stpi_unpack_16_1(int length, unsigned char *out, unsigned char bit) argument
12 *out++ = temp[1];
13 *out++ = temp[2];
14 *out++ = temp[3];
15 *out++ = temp[4];
16 *out++ = temp[5];
17 *out++ = temp[6];
18 *out++ = temp[7];
19 *out++ = temp[9];
20 *out
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dfq.c3 unsigned x, y, out; local
11 out = (y / 91);
12 out = (out << 8) | (y % 91);
16 out = (out << 8) | (y / 91);
17 out = (out << 8) | (y % 91);
19 *o++ = out + 0x20202020;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dsplit-live-ranges-for-shrink-wrap.c8 int test (int d, char * out, char *in, int len) argument
10 if (out != in)
11 foo (out, in, len);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20011126-2.c21 test (const char *in, char *out) argument
33 *out++ = *in++;
40 char out[4]; local
41 test ("aab", out);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr64406.c6 void bar (unsigned out[], unsigned ia[]);
12 unsigned out[72], ia[8]; local
15 out[i * 8] = in[i * 8] + 5;
16 out[i * 8 + 1] = in[i * 8 + 1] + 6;
17 out[i * 8 + 2] = in[i * 8 + 2] + 7;
18 out[i * 8 + 3] = in[i * 8 + 3] + 8;
19 out[i * 8 + 4] = in[i * 8 + 4] + 9;
20 out[i * 8 + 5] = in[i * 8 + 5] + 10;
21 out[i * 8 + 6] = in[i * 8 + 6] + 11;
22 out[
[all...]
/haiku-buildtools/binutils/config/
H A Dbootstrap-O1.mk1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
H A Dbootstrap-O3.mk1 BOOT_CFLAGS := -O3 $(filter-out -O%, $(BOOT_CFLAGS))
/haiku-buildtools/gcc/config/
H A Dbootstrap-O1.mk1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
H A Dbootstrap-O3.mk1 BOOT_CFLAGS := -O3 $(filter-out -O%, $(BOOT_CFLAGS))
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/
H A Dcostmodel-bb-slp-9a.c7 unsigned int out[N]; variable
14 unsigned int *pout = &out[0];
32 if (out[0] != in[1]
33 || out[1] != in[2]
34 || out[2] != in[3]
35 || out[3] != in[4])
/haiku-buildtools/gcc/libdecnumber/bid/
H A Dhost-ieee32.c39 void __host_to_ieee_32 (_Decimal32 in, decimal32 *out);
40 void __ieee_to_host_32 (decimal32 in, _Decimal32 *out);
43 __host_to_ieee_32 (_Decimal32 in, decimal32 *out) argument
45 memcpy ((char *) out, (char *) &in, 4);
49 __ieee_to_host_32 (decimal32 in, _Decimal32 *out) argument
51 memcpy ((char *) out, (char *) &in, 4);
H A Dhost-ieee64.c39 void __host_to_ieee_64 (_Decimal64 in, decimal64 *out);
40 void __ieee_to_host_64 (decimal64 in, _Decimal64 *out);
43 __host_to_ieee_64 (_Decimal64 in, decimal64 *out) argument
45 memcpy ((char *) out, (char *) &in, 8);
49 __ieee_to_host_64 (decimal64 in, _Decimal64 *out) argument
51 memcpy ((char *) out, (char *) &in, 8);
/haiku-buildtools/legacy/binutils/gas/
H A Dflonum-copy.c25 flonum_copy (FLONUM_TYPE *in, FLONUM_TYPE *out) argument
30 out->sign = in->sign;
35 out->leader = out->low - 1; /* 0.0 case */
39 out_length = out->high - out->low;
50 memset ((char *) (out->low + in_length + 1), '\0',
54 memcpy ((void *) (out->low), (void *) (in->low),
56 out->exponent = in->exponent;
57 out
[all...]
/haiku-buildtools/binutils/gas/
H A Dflonum-copy.c24 flonum_copy (FLONUM_TYPE *in, FLONUM_TYPE *out) argument
29 out->sign = in->sign;
34 out->leader = out->low - 1; /* 0.0 case */
38 out_length = out->high - out->low;
49 memset ((char *) (out->low + in_length + 1), '\0',
53 memcpy ((void *) (out->low), (void *) (in->low),
55 out->exponent = in->exponent;
56 out
[all...]

Completed in 328 milliseconds

1234567891011>>