Home
last modified time | relevance | path

Searched refs:nextop (Results 1 – 4 of 4) sorted by relevance

/third_party/iptables/extensions/
Dlibxt_u32.c57 switch (ct->location[i].nextop) { in u32_dump()
163 ct->location[locind].nextop = XT_U32_AND; in u32_parse()
168 ct->location[locind].nextop = XT_U32_LEFTSH; in u32_parse()
173 ct->location[locind].nextop = XT_U32_RIGHTSH; in u32_parse()
175 ct->location[locind].nextop = XT_U32_AT; in u32_parse()
/third_party/iptables/include/linux/netfilter/
Dxt_u32.h15 __u8 nextop; member
/third_party/ltp/tools/sparse/sparse-src/
Dexpression.c52 int nextop; in match_oplist() local
56 nextop = va_arg(args, int); in match_oplist()
57 } while (nextop != 0 && nextop != op); in match_oplist()
60 return nextop != 0; in match_oplist()
/third_party/python/Python/
Dcompile.c7303 int nextop = i+1 < bb->b_iused ? bb->b_instr[i+1].i_opcode : 0; in optimize_basic_block() local
7321 switch(nextop) { in optimize_basic_block()
7330 jump_if_true = nextop == POP_JUMP_IF_TRUE; in optimize_basic_block()
7346 jump_if_true = nextop == JUMP_IF_TRUE_OR_POP; in optimize_basic_block()
7365 if (nextop == UNPACK_SEQUENCE && oparg == bb->b_instr[i+1].i_oparg) { in optimize_basic_block()