HomeSort by: relevance | last modified time | path
    Searched defs:je (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
target-memory.c 181 unsigned je = written_blocks.size (); variable
196 for (j = 0; j != je;)
  /src/external/gpl3/gdb/dist/gdb/
target-memory.c 181 unsigned je = written_blocks.size (); variable
196 for (j = 0; j != je;)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveInterval.cpp 410 const_iterator je = other.end(); local
422 j = std::upper_bound(j, je, i->start);
429 if (j == je) return false;
434 std::swap(ie, je);
457 const_iterator JE = Other.end();
458 if (J == JE)
476 std::swap(IE, JE);
480 if (++J == JE)
  /src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/
allowed.c 279 int i, ja = 0, je = 0; local
291 for ( i = 0, ja = 0, je = 0; atp[ i ] != NULL; i++ ) {
309 ber_dupbv( &bv_effective[ je ], &atp[ i ]->sat_cname );
310 je++;
325 if ( ( got & GOT_AE ) && je > 0 ) {
329 (*ap)->a_numvals = je;
340 int i, ja = 0, je = 0; local
397 ber_dupbv( &bv_effective[ je ], &oc->soc_cname );
398 je++;
411 if ( ( got & GOT_CE ) && je > 0 )
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
ambiguous.cc 92 class JE : public A1, public A4 {
111 JE je; local
193 je.A1::x = 1;
koenig.cc 275 J::E je; local
283 foo (je);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
ambiguous.cc 92 class JE : public A1, public A4 {
111 JE je; local
193 je.A1::x = 1;
koenig.cc 275 J::E je; local
283 foo (je);
  /src/external/gpl3/gcc/dist/gcc/
genattrtab.cc 2764 int i, ie, j, je; local
2785 je = XVECLEN (p, i);
2786 for (j = 0; j < je; ++j)
  /src/external/gpl3/gcc.old/dist/gcc/
genattrtab.cc 2764 int i, ie, j, je; local
2785 je = XVECLEN (p, i);
2786 for (j = 0; j < je; ++j)

Completed in 22 milliseconds