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

1234567891011>>

/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dbpf_image.c46 char *fmt, *op; local
54 op = "unimp";
60 op = "ret";
65 op = "ret";
70 op = "ld";
75 op = "ldh";
80 op = "ldb";
85 op = "ld";
90 op = "ld";
95 op
[all...]
/haiku-fatelf/src/libs/udis86/
H A Dsyn-intel.c20 opr_cast(struct ud* u, struct ud_operand* op) argument
22 switch(op->size) {
40 static void gen_operand(struct ud* u, struct ud_operand* op, int syn_cast) argument
42 switch(op->type) {
44 mkasm(u, ud_reg_tab[op->base - UD_R_AL]);
52 opr_cast(u, op);
59 if (op->base) {
60 mkasm(u, "%s", ud_reg_tab[op->base - UD_R_AL]);
64 if (op->index) {
67 mkasm(u, "%s", ud_reg_tab[op
[all...]
H A Dsyn-att.c20 opr_cast(struct ud* u, struct ud_operand* op) argument
22 switch(op->size) {
34 gen_operand(struct ud* u, struct ud_operand* op) argument
36 switch(op->type) {
38 mkasm(u, "%%%s", ud_reg_tab[op->base - UD_R_AL]);
42 if (u->br_far) opr_cast(u, op);
45 if (op->offset == 8) {
46 if (op->lval.sbyte < 0)
47 mkasm(u, "-0x%x", (-op->lval.sbyte) & 0xff);
48 else mkasm(u, "0x%x", op
[all...]
/haiku-fatelf/src/libs/zlib/
H A Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(here.bits);
130 hold >>= op; local
131 bits -= op;
132 op = (unsigned)(here.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
148 hold >>= op; local
161 hold >>= op; local
183 hold >>= op; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ich/
H A Dac97_multi.h31 status_t multi_control(void *cookie, uint32 op, void *data, size_t length);
/haiku-fatelf/src/add-ons/kernel/debugger/auto_stack_trace/
H A Dauto_stack_trace.cpp18 std_ops(int32 op, ...) argument
20 if (op == B_MODULE_INIT || op == B_MODULE_UNINIT)
/haiku-fatelf/src/add-ons/kernel/media/audio/ich/
H A Dich.c27 std_ops(int32 op, ...) argument
29 dprintf("ich: std_ops(0x%lx)\n", op);
30 switch(op) {
/haiku-fatelf/src/bin/bash/
H A Dtest.c291 filecomp (s, t, op)
293 int op;
300 if (op == EF)
305 if (op == EF)
309 switch (op)
319 arithcomp (s, t, op, flags)
321 int op, flags;
343 switch (op)
357 patcomp (string, pat, op)
359 int op;
457 char *op; local
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A Ds_copysignf.S36 #define MO(op) op##(%rip)
38 #define MO(op) op
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_packbits.c68 tidata_t op, ep, lastliteral; local
74 op = tif->tif_rawcp;
86 if (op + 2 >= ep) { /* insure space for new data */
94 slop = op - lastliteral;
98 op = tif->tif_rawcp;
100 *op++ = *lastliteral++;
103 tif->tif_rawcc += op - tif->tif_rawcp;
106 op = tif->tif_rawcp;
114 *op++ = (tidata) -127;
115 *op
225 PackBitsDecode(TIFF* tif, tidata_t op, tsize_t occ, tsample_t s) argument
[all...]
H A Dtif_thunder.c58 #define SETPIXEL(op, v) { \
61 *op++ |= lastpixel; \
63 op[0] = lastpixel << 4; \
67 ThunderDecode(TIFF* tif, tidata_t op, tsize_t maxpixels) argument
89 op[0] |= lastpixel;
90 lastpixel = *op++; npixels++; n--;
95 *op++ = lastpixel;
97 *--op &= 0xf0;
102 SETPIXEL(op, lastpixel + twobitdeltas[delta]);
104 SETPIXEL(op, lastpixe
[all...]
H A Dtif_next.c35 #define SETPIXEL(op, v) { \
37 case 0: op[0] = (v) << 6; break; \
38 case 1: op[0] |= (v) << 4; break; \
39 case 2: op[0] |= (v) << 2; break; \
40 case 3: *op++ |= (v); break; \
51 register tif_char *bp, *op; local
63 for (op = buf, cc = occ; cc-- > 0;)
64 *op++ = 0xff;
108 op = row;
113 SETPIXEL(op, gre
[all...]
/haiku-fatelf/src/libs/tiff/
H A Dtif_packbits.c75 tidata_t op, ep, lastliteral; local
81 op = tif->tif_rawcp;
93 if (op + 2 >= ep) { /* insure space for new data */
101 slop = op - lastliteral;
105 op = tif->tif_rawcp;
107 *op++ = *lastliteral++;
110 tif->tif_rawcc += op - tif->tif_rawcp;
113 op = tif->tif_rawcp;
121 *op++ = (tidata) -127;
122 *op
218 PackBitsDecode(TIFF* tif, tidata_t op, tsize_t occ, tsample_t s) argument
[all...]
H A Dtif_thunder.c58 #define SETPIXEL(op, v) { \
61 *op++ |= lastpixel; \
63 op[0] = (tidataval_t) (lastpixel << 4); \
67 ThunderDecode(TIFF* tif, tidata_t op, tsize_t maxpixels) argument
89 op[0] |= lastpixel;
90 lastpixel = *op++; npixels++; n--;
96 *op++ = (tidataval_t) lastpixel;
99 *--op &= 0xf0;
104 SETPIXEL(op, lastpixel + twobitdeltas[delta]);
106 SETPIXEL(op, lastpixe
[all...]
H A Dtif_next.c35 #define SETPIXEL(op, v) { \
37 case 0: op[0] = (unsigned char) ((v) << 6); break; \
38 case 1: op[0] |= (v) << 4; break; \
39 case 2: op[0] |= (v) << 2; break; \
40 case 3: *op++ |= (v); break; \
51 unsigned char *bp, *op; local
62 for (op = buf, cc = occ; cc-- > 0;)
63 *op++ = 0xff;
106 op = row;
116 SETPIXEL(op, gre
[all...]
H A Dtif_pixarlog.c108 #define REPEAT(n, op) { int i; i=n; do { i--; op; } while (i>0); }
111 horizontalAccumulateF(uint16 *wp, int n, int stride, float *op, argument
123 op[0] = t0;
124 op[1] = t1;
125 op[2] = t2;
129 op += 3;
134 op[0] = t0;
135 op[1] = t1;
136 op[
174 horizontalAccumulate12(uint16 *wp, int n, int stride, int16 *op, float *ToLinearF) argument
242 horizontalAccumulate16(uint16 *wp, int n, int stride, uint16 *op, uint16 *ToLinear16) argument
294 horizontalAccumulate11(uint16 *wp, int n, int stride, uint16 *op) argument
337 horizontalAccumulate8(uint16 *wp, int n, int stride, unsigned char *op, unsigned char *ToLinear8) argument
386 horizontalAccumulate8abgr(uint16 *wp, int n, int stride, unsigned char *op, unsigned char *ToLinear8) argument
703 PixarLogDecode(TIFF* tif, tidata_t op, tsize_t occ, tsample_t s) argument
[all...]
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural.y53 enum operator op;
59 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
61 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
62 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
64 static struct expression *new_exp_2 PARAMS ((enum operator op,
67 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
77 new_exp (nargs, op, args)
79 enum operator op;
95 newp->operation = op;
109 new_exp_0 (op)
[all...]
/haiku-fatelf/src/bin/gawk/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...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_module.cpp31 std_ops(int32 op, ...) argument
33 switch(op) {
/haiku-fatelf/src/system/libroot/posix/sys/
H A Dflock.c17 flock(int fd, int op) argument
19 status_t status = _kern_flock(fd, op);
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dd10v-dis.c73 print_operand (oper, insn, op, memaddr, info)
76 struct d10v_opcode *op;
111 if (op->format == LONG_L && (oper->flags & OPERAND_REG))
198 struct d10v_opcode *op = (struct d10v_opcode *) d10v_opcodes; local
203 while (op->name)
205 if ((op->format & LONG_OPCODE) && ((op->mask & insn) == (unsigned long) op->opcode))
208 (*info->fprintf_func) (info->stream, "%s\t", op->name);
209 for (i = 0; op
241 struct d10v_opcode *op; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dax-general.c38 static void generic_ext (struct agent_expr *x, enum agent_op op, int n);
131 ax_simple (struct agent_expr *x, enum agent_op op)
134 x->buf[x->len++] = op;
141 generic_ext (struct agent_expr *x, enum agent_op op, int n)
151 x->buf[x->len++] = op;
186 /* Append a goto op to EXPR. OP is the actual op (must be aop_goto or
193 ax_goto (struct agent_expr *x, enum agent_op op)
196 x->buf[x->len + 0] = op;
228 int op;
130 ax_simple(struct agent_expr *x, enum agent_op op) argument
140 generic_ext(struct agent_expr *x, enum agent_op op, int n) argument
192 ax_goto(struct agent_expr *x, enum agent_op op) argument
227 int op; local
347 enum agent_op op = x->buf[i]; local
405 struct aop_map *op; local
[all...]
/haiku-fatelf/headers/posix/sys/
H A Dfile.h23 extern int flock(int fd, int op);
/haiku-fatelf/src/add-ons/kernel/drivers/dvb/cx23882/
H A Ddvb_interface.h32 status_t interface_ioctl(void *cookie, uint32 op, void *arg, size_t len);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A De_log.S30 #define MO(op) op##@GOTOFF(%edx)
32 #define MO(op) op

Completed in 218 milliseconds

1234567891011>>