/netbsd-src/sys/arch/sh3/sh3/ |
H A D | syscall.c | 115 register_t code, args[8], rval[2], ocode; in syscall() local 120 ocode = code = tf->tf_r0; in syscall() 158 if (ocode == SYS_syscall) { in syscall() 172 else if (ocode == SYS___syscall) { in syscall()
|
/netbsd-src/usr.bin/compress/ |
H A D | zopen.c | 369 output(struct s_zstate *zs, code_int ocode) in output() argument 377 if (ocode >= 0) { in output() 385 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]); in output() 388 ocode >>= 8 - r_off; in output() 391 *bp++ = ocode; in output() 392 ocode >>= 8; in output() 397 *bp = ocode; in output()
|
/netbsd-src/usr.bin/ftp/ |
H A D | util.c | 696 int overbose, ocode, r; in remotemodtime() local 700 ocode = code; in remotemodtime() 776 code = ocode; in remotemodtime() 839 int overbose, ocode; in updateremotecwd() local 845 ocode = code; in updateremotecwd() 870 code = ocode; in updateremotecwd()
|
/netbsd-src/sys/arch/sgimips/dev/ |
H A D | scn.c | 479 csr = (dp->chan[chan].icode<<4) | dp->chan[chan].ocode; in scn_setchip() 486 (dp->chan[0].icode == USE_CT || dp->chan[0].ocode == USE_CT || in scn_setchip() 487 dp->chan[1].icode == USE_CT || dp->chan[1].ocode == USE_CT)) { in scn_setchip() 573 bothgroups[other->icode] && bothgroups[other->ocode])) { in scniter() 715 dp->chan[other].ocode = ooc; in scn_config() 732 dp->chan[chan].ocode = oc; in scn_config() 997 duart->chan[0].icode = duart->chan[0].ocode = 0x2f; in scn_attach() 998 duart->chan[1].icode = duart->chan[1].ocode = 0x2f; in scn_attach()
|
H A D | scnvar.h | 94 u_char icode, ocode; member
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-or1k.c | 1050 unsigned int ocode = or1k_reloc_map[i].or1k_reloc_val; in or1k_reloc_type_lookup() local 1051 if (ocode < (unsigned int) R_OR1K_max) in or1k_reloc_type_lookup() 1052 return &or1k_elf_howto_table[ocode]; in or1k_reloc_type_lookup()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-or1k.c | 1050 unsigned int ocode = or1k_reloc_map[i].or1k_reloc_val; in or1k_reloc_type_lookup() local 1051 if (ocode < (unsigned int) R_OR1K_max) in or1k_reloc_type_lookup() 1052 return &or1k_elf_howto_table[ocode]; in or1k_reloc_type_lookup()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 7934 enum tree_code ocode; in c_parser_binary_expression() local 7942 ocode = MULT_EXPR; in c_parser_binary_expression() 7946 ocode = TRUNC_DIV_EXPR; in c_parser_binary_expression() 7950 ocode = TRUNC_MOD_EXPR; in c_parser_binary_expression() 7954 ocode = PLUS_EXPR; in c_parser_binary_expression() 7958 ocode = MINUS_EXPR; in c_parser_binary_expression() 7962 ocode = LSHIFT_EXPR; in c_parser_binary_expression() 7966 ocode = RSHIFT_EXPR; in c_parser_binary_expression() 7970 ocode = LT_EXPR; in c_parser_binary_expression() 7974 ocode = GT_EXPR; in c_parser_binary_expression() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 7927 enum tree_code ocode; in c_parser_binary_expression() local 7935 ocode = MULT_EXPR; in c_parser_binary_expression() 7939 ocode = TRUNC_DIV_EXPR; in c_parser_binary_expression() 7943 ocode = TRUNC_MOD_EXPR; in c_parser_binary_expression() 7947 ocode = PLUS_EXPR; in c_parser_binary_expression() 7951 ocode = MINUS_EXPR; in c_parser_binary_expression() 7955 ocode = LSHIFT_EXPR; in c_parser_binary_expression() 7959 ocode = RSHIFT_EXPR; in c_parser_binary_expression() 7963 ocode = LT_EXPR; in c_parser_binary_expression() 7967 ocode = GT_EXPR; in c_parser_binary_expression() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-slp.c | 4141 enum tree_code ocode = ERROR_MARK; in vect_schedule_slp_instance() local 4150 ocode = gimple_assign_rhs_code (ostmt); in vect_schedule_slp_instance() 4155 if (ocode != ERROR_MARK) in vect_schedule_slp_instance() 4164 gimple_assign_set_rhs_code (stmt, ocode); in vect_schedule_slp_instance()
|
H A D | tree-data-ref.c | 603 enum tree_code ocode = code; in split_constant_offset_1() local 616 ocode = PLUS_EXPR; in split_constant_offset_1() 624 *off = size_binop (ocode, off0, fold_convert (ssizetype, op1)); in split_constant_offset_1() 630 *off = size_binop (ocode, off0, off1); in split_constant_offset_1()
|
H A D | gimplify.c | 5643 enum tree_code code, ocode; in gimplify_modify_expr_complex_part() local 5651 ocode = code == REALPART_EXPR ? IMAGPART_EXPR : REALPART_EXPR; in gimplify_modify_expr_complex_part() 5652 other = build1 (ocode, TREE_TYPE (rhs), lhs); in gimplify_modify_expr_complex_part()
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | dhcp.c | 5684 unsigned int ocode = SV_USE_HOST_DECL_NAMES; in use_host_decl_name() local 5691 options, ocode), in use_host_decl_name() 5699 ocode = DHO_HOST_NAME; in use_host_decl_name() 5702 &ocode, 0, MDL); in use_host_decl_name()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-slp.cc | 2448 enum tree_code ocode = ERROR_MARK; in vect_build_slp_tree_2() local 2457 ocode = gimple_assign_rhs_code (ostmt); in vect_build_slp_tree_2() 2464 SLP_TREE_CODE (two) = ocode; in vect_build_slp_tree_2()
|
H A D | gimplify.cc | 5955 enum tree_code code, ocode; in gimplify_modify_expr_complex_part() local 5963 ocode = code == REALPART_EXPR ? IMAGPART_EXPR : REALPART_EXPR; in gimplify_modify_expr_complex_part() 5964 other = build1 (ocode, TREE_TYPE (rhs), lhs); in gimplify_modify_expr_complex_part()
|
H A D | ChangeLog-2005 | 18207 * config/cris/cris.md (ncond, ocode, rcond): Remove separate
|