Home
last modified time | relevance | path

Searched refs:ocode (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sbin/savecore/
H A Dzopen.c369 output(struct s_zstate *zs, code_int ocode) in output() argument
373 if (ocode >= 0) { in output()
386 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]); in output()
389 ocode >>= 8 - r_off; in output()
392 *bp++ = ocode; in output()
393 ocode >>= 8; in output()
398 *bp = ocode; in output()
/openbsd-src/usr.bin/compress/
H A Dzopen.c367 output(struct s_zstate *zs, code_int ocode) in output() argument
371 if (ocode >= 0) { in output()
384 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]); in output()
387 ocode >>= 8 - r_off; in output()
390 *bp++ = ocode; in output()
391 ocode >>= 8; in output()
396 *bp = ocode; in output()
/openbsd-src/gnu/gcc/gcc/
H A Dc-parser.c4579 enum tree_code ocode; in c_parser_binary_expression() local
4586 ocode = MULT_EXPR; in c_parser_binary_expression()
4590 ocode = TRUNC_DIV_EXPR; in c_parser_binary_expression()
4594 ocode = TRUNC_MOD_EXPR; in c_parser_binary_expression()
4598 ocode = PLUS_EXPR; in c_parser_binary_expression()
4602 ocode = MINUS_EXPR; in c_parser_binary_expression()
4606 ocode = LSHIFT_EXPR; in c_parser_binary_expression()
4610 ocode = RSHIFT_EXPR; in c_parser_binary_expression()
4614 ocode = LT_EXPR; in c_parser_binary_expression()
4618 ocode = GT_EXPR; in c_parser_binary_expression()
[all …]
H A Dgimplify.c3478 enum tree_code code, ocode; in gimplify_modify_expr_complex_part() local
3486 ocode = code == REALPART_EXPR ? IMAGPART_EXPR : REALPART_EXPR; in gimplify_modify_expr_complex_part()
3487 other = build1 (ocode, TREE_TYPE (rhs), lhs); in gimplify_modify_expr_complex_part()
/openbsd-src/usr.bin/ftp/
H A Dutil.c610 int ocode; in remotemodtime() local
613 ocode = code; in remotemodtime()
671 code = ocode; in remotemodtime()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-w65.c575 int ocode = opcode->code; local
577 for (; opcode->code == ocode; opcode++)
/openbsd-src/gnu/usr.bin/perl/lib/
H A Doverload.t1186 my $ocode = "\$$l $op \$$r";
1189 my $got = eval $ocode;
1193 is ($got, $expect, $ocode) or print "# $rcode\n";