HomeSort by relevance Sort by last modified time
    Searched full:nextop (Results 1 - 6 of 6) sorted by null

  /external/iptables/include/linux/netfilter/
xt_u32.h 13 __u8 nextop; member in struct:xt_u32_location_element
  /external/iptables/extensions/
libxt_u32.c 57 switch (ct->location[i].nextop) {
167 ct->location[locind].nextop = XT_U32_AND;
172 ct->location[locind].nextop = XT_U32_LEFTSH;
177 ct->location[locind].nextop = XT_U32_RIGHTSH;
179 ct->location[locind].nextop = XT_U32_AT;
  /dalvik/opcode-gen/
opcode-gen.awk 94 nextOp = nextOpcode[i];
95 nextOp = (nextOp == -1) ? "NO_NEXT" : constName[nextOp];
100 constName[i], constName[i], family[i], nextOp, format[i],
  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 217 unsigned NextOp = HasLane ? 5 : 4;
218 ARMCC::CondCodes Pred = (ARMCC::CondCodes)MI->getOperand(NextOp).getImm();
219 unsigned PredReg = MI->getOperand(++NextOp).getReg();
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 88 MachineOperand *NextOp = Contents.Reg.Next;
89 *Contents.Reg.Prev = NextOp;
90 if (NextOp) {
91 assert(NextOp->getReg() == getReg() && "Corrupt reg use/def chain!");
92 NextOp->Contents.Reg.Prev = Contents.Reg.Prev;
    [all...]
  /external/icu4c/i18n/
regexcmp.cpp     [all...]

Completed in 999 milliseconds