Searched refs:combine (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c66 int combine);
81 int combine)
126 if (!combine) {
170 if (!combine) {
80 asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
H A Dtasn_new.c68 int combine);
89 int combine)
153 if (!combine) {
178 if (!combine) {
305 * NB: could probably combine most of the real XXX_new() behaviour and junk
88 asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
H A Dtasn_dec.c183 int combine = aclass & ASN1_TFLG_COMBINE; local
505 if (combine == 0)
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DHashing.h344 /// A type trait which is true if we want to combine values for hashing by
511 /// This sets up the state for a recursive hash combine, including getting
527 // with the variadic combine because that formation can have varying
564 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
569 return combine(length, buffer_ptr, buffer_end, args...);
578 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
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, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
589 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5);
592 hash_code combine(size_ function in struct:llvm::hashing::detail::hash_combine_recursive_helper
599 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
605 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
611 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
624 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/wind/
H A Dnormalize.c250 combine(const uint32_t *in, size_t in_len, function
322 ret = combine(tmp, tmp_len, out, out_len);
/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dipscan_y.y34 struct in_addr combine __P((int, int, int, int));
172 { $$ = combine($1,$3,$5,$7); }
421 struct in_addr combine(a1, a2, a3, a4)
/freebsd-10.1-release/usr.sbin/ctm/ctm_rmail/
H A Dctm_rmail.c41 int combine(char *delta, int npieces, char *dname, char *pname, char *tname);
255 * If we have all pieces of a delta, combine them. Returns 0 on success,
484 * Stick them together. Let combine() use our file name buffers, since
487 e = combine(delta, npieces, dname, pname, tname);
500 combine(char *delta, int npieces, char *dname, char *pname, char *tname) function
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp9 // This pass replaces transfer instructions by combine instructions.
12 // replace them with a combine instruction.
14 #define DEBUG_TYPE "hexagon-copy-combine"
87 void combine(MachineInstr *I1, MachineInstr *I2,
111 INITIALIZE_PASS(HexagonCopyToCombine, "hexagon-copy-combine",
134 // Only combine constant extended TFRI if we are in aggressive mode.
145 // workaround for an ABI bug that prevents GOT relocations on combine
171 /// into a combine (ignoring register constraints).
186 // V4 added some combine variations (mixed immediate and register source
187 // operands), if we are on < V4 we can only combine
513 void HexagonCopyToCombine::combine(MachineInstr *I1, MachineInstr *I2, function in class:HexagonCopyToCombine
[all...]
/freebsd-10.1-release/contrib/gcclibs/libcpp/
H A Dcharset.c811 unsigned char combine;
858 if (ucnranges[mn].combine != 0 && ucnranges[mn].combine < nst->prev_class)
907 nst->prev_class = ucnranges[mn].combine;
810 unsigned char combine; member in struct:__anon1231
/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dlocale_classes.h213 combine(const locale& __other) const;
/freebsd-10.1-release/sys/ia64/disasm/
H A Ddisasm_extract.c1894 combine(uint64_t *dst, int dl, uint64_t src, int sl, int so) function
2569 combine(&i->i_oper[1].o_value, 21, b->b_inst[1].i_bits, 41, 0);
2576 combine(&i->i_oper[2].o_value, 22, b->b_inst[1].i_bits, 41, 0);
2577 combine(&i->i_oper[2].o_value, 63, bits, 1, 36);
2583 combine(&i->i_oper[1].o_value, 20, b->b_inst[1].i_bits, 39, 2);
2584 combine(&i->i_oper[1].o_value, 59, bits, 1, 36);
2593 combine(&i->i_oper[2].o_value, 20, b->b_inst[1].i_bits, 39, 2);
2594 combine(&i->i_oper[2].o_value, 59, bits, 1, 36);
2601 combine(&i->i_oper[1].o_value, 21, b->b_inst[1].i_bits, 41, 0);
/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp601 // Try to combine Idx's compose map into Vec if it is compatible.
603 static bool combine(const CodeGenSubRegIndex *Idx, function
651 if (combine(SubRegIndices[i], Rows[r])) {
660 combine(SubRegIndices[i], Rows.back());
/freebsd-10.1-release/gnu/usr.bin/cc/cc_int/
H A DMakefile41 cfgrtl.o combine.o conflict.o convert.o coverage.o cse.o cselib.o \
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm18 the file, and distribution when not linked into a combine
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp174 /// combine - call the node-specific routine that knows how to fold each
177 SDValue combine(SDNode *N);
660 "Cannot combine value to value of different type!"));
1034 // try and combine it.
1057 SDValue RV = combine(N);
1200 SDValue DAGCombiner::combine(SDNode *N) { function in class:DAGCombiner
1203 // If nothing happened, try a target-specific DAG combine.
2075 SDValue OptimizedDiv = combine(Div.getNode());
2128 SDValue OptimizedDiv = combine(Div.getNode());
2257 SDValue LoOpt = combine(L
[all...]
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex4295 % Section titles. These macros combine the section number parts and
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex4469 % Section titles. These macros combine the section number parts and
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex4367 % Section titles. These macros combine the section number parts and

Completed in 355 milliseconds