Searched refs:gather (Results 1 - 20 of 20) sorted by path

/freebsd-11-stable/contrib/binutils/libiberty/
H A DMakefile.in349 @MAINT@stamp-functions : $(CFILES:%=$(srcdir)/%) $(TEXIFILES:%=$(srcdir)/%) $(srcdir)/gather-docs Makefile
350 @MAINT@@HAVE_PERL@ $(PERL) $(srcdir)/gather-docs $(srcdir) $(srcdir)/functions.texi $(CFILES) $(TEXIFILES)
/freebsd-11-stable/contrib/bmake/mk/
H A Ddpadd.mk237 # This target is used to gather a list of
H A Dmeta.autodep.mk288 # these make it easy to gather some stats
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in1762 s-options: $(ALL_OPT_FILES) Makefile $(srcdir)/opt-gather.awk
1763 $(AWK) -f $(srcdir)/opt-gather.awk $(ALL_OPT_FILES) > tmp-optionlist
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A DMakefile.in332 @MAINT@stamp-functions : $(CFILES:%=$(srcdir)/%) $(TEXIFILES:%=$(srcdir)/%) $(srcdir)/gather-docs Makefile
333 @MAINT@@HAVE_PERL@ $(PERL) $(srcdir)/gather-docs $(srcdir) $(srcdir)/functions.texi $(CFILES) $(TEXIFILES)
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile.hdrs86 LC_ALL=C awk -f ${GCCDIR}/opt-gather.awk ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/share/mk/
H A Dmeta.autodep.mk289 # these make it easy to gather some stats
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-errata.c189 pko_command.s.gather = 1;
H A Dcvmx-pko.h202 uint64_t gather : 1; /**< If set, the supplied pkt_ptr is really a pointer to a list of pkt_ptr's */ member in struct:__anon8679::__anon8680
207 uint64_t segs : 6; /**< The total number of segs in the packet, if gather set, also gather list length */
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_common.h148 * The Scatter-Gather List Entry. The scatter or gather component used with
166 * \brief Add size to gather list
167 * @param sg_entry scatter/gather entry
316 /* Gather indicator 1=gather */
317 uint64_t gather:1; member in struct:octeon_instr_ih3
319 /* Data length OR no. of entries in gather list */
348 /* Data length OR no. of entries in gather list */
351 /* Gather indicator 1=gather */
352 uint64_t gather:1;
H A Dlio_ctrl.h115 uint32_t gather:1; member in struct:lio_cmd_setup::__anon6686
163 if (!setup->s.gather) {
166 ih3->gather = 1;
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_rxtx.c161 "Transmit scatter gather: glist null!\n");
165 cmdsetup.s.gather = 1;
/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.c1883 struct sq_gather_subdesc *gather; local
1886 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, qentry);
1888 memset(gather, 0, SND_QUEUE_DESC_SIZE);
1889 gather->subdesc_type = SQ_DESC_TYPE_GATHER;
1890 gather->ld_type = NIC_SEND_LD_TYPE_E_LDD;
1891 gather->size = size;
1892 gather->addr = data;
1945 /* Add SQ gather subdescs */
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-tx.c182 /* Build the PKO buffer gather list pointer */
191 pko_command.s.gather = 1;
/freebsd-11-stable/usr.sbin/ppp/
H A Dlink.c79 if (l->stats.gather) {
89 if (l->stats.gather) {
H A Dlink.h47 unsigned gather : 1; /* Gather statistics ourself ? */ member in struct:link::__anon8873
H A Dmp.c266 mp->link.stats.gather = 0; /* Let the physical links gather stats */
H A Dphysical.c181 p->link.stats.gather = 1;
634 p->link.stats.gather = 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp203 void gather(Instruction *Op, const ValueVector &CV);
378 void ScalarizerVisitor::gather(Instruction *Op, const ValueVector &CV) { function in class:ScalarizerVisitor
474 gather(&I, Res);
497 gather(&I, Res);
568 gather(&CI, Res);
598 gather(&SI, Res);
660 gather(&GEPI, Res);
678 gather(&CI, Res);
733 gather(&BCI, Res);
757 gather(
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp467 gather(Cond);
635 void gather(Value *V) { function in struct:__anon2795::ConstantComparesGatherer
3760 // Try to gather values from a chain of and/or to be turned into a switch

Completed in 496 milliseconds