| /netbsd-src/sys/compat/ultrix/ |
| H A D | ultrix_fs.c | 163 make_ultrix_mntent(struct statvfs *sp, struct ultrix_fs_data *tem) in make_ultrix_mntent() argument 166 memset(tem, 0, sizeof (*tem)); in make_ultrix_mntent() 168 tem->ufsd_flags = sp->f_flag; /* XXX translate */ in make_ultrix_mntent() 169 tem->ufsd_mtsize = sp->f_bsize; /* XXX max transfer size */ in make_ultrix_mntent() 170 tem->ufsd_otsize = sp->f_iosize; in make_ultrix_mntent() 171 tem->ufsd_bsize = sp->f_bsize; in make_ultrix_mntent() 179 tem->ufsd_fstype = ULTRIX_FSTYPE_NFS; in make_ultrix_mntent() 181 tem->ufsd_fstype = ULTRIX_FSTYPE_ULTRIX; in make_ultrix_mntent() 183 tem->ufsd_gtot = sp->f_files; /* total "gnodes" */ in make_ultrix_mntent() 184 tem->ufsd_gfree = sp->f_ffree; /* free "gnodes" */ in make_ultrix_mntent() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | env.cpp | 135 pending_output_line *tem = pending_lines; in output() local 137 delete tem; in output() 174 pending_output_line *tem = pending_lines; in output_pending_lines() local 176 delete tem; in output_pending_lines() 488 int tem = fontno; in set_font() local 490 prev_fontno = tem; in set_font() 531 font_family *tem = family; in set_family() local 533 prev_family = tem; in set_family() 926 vunits tem(post_vertical_spacing); in total_post_vertical_spacing() local 928 tem += (line_spacing - 1)*vertical_spacing; in total_post_vertical_spacing() [all …]
|
| H A D | node.cpp | 362 conditional_bold *tem = *p; in conditional_unbold() local 364 delete tem; in conditional_unbold() 2364 node *tem = n; in delete_node_list() local 2366 delete tem; in delete_node_list() 3046 for (node *tem = list; tem; tem = tem->next) in copy() local 3047 on->overstrike(tem->copy()); in copy() 3089 node *tem; in copy() local 3092 for (tem = list; tem; tem = tem->next) { in copy() 3093 if (tem->next) in copy() 3094 tem->next->last = tem; in copy() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | expmed.c | 652 rtx tem = gen_reg_rtx (op_mode); in store_bit_field_using_insv() local 653 emit_move_insn (tem, xop0); in store_bit_field_using_insv() 654 xop0 = tem; in store_bit_field_using_insv() 3281 rtx accum, tem; in expand_mult_const() local 3319 tem = expand_shift (LSHIFT_EXPR, mode, accum, log, NULL_RTX, 0); in expand_mult_const() 3321 emit_move_insn (accum, tem); in expand_mult_const() 3326 tem = expand_shift (LSHIFT_EXPR, mode, op0, log, NULL_RTX, 0); in expand_mult_const() 3327 accum = force_operand (gen_rtx_PLUS (mode, accum, tem), in expand_mult_const() 3333 tem = expand_shift (LSHIFT_EXPR, mode, op0, log, NULL_RTX, 0); in expand_mult_const() 3334 accum = force_operand (gen_rtx_MINUS (mode, accum, tem), in expand_mult_const() [all …]
|
| H A D | fold-const.c | 497 tree tem = strip_float_extensions (t); in negate_expr_p() local 498 if (tem != t) in negate_expr_p() 499 return negate_expr_p (tem); in negate_expr_p() 534 tree tem; in fold_negate_expr_1() local 546 tem = fold_negate_const (t, type); in fold_negate_expr_1() 547 if (TREE_OVERFLOW (tem) == TREE_OVERFLOW (t) in fold_negate_expr_1() 552 return tem; in fold_negate_expr_1() 558 tem = fold_negate_const (t, type); in fold_negate_expr_1() 559 return tem; in fold_negate_expr_1() 611 tem = negate_expr (TREE_OPERAND (t, 1)); in fold_negate_expr_1() [all …]
|
| H A D | gimple-match-head.c | 204 tree tem = NULL_TREE; in gimple_resimplify1() local 210 tem = const_unop (res_op->code, res_op->type, res_op->ops[0]); in gimple_resimplify1() 213 tem = fold_const_call (combined_fn (res_op->code), res_op->type, in gimple_resimplify1() 215 if (tem != NULL_TREE in gimple_resimplify1() 216 && CONSTANT_CLASS_P (tem)) in gimple_resimplify1() 218 if (TREE_OVERFLOW_P (tem)) in gimple_resimplify1() 219 tem = drop_tree_overflow (tem); in gimple_resimplify1() 220 res_op->set_value (tem); in gimple_resimplify1() 270 tree tem = NULL_TREE; in gimple_resimplify2() local 276 tem = const_binop (res_op->code, res_op->type, in gimple_resimplify2() [all …]
|
| H A D | reload.c | 3950 rtx tem = force_const_mem (mode, op); in find_reloads() local 3954 tem = gen_rtx_PLUS (mode, XEXP (plus, 0), tem); in find_reloads() 3957 tem = gen_rtx_SUBREG (operand_mode[i], tem, SUBREG_BYTE (subreg)); in find_reloads() 3961 = find_reloads_toplev (tem, i, address_type[i], ind_levels, in find_reloads() 4765 rtx tem = x; in find_reloads_toplev() local 4767 i = find_reloads_address (GET_MODE (x), &tem, XEXP (x, 0), &XEXP (x, 0), in find_reloads_toplev() 4772 return tem; in find_reloads_toplev() 4787 rtx tem; in find_reloads_toplev() local 4793 tem = in find_reloads_toplev() 4796 gcc_assert (tem); in find_reloads_toplev() [all …]
|
| H A D | simplify-rtx.c | 186 rtx tem; in simplify_gen_binary() local 189 tem = simplify_binary_operation (code, mode, op0, op1); in simplify_gen_binary() 190 if (tem) in simplify_gen_binary() 191 return tem; in simplify_gen_binary() 257 rtx tem = simplify_subreg (GET_MODE (x), c, cmode, offset); in avoid_constant_pool_reference() local 258 if (tem && CONSTANT_P (tem)) in avoid_constant_pool_reference() 259 return tem; in avoid_constant_pool_reference() 364 rtx tem; in simplify_gen_unary() local 367 if ((tem = simplify_unary_operation (code, mode, op, op_mode)) != 0) in simplify_gen_unary() 368 return tem; in simplify_gen_unary() [all …]
|
| H A D | fwprop.c | 475 rtx x = *px, tem = NULL_RTX, op0, op1, op2; in propagate_rtx_1() local 509 tem = simplify_gen_unary (code, mode, op0, op_mode); in propagate_rtx_1() 520 tem = simplify_gen_binary (code, mode, op0, op1); in propagate_rtx_1() 532 tem = simplify_gen_relational (code, mode, op_mode, op0, op1); in propagate_rtx_1() 548 tem = simplify_gen_ternary (code, mode, op_mode, op0, op1, op2); in propagate_rtx_1() 559 tem = simplify_gen_subreg (mode, op0, GET_MODE (SUBREG_REG (x)), in propagate_rtx_1() 585 if (!tem) in propagate_rtx_1() 586 tem = shallow_copy_rtx (x); in propagate_rtx_1() 587 XVEC (tem, i) = newvec; in propagate_rtx_1() 601 if (!tem) in propagate_rtx_1() [all …]
|
| H A D | dbxout.c | 1537 tree tem; in dbxout_type_fields() local 1541 for (tem = TYPE_FIELDS (type); tem; tem = DECL_CHAIN (tem)) in dbxout_type_fields() 1545 if (error_operand_p (tem)) in dbxout_type_fields() 1549 if (TREE_CODE (tem) == TYPE_DECL in dbxout_type_fields() 1550 || TREE_CODE (tem) == TEMPLATE_DECL in dbxout_type_fields() 1552 || TREE_CODE (tem) == FUNCTION_DECL in dbxout_type_fields() 1554 || DECL_IGNORED_P (tem) in dbxout_type_fields() 1557 || (TREE_CODE (tem) == FIELD_DECL in dbxout_type_fields() 1558 && (! tree_fits_shwi_p (bit_position (tem)) in dbxout_type_fields() 1559 || ! DECL_SIZE (tem) in dbxout_type_fields() [all …]
|
| H A D | internal-fn.c | 808 rtx tem = op0; in expand_addsub_overflow() local 820 tem = op1; in expand_addsub_overflow() 821 do_compare_rtx_and_jump (res, tem, code == PLUS_EXPR ? GEU : LEU, in expand_addsub_overflow() 834 rtx tem = expand_binop (mode, add_optab, in expand_addsub_overflow() local 837 do_compare_rtx_and_jump (tem, op1, GEU, true, mode, NULL_RTX, NULL, in expand_addsub_overflow() 893 rtx tem = expand_binop (mode, add_optab, op1, sgn, NULL_RTX, false, in expand_addsub_overflow() local 895 do_compare_rtx_and_jump (op0, tem, LTU, true, mode, NULL_RTX, NULL, in expand_addsub_overflow() 909 rtx tem = op1; in expand_addsub_overflow() local 920 tem = op0; in expand_addsub_overflow() 921 do_compare_rtx_and_jump (res, tem, GEU, true, mode, NULL_RTX, NULL, in expand_addsub_overflow() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | expmed.cc | 656 rtx tem = gen_reg_rtx (op_mode); in store_bit_field_using_insv() local 657 emit_move_insn (tem, xop0); in store_bit_field_using_insv() 658 xop0 = tem; in store_bit_field_using_insv() 3297 rtx accum, tem; in expand_mult_const() local 3335 tem = expand_shift (LSHIFT_EXPR, mode, accum, log, NULL_RTX, 0); in expand_mult_const() 3337 emit_move_insn (accum, tem); in expand_mult_const() 3342 tem = expand_shift (LSHIFT_EXPR, mode, op0, log, NULL_RTX, 0); in expand_mult_const() 3343 accum = force_operand (gen_rtx_PLUS (mode, accum, tem), in expand_mult_const() 3349 tem = expand_shift (LSHIFT_EXPR, mode, op0, log, NULL_RTX, 0); in expand_mult_const() 3350 accum = force_operand (gen_rtx_MINUS (mode, accum, tem), in expand_mult_const() [all …]
|
| H A D | gimple-match-head.cc | 208 tree tem = NULL_TREE; in gimple_resimplify1() local 214 tem = const_unop (code, res_op->type, res_op->ops[0]); in gimple_resimplify1() 217 tem = fold_const_call (combined_fn (res_op->code), res_op->type, in gimple_resimplify1() 219 if (tem != NULL_TREE in gimple_resimplify1() 220 && CONSTANT_CLASS_P (tem)) in gimple_resimplify1() 222 if (TREE_OVERFLOW_P (tem)) in gimple_resimplify1() 223 tem = drop_tree_overflow (tem); in gimple_resimplify1() 224 res_op->set_value (tem); in gimple_resimplify1() 274 tree tem = NULL_TREE; in gimple_resimplify2() local 280 tem = const_binop (code, res_op->type, in gimple_resimplify2() [all …]
|
| H A D | fold-const.cc | 509 tree tem = strip_float_extensions (t); in negate_expr_p() local 510 if (tem != t) in negate_expr_p() 511 return negate_expr_p (tem); in negate_expr_p() 546 tree tem; in fold_negate_expr_1() local 558 tem = fold_negate_const (t, type); in fold_negate_expr_1() 559 if (TREE_OVERFLOW (tem) == TREE_OVERFLOW (t) in fold_negate_expr_1() 564 return tem; in fold_negate_expr_1() 570 tem = fold_negate_const (t, type); in fold_negate_expr_1() 571 return tem; in fold_negate_expr_1() 623 tem = negate_expr (TREE_OPERAND (t, 1)); in fold_negate_expr_1() [all …]
|
| H A D | ipa-free-lang-data.cc | 798 tree tem; in find_decls_types_r() local 799 FOR_EACH_VEC_ELT (*BINFO_BASE_BINFOS (TYPE_BINFO (t)), i, tem) in find_decls_types_r() 800 fld_worklist_push (TREE_TYPE (tem), fld); in find_decls_types_r() 806 tree tem; in find_decls_types_r() local 809 tem = TYPE_FIELDS (t); in find_decls_types_r() 810 while (tem) in find_decls_types_r() 812 if (TREE_CODE (tem) == FIELD_DECL) in find_decls_types_r() 813 fld_worklist_push (tem, fld); in find_decls_types_r() 814 tem = TREE_CHAIN (tem); in find_decls_types_r() 825 for (tree *tem = &BLOCK_VARS (t); *tem; ) in find_decls_types_r() local [all …]
|
| H A D | simplify-rtx.cc | 179 rtx tem; in simplify_gen_binary() local 182 tem = simplify_binary_operation (code, mode, op0, op1); in simplify_gen_binary() 183 if (tem) in simplify_gen_binary() 184 return tem; in simplify_gen_binary() 250 rtx tem = simplify_subreg (GET_MODE (x), c, cmode, offset); in avoid_constant_pool_reference() local 251 if (tem && CONSTANT_P (tem)) in avoid_constant_pool_reference() 252 return tem; in avoid_constant_pool_reference() 357 rtx tem; in simplify_gen_unary() local 360 if ((tem = simplify_unary_operation (code, mode, op, op_mode)) != 0) in simplify_gen_unary() 361 return tem; in simplify_gen_unary() [all …]
|
| H A D | dbxout.cc | 1540 tree tem; in dbxout_type_fields() local 1544 for (tem = TYPE_FIELDS (type); tem; tem = DECL_CHAIN (tem)) in dbxout_type_fields() 1548 if (error_operand_p (tem)) in dbxout_type_fields() 1552 if (TREE_CODE (tem) == TYPE_DECL in dbxout_type_fields() 1553 || TREE_CODE (tem) == TEMPLATE_DECL in dbxout_type_fields() 1555 || TREE_CODE (tem) == FUNCTION_DECL in dbxout_type_fields() 1557 || DECL_IGNORED_P (tem) in dbxout_type_fields() 1560 || (TREE_CODE (tem) == FIELD_DECL in dbxout_type_fields() 1561 && (! tree_fits_shwi_p (bit_position (tem)) in dbxout_type_fields() 1562 || ! DECL_SIZE (tem) in dbxout_type_fields() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | tmpfile.cpp | 68 const char *tem; in temp_init() local 71 (tem = getenv(GROFF_TMPDIR_ENVVAR)) == NULL in temp_init() 72 && (tem = getenv(TMPDIR_ENVVAR)) == NULL in temp_init() 78 && (tem = getenv(WIN32_TMPDIR_ENVVAR)) == NULL in temp_init() 79 && (tem = getenv(MSDOS_TMPDIR_ENVVAR)) == NULL in temp_init() 83 tem = DEFAULT_TMPDIR; in temp_init() 84 size_t tem_len = strlen(tem); in temp_init() 85 const char *tem_end = tem + tem_len - 1; in temp_init() 88 strcpy(tem2, tem); in temp_init()
|
| H A D | device.cpp | 35 char *tem = getenv("GROFF_TYPESETTER"); in device_init() local 36 if (tem) in device_init() 37 device = tem; in device_init()
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | xref.c | 124 char *tem; in cm_xref() local 271 tem = expansion (arg1, 0); /* expand @-commands in node */ in cm_xref() 273 add_anchor_name (tem, 1); in cm_xref() 274 free (tem); in cm_xref() 305 tem = expansion (arg1, 0); in cm_xref() 307 add_anchor_name (tem, 1); in cm_xref() 308 free (tem); in cm_xref() 328 tem = expansion (arg1, 0); in cm_xref() 330 add_anchor_name (tem, 1); in cm_xref() 331 free (tem); in cm_xref() [all …]
|
| H A D | node.c | 495 char *tem = expand_node_name (node); in add_html_names() local 496 char *otem = xstrdup (tem); in add_html_names() 525 canon_white (tem); in add_html_names() 527 add_anchor_name (tem, 0); in add_html_names() 530 free (tem); in add_html_names() 548 char *tem; in cm_node() local 602 tem = expand_node_name (current_node); in cm_node() 603 fname_for_prev_node = nodename_to_filename (tem); in cm_node() 604 free (tem); in cm_node() 608 tem = expand_node_name (node); in cm_node() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/ |
| H A D | main.cpp | 719 input_entry_format *tem = list; in free_input_entry_format_list() local 721 delete tem; in free_input_entry_format_list() 1098 input_entry_format *tem = list->next; in process_format() local 1101 list = tem; in process_format() 1104 input_entry_format *tem; in process_format() local 1107 for (tem = list; tem; tem = tem->next) in process_format() 1108 tem->debug_print(); in process_format() 1115 for (tem = list; tem; tem = tem->next) { in process_format() 1116 if (tem->last_column) { in process_format() 1142 for (tem = list; tem; tem = tem->next) { in process_format() [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/util/ |
| H A D | texindex.c | 362 int tem = compare_field (&keyfields[i], start1, length1, in compare_full() local 365 if (tem) in compare_full() 368 return -tem; in compare_full() 369 return tem; in compare_full() 388 int tem; in compare_prepared() local 395 tem = 1; in compare_prepared() 397 tem = -1; in compare_prepared() 400 tem = line1->key.number - line2->key.number; in compare_prepared() 402 tem = compare_field (keyfields, line1->key.text, line1->keylen, 0, in compare_prepared() 404 if (tem) in compare_prepared() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | input.c | 214 register int tem, result; in rl_gather_tyi() local 250 tem = fcntl (tty, F_GETFL, 0); in rl_gather_tyi() 252 fcntl (tty, F_SETFL, (tem | O_NDELAY)); in rl_gather_tyi() 255 fcntl (tty, F_SETFL, tem); in rl_gather_tyi() 280 tem = ibuffer_space (); in rl_gather_tyi() 282 if (chars_avail > tem) in rl_gather_tyi() 283 chars_avail = tem; in rl_gather_tyi() 289 if (tem < ibuffer_len) in rl_gather_tyi()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-openmp.c | 405 tree type = TREE_TYPE (decl), then_b, tem, field; in gfc_walk_alloc_comps() local 413 tem = gfc_full_array_size (&tmpblock, decl, in gfc_walk_alloc_comps() 417 tem = gfc_omp_unshare_expr (tem); in gfc_walk_alloc_comps() 418 tem = fold_build2_loc (input_location, MINUS_EXPR, in gfc_walk_alloc_comps() 419 gfc_array_index_type, tem, in gfc_walk_alloc_comps() 438 tem = fold_build2 (EXACT_DIV_EXPR, sizetype, in gfc_walk_alloc_comps() 441 tem = size_binop (MINUS_EXPR, tem, size_one_node); in gfc_walk_alloc_comps() 444 tem = array_type_nelts (type); in gfc_walk_alloc_comps() 445 tem = fold_convert (gfc_array_index_type, tem); in gfc_walk_alloc_comps() 448 tree nelems = gfc_evaluate_now (tem, &block); in gfc_walk_alloc_comps() [all …]
|