HomeSort by: relevance | last modified time | path
    Searched refs:eidx (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.cpp 331 StringRef::size_type bidx, eidx; local
335 eidx = CStr.find_first_of(delims, bidx);
336 if (eidx == StringRef::npos)
337 eidx = CStr.size();
339 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops, Rec);
340 bidx = CStr.find_first_not_of(delims, eidx);
  /src/sys/arch/sun3/sun3x/
pmap.c 2167 int idx, eidx; local
2175 eidx = m68k_btop(va + len - KERNBASE3X);
2177 while (idx < eidx) {
2968 int idx, eidx; local
2976 eidx = m68k_btop(eva - KERNBASE3X);
2978 while (idx < eidx) {
  /src/sys/arch/riscv/riscv/
riscv_machdep.c 611 const size_t eidx = (eva >> vshift) & pdetab_mask; local
615 for (size_t i = sidx; i < eidx && pa < memory_end; i++, pa += inc) {
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
typesem.d 1540 // We need to keep a pair of [oidx, eidx] (original index,
1544 foreach (oidx, oparam, eidx, eparam; tf.parameterList)
1564 tupleExtIdx = eidx;
1575 eparam.defaultArg = (*te.exps)[eidx - tupleExtIdx];
1586 Expression farg = mtype.fargs && eidx < mtype.fargs.dim ?
1587 (*mtype.fargs)[eidx] : eparam.defaultArg;
mtype.d 6915 size_t oidx, Parameter oparam, size_t eidx, Parameter eparam);
6938 size_t eidx;
6942 if (auto r = _foreachImpl(dg, oidx, oparam, eidx, /* eparam */ oparam))
6951 size_t oidx, Parameter oparam, ref size_t eidx, Parameter eparam)
6966 if (auto r = _foreachImpl(dg, oidx, oparam, eidx, nextep))
6972 if (auto r = dg(oidx, oparam, eidx, eparam))
6974 // The only place where we should increment eidx is here,
6977 eidx++;

Completed in 39 milliseconds