Searched refs:rs (Results 1 - 25 of 89) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A D20090312_0.c8 char *s = *sp, *rs = s; local
11 rs++;
12 while (c = *rs)
17 *rs++ = c;
22 *rs++ = c;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr43793.f9013 subroutine sparse_alltoall (rs, rq, rcount)
14 complex(kind=lp), dimension(:, :), pointer :: rs, rq local in subroutine:sparse_alltoall
19 rq(1:rcount(pos),pos) = rs(1:rcount(pos),pos)
H A Dinterface_25.f9023 INTEGER :: rs variable in program:test
25 rs = recSum( a, b, test1, sumInts )
26 write(*,*) "Results", rs
H A Dinterface_26.f9024 INTEGER :: rs variable in program:test
26 rs = recSum( a, b, test1, sumInts ) ! { dg-error "Type mismatch in argument" }
27 write(*,*) "Results", rs
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D920721-3.c14 rs(i) function
24 rs(5);
H A Dpr56866.c9 unsigned short ws[256], rs[256]; local
29 rs[t] = (ws[t] >> 9) | (ws[t] << (sizeof (ws[0]) * __CHAR_BIT__ - 9));
33 asm volatile ("" : : "g" (rq), "g" (ri), "g" (rs), "g" (rc) : "memory");
39 if (rs[0] != 0xb3a2 || rs[1])
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dfp-int-convert-float128-timode-3.c17 __float128 ru = u128, rs = s128; local
20 if (rs != 0x1.ffffffffffffffffffffffffffffp126q)
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dshift-bad-pc.s3 .macro insn4 rd rn rm rs
5 \insn pc, \rn, \rm, lsr \rs
6 \insn \rd, pc, \rm, lsr \rs
7 \insn \rd, \rn, pc, lsr \rs
12 .macro insn3 rn rm rs
14 \insn pc, \rm, lsr \rs
15 \insn \rn, pc, lsr \rs
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dstring-1.d1 #objdump: -rs
H A Dstring-2.d1 #objdump: -rs
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dstring-1.d1 #objdump: -rs
H A Dstring-2.d1 #objdump: -rs
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/lto/
H A Dpr45586-2_0.f9015 TYPE(realspace_grid_p_type), DIMENSION(:), POINTER :: rs component in type:realspaces_grid_p_type
26 y=>rs_gauge(i)%rs(j)%rs_grid%r
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A D2.cc40 pos_type i_read, i_wrote, rs, ws; local
53 rs = in.tellg();
57 i_read = in.tellg() - rs;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A D2.cc37 pos_type i_read, i_wrote, rs, ws; local
50 rs = in.tellg();
54 i_read = in.tellg() - rs;
/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dabs.d6 #objdump: -rs
/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Dunique1.d4 #readelf: -rs --wide
H A Dabs-k1om.d6 #objdump: -rs -j .text
H A Dabs.d5 #objdump: -rs
H A Dabs-l1om.d6 #objdump: -rs -j .text
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/all/
H A Dredef2.d1 #objdump: -rs -j .data -j "\$DATA\$"
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-i386/
H A Dabs.d5 #objdump: -rs
/haiku-buildtools/binutils/gas/testsuite/gas/all/
H A Dredef2.d1 #objdump: -rs -j .data -j "\$DATA\$"
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-x86-64/
H A Dabs.d5 #objdump: -rs
/haiku-buildtools/binutils/gas/testsuite/gas/mach-o/
H A Dredef2.d1 #objdump: -rs -j .data -j "\$DATA\$"

Completed in 366 milliseconds

1234