Searched refs:rc (Results 1 - 25 of 138) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpr55146.c10 int rc; local
17 : "=r" (rc)
24 : "=r" (rc)
31 : "=r" (rc)
38 : "=r" (rc)
45 : "=r" (rc)
49 return rc;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20120830-1.c4 int rc = -1; local
5 while (rc == -1) {
7 rc = keyring_search ();
8 if (rc == -1)
10 if (!rc)
13 return rc;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr70623.c11 int wk, rc; local
17 for (rc = 0; rc < 3; ++rc) {
18 int bc = (rc ? rc : nm);
19 int ud = bc ? (*av ? 0 : rc) : 1;
H A Dpr70623-2.c3 int b8, il, rc, nm; variable
28 for (rc = 0; rc < 2; ++rc) {
29 int bc = rc ? rc : nm;
30 int ud = bc ? (*av ? 0 : rc) : 1;
H A Dpr28900.c4 int synths_ ( float * rc) argument
10 r2 = rc[i];
12 rc[i] = ((r1) >= (-.99f) ? (r1) : (-.99f));
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/s390/
H A Dhtm-builtins-1.c121 int rc; local
125 if ((rc = __builtin_tbegin ((void *)0)) == 0)
129 rc = __builtin_tend ();
130 if (rc != 0)
132 return 100 * rc + 5;
145 return 100 * rc + 4;
184 int rc; local
188 if ((rc = __builtin_tbegin_nofloat ((void *)0)) == 0)
192 rc = __builtin_tend ();
193 if (rc !
216 int rc; local
262 int rc; local
309 int rc; local
372 int rc; local
410 int rc; local
432 int rc; local
455 int rc; local
495 int rc; local
533 int rc; local
573 int rc; local
598 int rc; local
678 int rc; local
758 int rc; local
802 int rc; local
882 int rc; local
924 int rc; local
948 int rc; local
1028 int rc; local
1067 int rc; local
[all...]
H A Dhtm-builtins-2.c145 long rc; local
172 rc = __TM_is_user_abort(tdb);
173 if (rc != expect_rc)
175 fprintf(stderr, "rc %ld, expect_rc %ld\n", rc, expect_rc);
182 rc = __TM_is_named_user_abort(tdb, &code);
183 if (rc != expect_rc)
186 stderr, "rc %ld, expect_rc %ld\n", rc,
200 rc
265 int rc; local
280 long rc; local
308 long rc; local
372 long rc; local
427 long rc; local
509 long rc; local
579 int rc; local
647 int rc; local
676 int rc; local
[all...]
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dexit_.c3 subroutine exit(rc)
4 integer*4 rc
8 * with the added side effect of supplying rc as the program's exit code.
25 G77_exit_0 (rc) integer *rc;
27 G77_exit_0 (integer *rc)
33 exit(*rc);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Ddependency_19.f9022 subroutine construct (rc, n)
23 type(rc_t), intent(out) :: rc local in subroutine:construct
26 rc% n = n
27 allocate (rc% spots (n))
29 rc% spots (k)% vm => NULL() ! gfortran didn't swallow this
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Duninit-pr19430.c21 int rc; local
22 return rc; /* { dg-warning "'rc' is used uninitialized in this function" } */
23 *&rc = 0;
H A Duninit-pr19430-O0.c20 int rc; local
21 return rc; /* { dg-warning "'rc' is used uninitialized in this function" } */
22 *&rc = 0;
H A Dstruct-ret-3.c64 int rc; local
91 rc = mprotect(u->c1, CHUNK_SIZE, PROT_NONE);
92 if (rc == -1)
93 printf("mprotect:c1: %d: %d(%s)\n", rc, errno, strerror(errno));
95 rc = mprotect(u->c2, CHUNK_SIZE, PROT_NONE);
96 if (rc == -1)
97 printf("mprotect:c2: %d: %d(%s)\n", rc, errno, strerror(errno));
99 rc = mprotect(u->c3, CHUNK_SIZE, PROT_NONE);
100 if (rc == -1)
101 printf("mprotect:c3: %d: %d(%s)\n", rc, errn
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp37 * @file rc_binomial_heap_/rc.hpp
50 class rc class in namespace:__gnu_pbds::detail
74 rc();
76 rc(const rc&);
79 swap(rc&);
121 rc<_Node, _Alloc>::
122 rc() : m_over_top(0) function in class:__gnu_pbds::detail::rc
126 rc<_Node, _Alloc>::
127 rc(cons argument
[all...]
/haiku-buildtools/legacy/binutils/binutils/testsuite/binutils-all/windres/
H A Dmsupdate26 RC="rc"
32 for i in *.rc
34 o=`echo $i | sed s/.rc/.res/`
35 d=`echo $i | sed s/.rc/.rsd/`
H A Dwindres.exp51 set res_list [lsort [glob -nocomplain $srcdir/$subdir/*.rc]]
69 set rc [open $res]
70 while { [gets $rc line] != -1 } {
84 verbose "$wr -J rc -O res $res tmpdir/$broot.res" 1
85 catch "exec $wr -J rc -O res $res tmpdir/$broot.res" err
95 set rc [open $res]
96 while { [gets $rc line] != -1 } {
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/windres/
H A Dmsupdate26 RC="rc"
32 for i in *.rc
34 o=`echo $i | sed s/.rc/.res/`
35 d=`echo $i | sed s/.rc/.rsd/`
H A Dwindres.exp45 set res_list [lsort [glob -nocomplain $srcdir/$subdir/*.rc]]
64 set rc [open $res]
65 while { [gets $rc line] != -1 } {
79 verbose "$wr -J rc -O res $res tmpdir/$broot.res" 1
80 catch "exec $wr $cpp_opts -J rc -O res $res tmpdir/$broot.res" err
94 set rc [open $res]
95 while { [gets $rc line] != -1 } {
153 verbose "$wr $cpp_opts -J rc $srcdir/$subdir/version.rc tmpdir/version.o" 1
154 catch "exec $wr $cpp_opts -J rc
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dlonglong.c11 unsigned int rb, ra, rc; local
15 rc = (((unsigned int)(pars) >> 0)) & 0x1fUL;
18 if (rc != 31)
19 r[rc] = temp;
29 b[2] = 0x534f4f4c494d000aULL; /* ra & rc */
H A Dpr56866.c10 unsigned char wc[256], rc[256]; local
31 rc[t] = (wc[t] >> 5) | (wc[t] << (sizeof (wc[0]) * __CHAR_BIT__ - 5));
33 asm volatile ("" : : "g" (rq), "g" (ri), "g" (rs), "g" (rc) : "memory");
41 if (rc[0] != 0x9b || rc[1])
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/thread/cons/
H A D7.cc53 copyable& rc = c; local
54 std::thread t(rc);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx512f-vrndscalesd-2.c13 int rc, m; local
14 rc = imm & 0xf;
17 switch (rc)
H A Davx512f-vrndscaless-2.c13 int rc, m; local
14 rc = imm & 0xf;
17 switch (rc)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dfriend1.C21 R<C> rc; // class C is a friend of R<C> variable
/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dt-cong_2exp.c112 mpz_t a, c, ra, rc; local
123 mpz_init (rc);
138 mpz_fdiv_r_2exp (rc, c, d);
140 want = (mpz_cmp (ra, rc) == 0);
143 mpz_sub (ra, ra, rc);
151 mpz_clear (rc);
/haiku-buildtools/gcc/gcc/fortran/
H A Darith.c487 arith rc; local
493 rc = gfc_check_integer_range (e->value.integer, e->ts.kind);
497 rc = gfc_check_real_range (e->value.real, e->ts.kind);
498 if (rc == ARITH_UNDERFLOW)
500 if (rc == ARITH_OVERFLOW)
502 if (rc == ARITH_NAN)
507 rc = gfc_check_real_range (mpc_realref (e->value.complex), e->ts.kind);
508 if (rc == ARITH_UNDERFLOW)
510 if (rc == ARITH_OVERFLOW)
513 if (rc
541 check_result(arith rc, gfc_expr *x, gfc_expr *r, gfc_expr **rp) argument
584 arith rc; local
616 arith rc; local
650 arith rc; local
684 arith rc; local
719 arith rc; local
787 arith rc; local
990 int rc; local
1022 int rc; local
1222 arith rc; local
1263 arith rc = ARITH_OK; local
1303 arith rc = ARITH_OK; local
1348 arith rc = ARITH_OK; local
1426 arith rc; local
1908 arith_error(arith rc, gfc_typespec *from, gfc_typespec *to, locus *where) argument
1959 arith rc; local
2000 arith rc; local
2023 arith rc; local
2047 arith rc; local
2070 arith rc; local
2101 arith rc; local
2132 arith rc; local
2156 arith rc; local
2187 arith rc; local
[all...]

Completed in 328 milliseconds

123456