/illumos-gate/usr/src/tools/smatch/src/ |
H A D | opcode.c | 26 #define OPCODE(OP,NG,SW,TF,N,FL) \ argument 34 #define OPCODE_RANGE(OP,S,E) argument
|
H A D | opcode.h | 7 #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 D | isns_qry.h | 52 #define NEXT_OP(OP, OP_LEN, OP_TYPE) \ argument 59 #define FOR_EACH_OP(OP, OP_LEN, OP_TYPE, STMT) \ argument
|
H A D | isns_pdu.h | 37 #define NEXT_TLV(OP, LEN) { \ argument
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ktest.h | 193 #define KT_ASSERT_IMPL(LEFT, OP, RIGHT, TYPE, ctx) do { \ argument 228 #define KT_ASSERTG_IMPL(LEFT, OP, RIGHT, TYPE, ctx, label) do { \ argument 263 #define KT_EASSERT_IMPL(LEFT, OP, RIGHT, TYPE, ctx) do { \ argument 298 #define KT_EASSERTG_IMPL(LEFT, OP, RIGHT, TYPE, ctx, label) do { \ argument
|
H A D | debug.h | 105 #define VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \ argument
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppfsm.c | 80 #define OP (-1) macro
|
/illumos-gate/usr/src/lib/libdtrace/sparc/ |
H A D | dt_isadep.c | 36 #define OP(x) ((x) >> 30) macro
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | __fex_i386.c | 135 #define OP 4 /* opcode */ macro
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vget.c | 263 int (*OP)(); local
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | regex2.h | 78 #define OP(n) ((n)&OPRMASK) macro
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | sparc.h | 44 #define OP(x) (((union instruct *) (x))->f_1.op) macro
|
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | fasttrap_isa.c | 132 #define OP(x) ((x) >> 30) macro
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_cmds.c | 87 #define OP(machcode) ((machcode) >> 30) macro
|