Home
last modified time | relevance | path

Searched defs:OP (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dopcode.c26 #define OPCODE(OP,NG,SW,TF,N,FL) \ argument
34 #define OPCODE_RANGE(OP,S,E) argument
H A Dopcode.h7 #define OPCODE(OP,NG,SW,TF,N,FL) OP_##OP, argument
8 #define OPCODE_RANGE(OP,S,E) OP_##OP = OP_##S, OP_##OP##_END = OP_##E, argument
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_qry.h52 #define NEXT_OP(OP, OP_LEN, OP_TYPE) \ argument
59 #define FOR_EACH_OP(OP, OP_LEN, OP_TYPE, STMT) \ argument
H A Disns_pdu.h37 #define NEXT_TLV(OP, LEN) { \ argument
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.c80 #define OP (-1) macro
/illumos-gate/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c36 #define OP(x) ((x) >> 30) macro
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_i386.c135 #define OP 4 /* opcode */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Ddebug.h104 #define VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \ argument
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vget.c263 int (*OP)(); local
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex2.h78 #define OP(n) ((n)&OPRMASK) macro
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h44 #define OP(x) (((union instruct *) (x))->f_1.op) macro
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c132 #define OP(x) ((x) >> 30) macro
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c86 #define OP(machcode) ((machcode) >> 30) macro