HomeSort by relevance Sort by last modified time
    Searched full:nextop (Results 1 - 7 of 7) 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 95 nextOp = nextOpcode[i];
96 nextOp = (nextOp == -1) ? "NO_NEXT" : constName[nextOp];
101 constName[i], constName[i], family[i], nextOp, format[i],
  /frameworks/base/libs/hwui/
DisplayListLogBuffer.cpp 83 OpLog* nextOp = tmpBufferPtr++;
  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 282 unsigned NextOp = HasLane ? 5 : 4;
283 ARMCC::CondCodes Pred = (ARMCC::CondCodes)MI->getOperand(NextOp).getImm();
284 unsigned PredReg = MI->getOperand(++NextOp).getReg();
  /external/chromium_org/third_party/icu/source/i18n/
regexcmp.cpp     [all...]
  /external/icu4c/i18n/
regexcmp.cpp     [all...]

Completed in 134 milliseconds