Home
last modified time | relevance | path

Searched refs:op (Results 1 – 25 of 37) sorted by relevance

12

/busybox-1.35.0/archival/libarchive/
Dlzo1x_c.c36 uint8_t* op; in do_compress() local
42 op = out; in do_compress()
84 assert(op - 2 > out); op[-2] |= (uint8_t)(3); in do_compress()
85 *op++ = *ii++; *op++ = *ii++; *op++ = *ii++; in do_compress()
105 assert(op - 2 > out); op[-2] |= (uint8_t)(t); in do_compress()
106 do *op++ = *ii++; while (--t > 0); in do_compress()
109 *op++ = (uint8_t)(M1_MARKER | ((m_off & 3) << 2)); in do_compress()
110 *op++ = (uint8_t)(m_off >> 2); in do_compress()
134 assert(op - 2 > out); in do_compress()
135 op[-2] |= (uint8_t)(t); in do_compress()
[all …]
Dlzo1x_d.c36 register uint8_t* op; local
70 op = out;
78 do *op++ = *ip++; while (--t > 0);
103 if (PTR_ALIGNED2_4(op, ip))
106 COPY4(op, ip);
107 op += 4;
112 COPY4(op, ip);
113 op += 4;
118 do *op++ = *ip++; while (--t > 0);
120 do *op++ = *ip++; while (--t > 0);
[all …]
Dlzo1x_9x.c503 uint8_t *op, unsigned m_len, unsigned m_off) in code_match() argument
505 assert(op > c->out); in code_match()
511 *op++ = M1_MARKER | ((m_off & 3) << 2); in code_match()
512 *op++ = m_off >> 2; in code_match()
516 *op++ = ((m_len - 1) << 5) | ((m_off & 7) << 2); in code_match()
517 *op++ = m_off >> 3; in code_match()
518 assert(op[-2] >= M2_MARKER); in code_match()
523 *op++ = M1_MARKER | ((m_off & 3) << 2); in code_match()
524 *op++ = m_off >> 2; in code_match()
529 *op++ = M3_MARKER | (m_len - 2); in code_match()
[all …]
Dliblzo.h84 if ((unsigned)(op_end - op) < (unsigned)(x)) goto output_overrun
90 # define TEST_LB(m_pos) if (m_pos < out || m_pos >= op) goto lookbehind_overrun
/busybox-1.35.0/shell/
Dmath.c128 #define PREC(op) ((op) & 0x1F) argument
212 is_assign_op(operator op) in is_assign_op() argument
214 operator prec = PREC(op); in is_assign_op()
296 arith_apply(arith_state_t *math_state, operator op, var_or_num_t *numstack, var_or_num_t **numstack… in arith_apply() argument
316 if (op == TOK_UMINUS) in arith_apply()
318 else if (op == TOK_NOT) in arith_apply()
320 else if (op == TOK_BNOT) in arith_apply()
322 else if (op == TOK_POST_INC || op == TOK_PRE_INC) in arith_apply()
324 else if (op == TOK_POST_DEC || op == TOK_PRE_DEC) in arith_apply()
326 else if (op != TOK_UPLUS) { in arith_apply()
[all …]
Dmatch.c101 char *op; in main() local
127 op = string + off; in main()
128 scan_flags = pick_scan(op[0], op[1]); in main()
131 pattern = op + 1; in main()
132 if (op[0] == op[1]) in main()
134 op[0] = '\0'; in main()
/busybox-1.35.0/coreutils/
Dexpr.c217 static int cmp_common(VALUE *l, VALUE *r, int op) in cmp_common() argument
231 if (op == '<') in cmp_common()
233 if (op == ('<' + '=')) in cmp_common()
235 if (op == '=' || (op == '=' + '=')) in cmp_common()
237 if (op == '!' + '=') in cmp_common()
239 if (op == '>') in cmp_common()
247 static arith_t arithmetic_common(VALUE *l, VALUE *r, int op) in arithmetic_common() argument
255 if (op == '+') in arithmetic_common()
257 if (op == '-') in arithmetic_common()
259 if (op == '*') in arithmetic_common()
[all …]
Dtest.c458 static void syntax(const char *op, const char *msg) NORETURN;
459 static void syntax(const char *op, const char *msg) in syntax() argument
461 if (op && *op) { in syntax()
462 bb_error_msg("%s: %s", op, msg); in syntax()
560 const struct operator_t *op; in binop() local
565 op = last_operator; in binop()
571 if (is_int_op(op->op_num)) { in binop()
574 if (op->op_num == INTEQ) in binop()
576 if (op->op_num == INTNE) in binop()
578 if (op->op_num == INTGE) in binop()
[all …]
/busybox-1.35.0/archival/
Dlzop.c142 #define TEST_OP (op <= op_end)
147 uint8_t* op; in lzo1x_optimize() local
163 op = out; in lzo1x_optimize()
188 *op++ = *ip++; in lzo1x_optimize()
189 *op++ = *ip++; in lzo1x_optimize()
190 *op++ = *ip++; in lzo1x_optimize()
192 do *op++ = *ip++; while (--t > 0); in lzo1x_optimize()
199 m_pos = op - 1 - 0x800; in lzo1x_optimize()
201 m_pos = op - 1 - 0x400; in lzo1x_optimize()
205 *op++ = *m_pos++; in lzo1x_optimize()
[all …]
/busybox-1.35.0/miscutils/
Dmt.c110 struct mtop op; in mt_main() local
130 op.mt_op = opcode_value[idx]; in mt_main()
132 op.mt_count = xatoi_positive(argv[2]); in mt_main()
134 op.mt_count = 1; /* One, not zero, right? */ in mt_main()
158 ioctl_or_perror_and_die(fd, MTIOCTOP, &op, "%s", file); in mt_main()
Drfkill.c133 event.op = RFKILL_OP_CHANGE_ALL; in rfkill_main()
138 event.op = RFKILL_OP_CHANGE; in rfkill_main()
Ddc.c193 struct op { struct
198 static const struct op operators[] ALIGN_PTR = { argument
229 const struct op *o; in stack_machine()
/busybox-1.35.0/networking/
Dtraceroute.c874 traceroute_init(int op, char **argv) in traceroute_init() argument
902 op |= getopt32(argv, "^" in traceroute_init()
910 if (op & OPT_MAX_TTL) in traceroute_init()
912 if (op & OPT_PORT) in traceroute_init()
914 if (op & OPT_NPROBES) in traceroute_init()
916 if (op & OPT_WAITTIME) in traceroute_init()
918 if (op & OPT_PAUSE_MS) in traceroute_init()
920 if (op & OPT_FIRST_TTL) in traceroute_init()
927 if (op & OPT_USE_ICMP) { in traceroute_init()
935 if (op & OPT_IPV4) in traceroute_init()
[all …]
Difconfig.c326 const struct options *op; in ifconfig_main() local
381 for (op = OptArray; op->name; op++) { /* Find table entry. */ in ifconfig_main()
382 if (strcmp(p, op->name) == 0) { /* If name matches... */ in ifconfig_main()
383 mask &= op->flags; in ifconfig_main()
394 mask = op->arg_flags; in ifconfig_main()
399 mask = op->arg_flags; in ifconfig_main()
402 a1op = Arg1Opt + (op - OptArray); in ifconfig_main()
544 selector = op->selector; in ifconfig_main()
/busybox-1.35.0/libbb/
Dparse_mode.c41 char op; in bb_parse_mode() local
92 op = *s++; in bb_parse_mode()
138 if (op == '-') { in bb_parse_mode()
/busybox-1.35.0/shell/ash_test/ash-vars/
Dparam_expand_len.right7 Testing len op
Dparam_expand_len.tests11 echo Testing len op
Dparam_expand_alt.tests10 # ${#:+} is a :+ op on $#, but ${#+} (and any other ${#c}) is "length of $c",
11 # not + op on $#.
/busybox-1.35.0/shell/hush_test/hush-vars/
Dparam_expand_len.right7 Testing len op
Dparam_expand_len.tests11 echo Testing len op
Dparam_expand_alt.tests10 # ${#:+} is a :+ op on $#, but ${#+} (and any other ${#c}) is "length of $c",
11 # not + op on $#.
/busybox-1.35.0/networking/udhcp/
Ddhcprelay.c115 uint8_t *op; in get_dhcp_packet_type() local
118 if (p->op != BOOTREQUEST && p->op != BOOTREPLY) in get_dhcp_packet_type()
121 op = udhcp_get_option(p, DHCP_MESSAGE_TYPE); in get_dhcp_packet_type()
122 if (op != NULL) in get_dhcp_packet_type()
123 return op[0]; in get_dhcp_packet_type()
/busybox-1.35.0/examples/bootfloppy/etc/
Dprofile5 # no-op
/busybox-1.35.0/editors/
Dawk.c1870 static regex_t *as_regex(node *op, regex_t *preg) in as_regex() argument
1875 if (op->info == TI_REGEXP) { in as_regex()
1876 return icase ? op->r.ire : op->l.re; in as_regex()
1885 s = getvar_s(evaluate(op, TMPVAR)); in as_regex()
2589 static NOINLINE var *exec_builtin(node *op, var *res) in exec_builtin() argument
2609 isr = info = op->info; in exec_builtin()
2610 op = op->l.n; in exec_builtin()
2613 for (i = 0; i < 4 && op; i++) { in exec_builtin()
2614 an[i] = nextarg(&op); in exec_builtin()
2848 static var *evaluate(node *op, var *res) in evaluate() argument
[all …]
/busybox-1.35.0/procps/
Dps.c501 ps_out_t* op; in format_header() local
510 op = &out[i]; in format_header()
513 p += sprintf(p, "%-*s ", op->width, op->header); in format_header()
515 strcpy(p, op->header); in format_header()

12