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

/freebsd-11.0-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
507 if (combine == 0)
/freebsd-11.0-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-11.0-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-11.0-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-11.0-release/contrib/llvm/include/llvm/ADT/
H A DHashing.h338 /// A type trait which is true if we want to combine values for hashing by
505 /// This sets up the state for a recursive hash combine, including getting
521 // with the variadic combine because that formation can have varying
556 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
561 return combine(length, buffer_ptr, buffer_end, args...);
569 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
595 /// attempt to combine them into a single hash_code. For user-defined types it
606 return helper.combine(0, helper.buffer, helper.buffer + 64, args...);
/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dlocale_classes.h213 combine(const locale& __other) const;
/freebsd-11.0-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:__anon1430
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp100 void combine(HashType Type);
149 Hash.combine(Type);
571 void PGOHash::combine(HashType Type) { function in class:PGOHash
572 // Check that we never combine 0 and only have six bits.
/freebsd-11.0-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.
37 #define DEBUG_TYPE "hexagon-copy-combine"
87 void combine(MachineInstr *I1, MachineInstr *I2,
111 INITIALIZE_PASS(HexagonCopyToCombine, "hexagon-copy-combine",
139 // workaround for an ABI bug that prevents GOT relocations on combine
144 // Only combine constant extended A2_tfrsi if we are in aggressive mode.
168 /// into a combine (ignoring register constraints).
180 // There is no combine of two constant extended values.
220 /// that the two instructions can be paired in a combine
497 void HexagonCopyToCombine::combine(MachineInstr *I1, MachineInstr *I2, function in class:HexagonCopyToCombine
[all...]
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp608 // Try to combine Idx's compose map into Vec if it is compatible.
610 static bool combine(const CodeGenSubRegIndex *Idx, function
653 if (combine(&Idx, Rows[r])) {
662 combine(&Idx, Rows.back());
/freebsd-11.0-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-11.0-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm18 the file, and distribution when not linked into a combine
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp221 SDValue combine(SDNode *N);
882 "Cannot combine value to value of different type!");
1263 // try and combine it.
1284 // If this combine is running after legalizing the DAG, re-legalize any
1308 SDValue RV = combine(N);
1453 SDValue DAGCombiner::combine(SDNode *N) { function in class:DAGCombiner
1456 // If nothing happened, try a target-specific DAG combine.
2175 // but there is no libcall available, then don't combine.
2439 // To avoid mangling nodes, this simplification requires that the combine()
2442 // div is not cheap, combine wil
[all...]
/freebsd-11.0-release/contrib/gcc/
H A DMakefile.in1001 cfgrtl.o combine.o conflict.o convert.o coverage.o cse.o cselib.o \
2490 combine.o : combine.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
2677 -DDEVPHASE=$(DEVPHASE_s) -combine
/freebsd-11.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex4469 % Section titles. These macros combine the section number parts and
/freebsd-11.0-release/contrib/amd/doc/
H A Dtexinfo.tex4295 % Section titles. These macros combine the section number parts and
/freebsd-11.0-release/contrib/groff/doc/
H A Dtexinfo.tex4367 % Section titles. These macros combine the section number parts and

Completed in 325 milliseconds