Home
last modified time | relevance | path

Searched defs:nextop (Results 1 – 5 of 5) sorted by relevance

/external/iptables/include/linux/netfilter/
Dxt_u32.h15 __u8 nextop; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_u32.h16 __u8 nextop; member
/external/libxkbcommon/src/xkbcomp/
Dast-build.c466 char nextop; in IncludeCreate() local
/external/python/cpython3/Python/
Dflowgraph.c1548 int nextop = i+1 < bb->b_iused ? bb->b_instr[i+1].i_opcode : 0; in basicblock_optimize_load_const() local
1678 int nextop = i+1 < bb->b_iused ? bb->b_instr[i+1].i_opcode : 0; in optimize_basic_block() local
1883 int nextop = i+1 < b->b_iused ? b->b_instr[i+1].i_opcode : 0; in insert_superinstructions() local
/external/lua/src/
Dlparser.c1266 BinOpr nextop; in subexpr() local