Searched refs:op (Results 1 - 25 of 1255) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/
H A Drun.c12 * calls the pp_foo() function associated with each op, and expects that
13 * function to return a pointer to the next op to be executed, or null if
39 OP *op = PL_op; local
40 PERL_DTRACE_PROBE_OP(op);
41 while ((PL_op = op = op->op_ppaddr(aTHX))) {
42 PERL_DTRACE_PROBE_OP(op);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Duninit-4.c14 short op; member in struct:operation
27 struct operation op; local
31 op = cpp_lex ();
33 switch (op.op)
46 if (op.op == 0)
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dfiletest_stack_ok.t20 for my $op (@ops) {
21 ok( 1 == @{ [ eval "-$op 'TEST'" ] }, "-$op returns single value" );
22 ok( 1 == @{ [ eval "-$op *TEST" ] }, "-$op *gv returns single value" );
28 $t = eval "-$op _" ? 0 : "foo";
31 is($m, "b", "-$op did not remove too many values from the stack");
39 $t = eval "-$op -e \$^X" ? 0 : "bar";
42 is($m, "d", "-$op -e \$^X did not remove too many values from the stack");
47 my @foo = eval "-$op \
[all...]
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dpr-support.c110 _uw op; local
117 op = next_unwind_byte (uws);
118 if (op == CODE_FINISH)
132 if ((op & 0x80) == 0)
137 offset = ((op & 0x3f) << 2) + 4;
139 if (op & 0x40)
147 if ((op & 0xf0) == 0x80)
149 op = (op << 8) | next_unwind_byte (uws);
150 if (op
[all...]
/openbsd-current/lib/libpcap/
H A Dbpf_image.c40 char *fmt, *op; local
48 op = "unimp";
54 op = "ret";
59 op = "ret";
64 op = "ld";
69 op = "ldh";
74 op = "ldb";
79 op = "ld";
84 op = "ld";
89 op
[all...]
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dsysrq.h10 register_sysrq_key(int k, const struct sysrq_key_op *op) argument
16 unregister_sysrq_key(int k, const struct sysrq_key_op *op) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20030307-1.c8 int fcntl_lock(int fd, int op, long long offset, long long count, int type);
10 int vfswrap_lock(char *fsp, int fd, int op, long long offset, long long count, int type) argument
12 return fcntl_lock(fd, op, offset, count, type);
15 int fcntl_lock(int fd, int op, long long offset, long long count, int type) argument
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dm68k-parse.y91 static struct m68k_op *op;
124 op->trailing_ampersand = $2;
128 op->trailing_ampersand = $2;
145 op->mode = LSH;
150 op->mode = RSH;
155 op->mode = DREG;
156 op->reg = $1;
160 op->mode = AREG;
161 op->reg = $1;
165 op
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dm68k-parse.y90 static struct m68k_op *op;
128 op->mode = DREG;
129 op->reg = $1;
133 op->mode = AREG;
134 op->reg = $1;
138 op->mode = FPREG;
139 op->reg = $1;
143 op->mode = CONTROL;
144 op->reg = $1;
148 op
[all...]
H A Dtc-msp430.c231 /* Find the op code end. */
811 msp430_dstoperand (op, l, bin)
812 struct msp430_operand_s *op;
817 int ret = msp430_srcoperand (op, l, bin, &dummy);
821 if (op->am == 2)
825 op->mode = OP_EXP;
826 op->am = 1;
827 op->ol = 1;
828 parse_exp (__tl, &(op->exp));
829 if (op
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinffast.c74 unsigned op; /* code bits, operation, extra bits, or */ local
112 op = (unsigned)(here->bits);
113 hold >>= op; local
114 bits -= op;
115 op = (unsigned)(here->op);
116 if (op == 0) { /* literal */
122 else if (op & 16) { /* length base */
124 op &= 15; /* number of extra bits */
125 if (op) {
131 hold >>= op; local
144 hold >>= op; local
166 hold >>= op; local
[all...]
/openbsd-current/lib/libz/
H A Dinffast.c71 unsigned op; /* code bits, operation, extra bits, or */ local
109 op = (unsigned)(here->bits);
110 hold >>= op; local
111 bits -= op;
112 op = (unsigned)(here->op);
113 if (op == 0) { /* literal */
119 else if (op & 16) { /* length base */
121 op &= 15; /* number of extra bits */
122 if (op) {
128 hold >>= op; local
141 hold >>= op; local
163 hold >>= op; local
[all...]
/openbsd-current/sys/lib/libz/
H A Dinffast.c71 unsigned op; /* code bits, operation, extra bits, or */ local
109 op = (unsigned)(here->bits);
110 hold >>= op; local
111 bits -= op;
112 op = (unsigned)(here->op);
113 if (op == 0) { /* literal */
119 else if (op & 16) { /* length base */
121 op &= 15; /* number of extra bits */
122 if (op) {
128 hold >>= op; local
141 hold >>= op; local
163 hold >>= op; local
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_rtl_x86_64.S9 #define NAME(n, reg, op, s, i) n##_##op##_##i##_##s##_##reg
11 #define FNAME(reg, op, s, i) NAME(__asan_check, reg, op, s, i)
12 #define RLABEL(reg, op, s, i) NAME(.return, reg, op, s, i)
13 #define CLABEL(reg, op, s, i) NAME(.check, reg, op, s, i)
14 #define FLABEL(reg, op, s, i) NAME(.fail, reg, op,
[all...]
/openbsd-current/games/monop/
H A Dmisc.c136 OWN *op; /* current owned prop */ local
139 op = play[pl].own_list;
141 printf("op [%p] = play[pl [%d] ].own_list;\n", op, pl);
143 while (op) {
145 printf("op->sqr->type = %d\n", op->sqr->type);
147 switch (op->sqr->type) {
152 for (num = 0; op && op
[all...]
H A Dprop.c60 OWN *op; local
62 if ((op = calloc(1, sizeof (OWN))) == NULL)
64 op->sqr = &board[op_sqr];
65 val = value(op->sqr);
69 free(op);
74 op->next = tp;
76 last_tp->next = op;
78 *head = op;
88 OWN *op, *last_op; local
102 for (op
196 OWN *op; local
[all...]
H A Dmorg.c107 OWN *op; local
110 for (op = cur_p->own_list; op; op = op->next)
111 if (!op->sqr->desc->morg) {
112 if (op->sqr->type == PRPTY && op->sqr->desc->houses)
115 names[num_good] = op->sqr->name;
116 square[num_good++] = sqnum(op
169 OWN *op; local
[all...]
/openbsd-current/games/hack/
H A Dhack.options.c92 char *op,*op2; local
96 if ((op = strchr(opts, ','))) {
97 *op++ = 0;
98 parseoptions(op, from_env);
100 if ((op = strchr(opts, ' '))) {
101 op2 = op;
102 while(*op++)
103 if(*op != ' ') *op2++ = *op;
168 op
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Dinvlist.t32 my $op = shift;
34 note ref($op) . " ; NAME: ", $op->name, " ; TYPE: ", $op->type;
36 return unless ref $op eq 'B::SVOP' && $op->name eq 'trans';
38 my $sv = $op->sv;
60 my $op = B::svref_2object( \*main::check );
61 B::walkoptree( $op->CV->ROOT, 'visit' );
/openbsd-current/gnu/gcc/gcc/
H A Dsched-vis.c75 rtx op[4];
81 op[i] = NULL_RTX;
87 op[0] = XEXP (x, 0);
92 op[1] = GEN_INT (-INTVAL (XEXP (x, 1)));
97 op[1] = XEXP (x, 1);
101 op[0] = XEXP (x, 0);
103 op[1] = XEXP (x, 1);
107 op[0] = XEXP (x, 0);
109 op[1] = XEXP (x, 1);
113 op[
74 rtx op[4]; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D921109-1.c6 f(t *op) argument
19 if (op > e)
21 op->r = pt.x;
22 op->r = pt.y;
/openbsd-current/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.c307 short_memory_operand (op, mode)
308 register rtx op;
311 if (GET_CODE (op) != MEM)
314 if (GET_MODE (op) != mode && mode != VOIDmode)
317 return (d30v_legitimate_address_p (mode, XEXP (op, 0), reload_completed)
324 long_memory_operand (op, mode)
325 rtx op;
328 if (GET_CODE (op) != MEM)
331 if (GET_MODE (op) != mode && mode != VOIDmode)
334 return (d30v_legitimate_address_p (mode, XEXP (op,
[all...]
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-ospf.c359 ospf_decode_v2(const struct ospfhdr *op, const u_char *dataend) argument
368 switch (op->ospf_type) {
379 TCHECK(op->ospf_hello.hello_deadint);
381 op->ospf_hello.hello_options);
383 ipaddr_string(&op->ospf_hello.hello_mask),
384 ntohs(op->ospf_hello.hello_helloint),
385 op->ospf_hello.hello_priority,
386 (u_int32_t)ntohl(op->ospf_hello.hello_deadint));
388 TCHECK(op->ospf_hello.hello_dr);
389 if (op
496 const struct ospfhdr *op; local
[all...]
/openbsd-current/gnu/gcc/intl/
H A Dplural.y51 enum operator op;
57 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
59 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
60 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
62 static struct expression *new_exp_2 PARAMS ((enum operator op,
65 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
75 new_exp (nargs, op, args)
77 enum operator op;
93 newp->operation = op;
107 new_exp_0 (op)
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Dplural.y55 enum operator op;
61 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
63 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
64 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
66 static struct expression *new_exp_2 PARAMS ((enum operator op,
69 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
79 new_exp (nargs, op, args)
81 enum operator op;
97 newp->operation = op;
111 new_exp_0 (op)
[all...]

Completed in 446 milliseconds

1234567891011>>