Home
last modified time | relevance | path

Searched refs:combine (Results 1 – 25 of 136) sorted by relevance

123456

/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DHashing.h564 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end,
569 return combine(length, buffer_ptr, buffer_end, args...);
578 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end,
582 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5, arg6);
585 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end,
589 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5);
592 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end,
596 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4);
599 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end,
602 return combine(length, buffer_ptr, buffer_end, arg2, arg3);
[all …]
/freebsd-9-stable/crypto/openssl/crypto/asn1/
Dtasn_fre.c66 int combine);
81 int combine) in asn1_item_combine_free() argument
126 if (!combine) { in asn1_item_combine_free()
170 if (!combine) { in asn1_item_combine_free()
Dtasn_new.c68 int combine);
89 int combine) in asn1_item_ex_combine_new() argument
153 if (!combine) { in asn1_item_ex_combine_new()
178 if (!combine) { in asn1_item_ex_combine_new()
Dtasn_dec.c181 int combine = aclass & ASN1_TFLG_COMBINE; in ASN1_item_ex_d2i() local
503 if (combine == 0) in ASN1_item_ex_d2i()
/freebsd-9-stable/usr.sbin/ctm/ctm_rmail/
Dctm_rmail.c41 int combine(char *delta, int npieces, char *dname, char *pname, char *tname);
487 e = combine(delta, npieces, dname, pname, tname); in combine_if_complete()
500 combine(char *delta, int npieces, char *dname, char *pname, char *tname) in combine() function
/freebsd-9-stable/contrib/ipfilter/tools/
Dipscan_y.y33 struct in_addr combine __P((int, int, int, int));
171 { $$ = combine($1,$3,$5,$7); }
420 struct in_addr combine(a1, a2, a3, a4) in combine() function
/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp87 void combine(MachineInstr *I1, MachineInstr *I2,
454 combine(I1, I2, MI, DoInsertAtI1); in runOnMachineFunction()
513 void HexagonCopyToCombine::combine(MachineInstr *I1, MachineInstr *I2, in combine() function in HexagonCopyToCombine
DHexagonSelectCCInfo.td97 // combine(mux(cmp_cond(Rss, Rdd), tval.hi, fval.hi),
DHexagonIntrinsicsV4.td208 def Hexagon_A4_combineir : di_ALU32_s8si <"combine", int_hexagon_A4_combineir>;
209 def Hexagon_A4_combineri : di_ALU32_sis8 <"combine", int_hexagon_A4_combineri>;
/freebsd-9-stable/contrib/gcclibs/libcpp/
Dcharset.c810 unsigned char combine; member
857 if (ucnranges[mn].combine != 0 && ucnranges[mn].combine < nst->prev_class) in ucn_valid_in_identifier()
906 nst->prev_class = ucnranges[mn].combine; in ucn_valid_in_identifier()
/freebsd-9-stable/contrib/gcclibs/libssp/ssp/
Dssp.h.in17 the file, and distribution when not linked into a combine
/freebsd-9-stable/contrib/gcc/config/mips/
Dpredicates.md186 (3) If we allowed pre-reload passes like combine and cse to recreate
193 (4) We want to define complex load splitters for combine. These
/freebsd-9-stable/sys/ia64/disasm/
Ddisasm_extract.c1894 combine(uint64_t *dst, int dl, uint64_t src, int sl, int so) in combine() function
2569 combine(&i->i_oper[1].o_value, 21, b->b_inst[1].i_bits, 41, 0); in asm_extract()
2576 combine(&i->i_oper[2].o_value, 22, b->b_inst[1].i_bits, 41, 0); in asm_extract()
2577 combine(&i->i_oper[2].o_value, 63, bits, 1, 36); in asm_extract()
2583 combine(&i->i_oper[1].o_value, 20, b->b_inst[1].i_bits, 39, 2); in asm_extract()
2584 combine(&i->i_oper[1].o_value, 59, bits, 1, 36); in asm_extract()
2593 combine(&i->i_oper[2].o_value, 20, b->b_inst[1].i_bits, 39, 2); in asm_extract()
2594 combine(&i->i_oper[2].o_value, 59, bits, 1, 36); in asm_extract()
2601 combine(&i->i_oper[1].o_value, 21, b->b_inst[1].i_bits, 41, 0); in asm_extract()
/freebsd-9-stable/contrib/libstdc++/include/bits/
Dlocale_classes.h213 combine(const locale& __other) const; in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r199014-sparc.diff87 - // It cannot combine with a delay filler.
/freebsd-9-stable/contrib/gcc/
DFSFChangeLog30 * combine.c (simplify_set): Update SET_SRC after force_to_mode call.
258 * bc-emit.c, caller-save.c, calls.c, combine.c: Call gen_rtx_FOO.
270 * gen*.c, bc-emit.c, calls.c, cccp.c, combine.c, emit-rtl.c:
417 * combine.c (make_extraction): Make extraction even if may
613 * combine.c (num_sign_bit_copies, case UDIV): Return 1.
640 * combine.c (simplify_comparison, case AND): Properly check for
818 * combine.c (dump_combine_stats, dump_combine_total_stats):
1263 (compile_file): Run regmove pass after combine pass and do its dump.
1371 * combine.c (rtx_equal_for_field_assignment): Remove code that
1415 * combine.c (simplify_comparison, case AND): Don't commute AND
[all …]
DFSFChangeLog.10177 * combine.c (make_extraction): In BITS_BIG_ENDIAN correction of POS,
337 * combine.c (simplify_if_then_else): Allow for case that
354 * combine.c (find_split_point): Handle NULL return from
366 * combine.c (make_extraction): Correct typo in force_to_mode
540 * combine.c (make_extraction): Use proper mode for INNER in all cases.
1356 * combine.c (force_to_mode, case IOR): Fix typo in commuting
1587 * combine.c (force_to_mode, num_sign_bit_copies, simplify_comparison):
1973 * combine.c (nonzero_bits, case REG): Ignore REG_POINTER_ALIGNMENT.
2907 * combine.c (rtx_equal_for_field_assignment_p): New function.
3071 * combine.c (set_nonzero_bits_and_sign_copies): Handle reg even
[all …]
/freebsd-9-stable/cddl/contrib/dtracetoolkit/Notes/
DALLsnoop_notes.txt20 buffers one by one, it doesn't combine them and sort them.
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp603 static bool combine(const CodeGenSubRegIndex *Idx, in combine() function
651 if (combine(SubRegIndices[i], Rows[r])) { in emitComposeSubRegIndices()
660 combine(SubRegIndices[i], Rows.back()); in emitComposeSubRegIndices()
/freebsd-9-stable/gnu/usr.bin/cc/cc_int/
DMakefile39 cfgrtl.o combine.o conflict.o convert.o coverage.o cse.o cselib.o \
/freebsd-9-stable/contrib/binutils/ld/
Dfdl.texi241 You may combine the Document with other documents released under this
257 In the combination, you must combine any sections entitled ``History''
259 ``History''; likewise combine any sections entitled ``Acknowledgements'',
/freebsd-9-stable/contrib/binutils/bfd/doc/
Dfdl.texi240 You may combine the Document with other documents released under this
256 In the combination, you must combine any sections entitled ``History''
258 ``History''; likewise combine any sections entitled ``Acknowledgements'',
/freebsd-9-stable/contrib/binutils/binutils/doc/
Dfdl.texi242 You may combine the Document with other documents released under this
258 In the combination, you must combine any sections entitled ``History''
260 ``History''; likewise combine any sections entitled ``Acknowledgements'',
/freebsd-9-stable/contrib/groff/
DFDL263 You may combine the Document with other documents released under this
279 In the combination, you must combine any sections Entitled "History"
281 "History"; likewise combine any sections Entitled "Acknowledgements",
/freebsd-9-stable/contrib/cvs/contrib/
DREADME46 log_accum provide for a way to combine the individual log

123456