Searched refs:ctr (Results 1 - 25 of 39) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr17472.f6 integer a(10), ctr variable
9 do ctr = 1,10
10 if (a(ctr).ne.ctr) call abort ()
H A Dchar_length_8.f9010 integer :: ctr = 0 variable
19 if (ctr .ne. 8) call abort
24 ctr = ctr + 1
32 ctr = ctr + 1
37 ctr = ctr + 1
42 ctr = ctr
[all...]
H A Dpr19657.f9 integer i, ctr variable in program:pr19657
16 do ctr = 1,3
18 if (i.ne.ctr) call abort ()
H A Dalloc_comp_assign_5.f9018 integer :: ctr = 0 variable in program:test
22 if (ctr /= 1) call abort ()
28 ctr = ctr + 1
H A Dpr17285.f9010 integer :: ctr, ierr variable in program:pr17285
18 do ctr = 1,3
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr42093.c11 int ctr = 0; local
15 c = buf[ctr++];
27 c = buf [ctr++];
35 c = buf [ctr++];
40 while ((c = buf[ctr++]) && c != -1)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr34856.c8 void f1 (unsigned ctr) argument
14 ctr--;
16 while(ctr);
H A Dpr36154.c3 unsigned short ctr; member in struct:eth_test_pkt
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dsms-8.c13 foo (long long ixi, unsigned ctr) argument
18 for (; ctr; ctr--)
H A Dpr34856.c18 void f1 (unsigned ctr) argument
26 ctr--;
28 while (ctr);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr54471.c13 foo (T ixi, unsigned ctr) argument
18 for (; ctr; ctr--)
/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dhash.h173 unsigned int ctr = 0; local
177 ret ^= *(char*)key++ << ctr;
178 ctr = (ctr + 1) % sizeof (void *);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/sort_search/
H A Dlist.cc29 int ctr = 3; local
30 while (ctr--)
/haiku-buildtools/gcc/gcc/
H A Dcoverage.c108 unsigned ctr; member in struct:counts_entry
204 return entry->ident * GCOV_COUNTERS + entry->ctr;
211 return entry1->ident == entry2->ident && entry1->ctr == entry2->ctr;
316 elt.ctr = GCOV_COUNTER_FOR_TAG (tag);
324 entry->ctr = elt.ctr;
327 if (elt.ctr < GCOV_COUNTERS_SUMMABLE)
328 entry->summary = summary.ctrs[elt.ctr];
351 else if (elt.ctr >
905 vec<constructor_elt, va_gc> *ctr = NULL; local
[all...]
/haiku-buildtools/gcc/libgcc/config/rs6000/
H A Ddarwin-fallback.c61 reg_unit ctr = 0; local
202 ctr = gprs [ins >> 21 & 0x1F];
224 pc = (uint32_t *) ctr;
283 uint32_t ctr; member in struct:gcc_mcontext32
306 uint32_t ctr[2]; member in struct:gcc_mcontext64
396 set_offset (R_CTR, m64->ctr + 1);
424 set_offset (R_CTR, &m->ctr);
H A Dlinux-unwind.h61 unsigned long ctr; member in struct:gcc_regs
/haiku-buildtools/gcc/gmp/mpn/powerpc32/
H A Daddlsh1_n.asm49 mtctr r6 C copy n in ctr
67 bdz L(exit) C decrement ctr and exit if done
76 bdnz L(loop) C decrement ctr and loop back
H A Dsublsh1_n.asm49 mtctr r6 C copy n in ctr
66 bdz L(exit) C decrement ctr and exit if done
75 bdnz L(loop) C decrement ctr and loop back
/haiku-buildtools/gcc/gmp/mpn/powerpc64/mode64/
H A Daddlsh1_n.asm44 mtctr r6 C copy n in ctr
61 bdz L(exit) C decrement ctr and exit if done
70 bdnz L(oop) C decrement ctr and loop back
H A Dsublsh1_n.asm44 mtctr r6 C put n in ctr
60 bdz L(exit) C decrement ctr and exit if done
69 bdnz L(oop) C decrement ctr and loop back
H A Dmul_1.asm57 srdi n, n, 2 C ...for ctr
58 mtctr n C copy count into ctr
H A Daors_n.asm103 srdi r6, r6, 2 C ...for ctr
104 mtctr r6 C copy count into ctr
184 bdnz L(oop) C decrement ctr and loop back
H A Dmul_basecase.asm105 srdi un, un, 2 C ...for ctr
106 mtctr un C copy inner loop count into ctr
170 mtctr un C copy inner loop count into ctr
312 mtctr un C copy inner loop count into ctr
469 mtctr un C copy inner loop count into ctr
617 mtctr un C copy inner loop count into ctr
H A Daddmul_1.asm53 srdi n, n, 2 C ...for ctr
54 mtctr n C copy count into ctr
/haiku-buildtools/gcc/gcc/fortran/
H A Dexpr.c1337 mpz_t ctr[GFC_MAX_DIMENSIONS]; local
1372 mpz_init (ctr[d]);
1408 mpz_set (ctr[d], vecsub[d]->expr->value.integer);
1451 mpz_set (ctr[d], start[d]);
1465 if (mpz_cmp (ctr[d], upper->value.integer) > 0
1467 || mpz_cmp (ctr[d], lower->value.integer) < 0
1479 mpz_sub (tmp_mpz, tmp_mpz, ctr[d]);
1510 mpz_set (tmp_mpz, ctr[d]);
1528 mpz_set (ctr[d], vecsub[d]->expr->value.integer);
1532 mpz_add (ctr[
[all...]

Completed in 222 milliseconds

12