Searched refs:merge (Results 51 - 67 of 67) sorted by relevance

123

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp1106 /// merge - Implement the X86_64 ABI merging algorithm.
1112 /// always be either NoClass or the result of a previous merge
1115 static Class merge(Class Accum, Class Field);
1401 X86_64ABIInfo::Class X86_64ABIInfo::merge(Class Accum, Class Field) { function in class:X86_64ABIInfo
1426 "Invalid accumulated classification during merge.");
1592 // Otherwise implement simplified merge. We could be smarter about
1607 Lo = merge(Lo, FieldLo);
1608 Hi = merge(Hi, FieldHi);
1661 Lo = merge(Lo, FieldLo);
1662 Hi = merge(H
[all...]
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsort.c266 /* During the merge phase, the number of files to merge at once. */
269 /* Minimum size for a merge or check buffer. */
275 /* The number of bytes needed for a merge or check buffer, which can
362 -m, --merge merge already sorted files; do not sort\n\
415 {"merge", no_argument, NULL, 'm'},
2559 /* Merge NFILES FILES onto OUTPUT_FILE. However, merge at most
2564 merge (char **files, int nfiles, int max_merge, char const *output_file) function
2676 merge (tempfile
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S476 @ Round the result, merge final exponent.
652 @ Round the result, merge final exponent.
H A Dieee754-df.S672 @ Round the result, merge final exponent.
947 @ Round the result, merge final exponent.
/freebsd-9.3-release/contrib/groff/src/preproc/refer/
H A Dref.cpp162 void reference::merge(reference &ref) function in class:reference
H A Drefer.cpp1069 database_ref->merge(*inline_ref);
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec481 - merge some of Damien Miller <djm@mindrot.org> changes from the upstream
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm79 or %o5, %o4, %o0 ! merge for true product
/freebsd-9.3-release/contrib/libpcap/
H A Dgencode.c224 static void merge(struct block *, struct block *);
560 merge(b0, b1) function
621 merge(b1, b0);
633 merge(b1, b0);
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp82 B.merge(NumberedAttrBuilders[*VI]);
90 FnAttrs.merge(B);
109 FnAttrs.merge(B);
120 FnAttrs.merge(B);
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DAttributes.cpp643 // index we only need to merge each successive list in rather than doing a
1071 AttrBuilder &AttrBuilder::merge(const AttrBuilder &B) { function in class:AttrBuilder
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Ddfa.c1441 merge (position_set const *s1, position_set const *s2, position_set *m) function
1736 merge(&tmp, &d->follows[pos[j].index], &merged);
1756 merge(&tmp, &d->follows[pos[j].index], &merged);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drbtdb.c5888 isc_boolean_t merge; local
5904 merge = ISC_TRUE;
5906 merge = ISC_FALSE;
6061 * Don't merge if a nonexistent rdataset is involved.
6063 if (merge && (header_nx || newheader_nx))
6064 merge = ISC_FALSE;
6067 * If 'merge' is ISC_TRUE, we'll try to create a new rdataset
6070 if (merge) {
/freebsd-9.3-release/contrib/binutils/bfd/
H A DMakefile.am45 merge.lo dwarf2.lo simple.lo
55 merge.c dwarf2.c simple.c
1047 merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex517 boot a \texttt{ppc64} kernel on an embedded system. With the merge of
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp45 // If we have a multi-part string, merge it all together.
2732 ACCResult merge(ACCResult left, ACCResult right) { function in namespace:__anon3286
2818 return merge(left, Visit(e->getFalseExpr()));
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh1294 # 4. Expected merge result.
1913 # Create expected results of merge for diffmerge1
4487 rcsmerge: warning: conflicts during merge
4507 File: tfile Status: File had conflicts on merge
4545 dotest status-4 "grep 'Result of merge' CVS/Entries" \
4546 "/tfile/1\.2/Result of merge${PLUS}[a-zA-Z0-9 :]*//"
6905 rcsmerge: warning: conflicts during merge"
7310 # This merge effectively adds file F on branch B.
7464 # a merge to get from 1.1.2.1 to the head of the 1.1.2 branch.
7470 rcsmerge: warning: conflicts during merge
[all...]

Completed in 423 milliseconds

123