Home
last modified time | relevance | path

Searched refs:ret1 (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/nvi2/vi/
HDv_section.c129 goto ret1; in v_sectionf()
143 ret1: if (db_get(sp, --lno, DBG_FATAL, NULL, &len)) in v_sectionf()
214 goto ret1; in v_sectionb()
235 ret1: if (vp->m_start.cno == 0) { in v_sectionb()
HDvs_line.c158 goto ret1; in vs_line()
331 goto ret1; in vs_line()
398 goto ret1; in vs_line()
473 ret1: (void)gp->scr_move(sp, oldy, oldx); in vs_line()
/dragonfly/contrib/gdtoa/
HDdtoa.c397 goto ret1;
421 goto ret1;
468 case 0: goto ret1;
491 goto ret1;
762 ret1:
HDgdtoa.c402 goto ret1;
471 goto ret1;
499 goto ret1;
756 ret1:
/dragonfly/lib/libutil/
HDuucplock.c115 goto ret1; in uu_lock()
118 ret1: in uu_lock()
/dragonfly/contrib/libarchive/libarchive/
HDarchive_write.c280 int ret, ret1; in __archive_write_filters_close() local
286 ret1 = (f->close)(f); in __archive_write_filters_close()
287 if (ret1 < ret) in __archive_write_filters_close()
288 ret = ret1; in __archive_write_filters_close()
289 if (ret1 == ARCHIVE_OK) { in __archive_write_filters_close()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree.c2651 unsigned int ret1, ret2, prec = TYPE_PRECISION (TREE_TYPE (expr)); in tree_ctz() local
2655 ret1 = wi::ctz (wi::to_wide (expr)); in tree_ctz()
2656 return MIN (ret1, prec); in tree_ctz()
2658 ret1 = wi::ctz (get_nonzero_bits (expr)); in tree_ctz()
2659 return MIN (ret1, prec); in tree_ctz()
2666 ret1 = tree_ctz (TREE_OPERAND (expr, 0)); in tree_ctz()
2667 if (ret1 == 0) in tree_ctz()
2668 return ret1; in tree_ctz()
2670 return MIN (ret1, ret2); in tree_ctz()
2672 ret1 = tree_ctz (TREE_OPERAND (expr, 0)); in tree_ctz()
[all …]
HDdf-scan.c4089 bool ret1, ret2, ret3; in df_insn_refs_verify() local
4097 ret1 = df_refs_verify (&collection_rec->def_vec, DF_INSN_UID_DEFS (uid), in df_insn_refs_verify()
4099 if (!ret1 && !abort_if_fail) in df_insn_refs_verify()
4112 return (ret1 && ret2 && ret3); in df_insn_refs_verify()
HDdwarf2out.c18126 dw_loc_descr_ref ret = NULL, ret1 = NULL; in loc_list_from_tree_1() local
18219 ret1 = new_loc_descr (DW_OP_call4, 0, 0); in loc_list_from_tree_1()
18220 ret1->dw_loc_oprnd1.val_class = dw_val_class_die_ref; in loc_list_from_tree_1()
18221 ret1->dw_loc_oprnd1.v.val_die_ref.die = dwarf_proc; in loc_list_from_tree_1()
18222 ret1->dw_loc_oprnd1.v.val_die_ref.external = 0; in loc_list_from_tree_1()
18223 add_loc_descr (&ret, ret1); in loc_list_from_tree_1()
18316 ret1 = new_loc_descr (tls_op, 0, 0); in loc_list_from_tree_1()
18317 add_loc_descr (&ret, ret1); in loc_list_from_tree_1()
18603 ret1 = new_loc_descr (DW_OP_piece, pos - offset, 0); in loc_list_from_tree_1()
18604 add_loc_descr (&ret, ret1); in loc_list_from_tree_1()
[all …]
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-ia64.texi150 @samp{ret0} (@samp{r8}), @samp{ret1} (@samp{r9}), @samp{ret2} (@samp{r10}),
/dragonfly/contrib/gcc-4.7/gcc/
HDc-typeck.c1548 tree ret1, ret2; in function_types_compatible_p() local
1550 ret1 = TREE_TYPE (f1); in function_types_compatible_p()
1555 if (TYPE_VOLATILE (ret1) != TYPE_VOLATILE (ret2)) in function_types_compatible_p()
1557 if (TYPE_VOLATILE (ret1)) in function_types_compatible_p()
1558 ret1 = build_qualified_type (TYPE_MAIN_VARIANT (ret1), in function_types_compatible_p()
1559 TYPE_QUALS (ret1) & ~TYPE_QUAL_VOLATILE); in function_types_compatible_p()
1563 val = comptypes_internal (ret1, ret2, enum_and_int_p, different_types_p); in function_types_compatible_p()
HDdf-scan.c4341 bool ret1, ret2, ret3, ret4; in df_insn_refs_verify() local
4358 ret1 = df_refs_verify (collection_rec->def_vec, DF_INSN_UID_DEFS (uid), in df_insn_refs_verify()
4366 return (ret1 && ret2 && ret3 && ret4); in df_insn_refs_verify()
HDdwarf2out.c13429 dw_loc_descr_ref ret = NULL, ret1 = NULL; in loc_list_from_tree() local
13545 ret1 = new_loc_descr (second_op, 0, 0); in loc_list_from_tree()
13546 add_loc_descr (&ret, ret1); in loc_list_from_tree()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-typeck.c1628 tree ret1, ret2; in function_types_compatible_p() local
1630 ret1 = TREE_TYPE (f1); in function_types_compatible_p()
1635 if (TYPE_VOLATILE (ret1) != TYPE_VOLATILE (ret2)) in function_types_compatible_p()
1637 if (TYPE_VOLATILE (ret1)) in function_types_compatible_p()
1638 ret1 = build_qualified_type (TYPE_MAIN_VARIANT (ret1), in function_types_compatible_p()
1639 TYPE_QUALS (ret1) & ~TYPE_QUAL_VOLATILE); in function_types_compatible_p()
1643 val = comptypes_internal (ret1, ret2, enum_and_int_p, different_types_p); in function_types_compatible_p()