| /freebsd-12-stable/contrib/gcc/config/ia64/ |
| D | crtbegin.asm | 138 mov loc2 = gp 165 mov loc2 = gp 196 add r16 = r15, loc2 // r16 <- dtor_ptr (absolute) 240 mov loc2 = gp 245 mov gp = loc2
|
| D | crtend.asm | 89 alloc loc2 = ar.pfs, 0, 5, 0, 0 121 mov ar.pfs = loc2
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_client/ |
| D | merge.c | 399 const svn_client__pathrev_t *loc2, in merge_source_create() argument 407 s->loc2 = svn_client__pathrev_dup(loc2, result_pool); in merge_source_create() 420 s->loc2 = svn_client__pathrev_dup(source->loc2, result_pool); in merge_source_dup() 588 right_relpath = svn_client__pathrev_relpath(merge_source->loc2, in make_conflict_versions() 599 merge_source->loc2->repos_root_url, in make_conflict_versions() 600 merge_source->loc2->repos_uuid, in make_conflict_versions() 602 merge_source->loc2->rev, in make_conflict_versions() 1071 if (merge_b->merge_source.loc1->rev < merge_b->merge_source.loc2->rev in prepare_merge_props_changed() 1367 svn_client__pathrev_t *loc2; in record_tree_conflict() local 1383 loc2 = svn_client__pathrev_dup(merge_b->merge_source.loc2, in record_tree_conflict() [all …]
|
| D | ra.c | 935 const svn_client__pathrev_t *loc2, in svn_client__calc_youngest_common_ancestor() argument 945 if (strcmp(loc1->repos_root_url, loc2->repos_root_url) != 0) in svn_client__calc_youngest_common_ancestor() 1006 const svn_client__pathrev_t *loc2, in svn_client__get_youngest_common_ancestor() argument 1017 if (strcmp(loc1->repos_root_url, loc2->repos_root_url) != 0) in svn_client__get_youngest_common_ancestor() 1041 loc2, in svn_client__get_youngest_common_ancestor() 1052 loc2, history2, in svn_client__get_youngest_common_ancestor()
|
| D | client.h | 207 const svn_client__pathrev_t *loc2, 235 const svn_client__pathrev_t *loc2, 1164 const svn_client__pathrev_t *loc2; member
|
| D | merge_elements.c | 239 source->loc1, source->loc2, in svn_client__merge_elements()
|
| D | conflicts.c | 474 svn_client__pathrev_t *loc2; in find_yca() local 481 loc2 = svn_client__pathrev_create_with_relpath(repos_root_url, repos_uuid, in find_yca() 484 SVN_ERR(svn_client__get_youngest_common_ancestor(yca_loc, loc1, loc2, in find_yca()
|
| /freebsd-12-stable/bin/sh/ |
| D | trap.c | 509 struct jmploc loc1, loc2; in exitshell_savedstatus() local 535 if (!setjmp(loc2.loc)) { in exitshell_savedstatus() 536 handler = &loc2; /* probably unnecessary */ in exitshell_savedstatus()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | var-tracking.c | 2409 rtx loc2 = var->var_part[j].loc_chain->loc; in emit_note_insn_var_location() local 2416 == REGNO (loc2)) in emit_note_insn_var_location() 2422 new_loc = simplify_subreg (wider_mode, loc2, mode, 0); in emit_note_insn_var_location() 2433 && GET_CODE (XEXP (loc2, 0)) == PLUS in emit_note_insn_var_location() 2434 && GET_CODE (XEXP (XEXP (loc2, 0), 0)) == REG in emit_note_insn_var_location() 2435 && GET_CODE (XEXP (XEXP (loc2, 0), 1)) == CONST_INT) in emit_note_insn_var_location() 2439 XEXP (XEXP (loc2, 0), 0)) in emit_note_insn_var_location() 2440 && INTVAL (XEXP (XEXP (loc2, 0), 1)) in emit_note_insn_var_location() 2446 XEXP (XEXP (loc2, 0), 0)) in emit_note_insn_var_location() 2449 == INTVAL (XEXP (XEXP (loc2, 0), 1)))) in emit_note_insn_var_location()
|
| D | ggc-common.c | 934 cmp_statistic (const void *loc1, const void *loc2) in cmp_statistic() argument 937 struct loc_descriptor *l2 = *(struct loc_descriptor **) loc2; in cmp_statistic()
|
| D | dwarf2out.c | 742 cfa_equal_p (const dw_cfa_location *loc1, const dw_cfa_location *loc2) in cfa_equal_p() argument 744 return (loc1->reg == loc2->reg in cfa_equal_p() 745 && loc1->offset == loc2->offset in cfa_equal_p() 746 && loc1->indirect == loc2->indirect in cfa_equal_p() 748 || loc1->base_offset == loc2->base_offset)); in cfa_equal_p() 6019 same_loc_p (dw_loc_descr_ref loc1, dw_loc_descr_ref loc2, int *mark) in same_loc_p() argument 6021 return loc1->dw_loc_opc == loc2->dw_loc_opc in same_loc_p() 6022 && same_dw_val_p (&loc1->dw_loc_oprnd1, &loc2->dw_loc_oprnd1, mark) in same_loc_p() 6023 && same_dw_val_p (&loc1->dw_loc_oprnd2, &loc2->dw_loc_oprnd2, mark); in same_loc_p() 6030 dw_loc_descr_ref loc1, loc2; in same_dw_val_p() local [all …]
|
| D | reload.c | 3120 int loc1, loc2; in find_reloads() local 3139 loc2 = commutative + 1; in find_reloads() 3141 loc2 = commutative; in find_reloads() 3143 loc2 = m; in find_reloads() 3148 recog_data.operand_loc[loc2], in find_reloads()
|
| D | c-parser.c | 3750 location_t loc2; in c_parser_label() local 3755 loc2 = c_parser_peek_token (parser)->location; in c_parser_label() 3758 tlab = define_label (loc2, name); in c_parser_label()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang-c/ |
| D | Index.h | 487 CXSourceLocation loc2);
|
| /freebsd-12-stable/sys/dev/sound/pci/hda/ |
| D | hdaa.c | 6945 int loc1, loc2, t1, t2; in hdaa_pcm_probe() local 6952 loc2 = devinfo->as[pdevinfo->recas].location; in hdaa_pcm_probe() 6954 loc2 = loc1; in hdaa_pcm_probe() 6955 if (loc1 != loc2) in hdaa_pcm_probe()
|
| /freebsd-12-stable/contrib/unbound/doc/ |
| D | unbound.doxygen | 1423 # TAGFILES = file1=loc1 "file2 = loc2" ... 1424 # where "loc1" and "loc2" can be relative or absolute paths or
|
| /freebsd-12-stable/contrib/ldns/ |
| D | libdns.doxygen | 1600 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 2075 # TAGFILES = file1=loc1 "file2 = loc2" ... 2076 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|
| /freebsd-12-stable/contrib/bearssl/ |
| D | Doxyfile | 1595 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 2070 # TAGFILES = file1=loc1 "file2 = loc2" ... 2071 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|