Home
last modified time | relevance | path

Searched refs:collect (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/crypto/openssl/util/
H A Dadd-depends.pl324 my %collect = ();
330 $collect{$target}->{$deps} = 1 if defined $target;
345 foreach my $target (sort keys %collect) {
347 my @deps = sort keys %{$collect{$target}};
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResourceAnalysis.cpp24 R.collect(M); in run()
44 Resources.collect(M); in runOnModule()
H A DDXILResource.cpp25 template <typename T> void ResourceTable<T>::collect(Module &M) { in collect() function in ResourceTable
36 template <> void ResourceTable<ConstantBuffer>::collect(Module &M) { in collect() function in ResourceTable
53 void Resources::collect(Module &M) { in collect() function in Resources
54 UAVs.collect(M); in collect()
55 CBuffers.collect(M); in collect()
H A DDXILResource.h105 void collect(Module &M);
119 void collect(Module &M);
/freebsd/contrib/sendmail/src/
H A DTRACEFLAGS41 30 collect.c collect
42 30 collect.c eatfrom
104 83 collect.c timeout
H A DMakefile.m49 define(`bldSOURCES', `main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c…
H A Dmime.c350 collect(e->e_dfp, SMTPMODE_NO, &hdr, e, false);
412 collect(e->e_dfp, SMTPMODE_NO, &hdr, e, false);
/freebsd/tests/atf_python/
H A Dktest.py43 def collect(self): member in KtestCollector
55 for py_test in orig.collect():
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.h38 bool collect();
H A DRDFDeadCode.cpp117 bool DeadCodeElimination::collect() { in collect() function in DeadCodeElimination
H A DHexagonCommonGEP.cpp126 void collect();
411 void HexagonCommonGEP::collect() { in collect() function in HexagonCommonGEP
1273 collect(); in runOnFunction()
/freebsd/usr.bin/mail/
H A DMakefile3 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
H A Dextern.h45 FILE *collect(struct header *, int);
/freebsd/contrib/kyua/utils/
H A Dtest_utils.ipp56 /// a crash do not collect an unnecessary core dump, which can be slow on
76 /// that will cause a crash do not collect an unnecessary core dump, which can
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dbfticu.txt4 Its main functionality is to collect IRQs from the whole chassis and signals
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DMacros.cmake23 # and collect file to EVENT_INCLUDES
/freebsd/contrib/libevent/cmake/
H A DMacros.cmake23 # and collect file to EVENT_INCLUDES
/freebsd/usr.sbin/sendmail/
H A DMakefile14 SRCS= alias.c arpadate.c bf.c collect.c conf.c control.c \
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_flush_sessions.pod20 If enabled, the internal session cache will collect all sessions established
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h701 collect(FromTypes());
709 static void collect(ast_matchers::internal::EmptyTypeList) {}
714 inline void collect(FromTypeList);
1140 ToTypes>::collect(FromTypeList) {
1143 collect(typename FromTypeList::tail());
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dhisilicon,mbigen-v2.txt9 Hisilicon designed mbigen to collect and generate interrupt.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp567 void RegisterOperands::collect(const MachineInstr &MI, in collect() function in RegisterOperands
876 RegOpers.collect(MI, *TRI, *MRI, TrackLaneMasks, /*IgnoreDead=*/false); in recede()
942 RegOpers.collect(MI, *TRI, *MRI, TrackLaneMasks, false); in advance()
1043 RegOpers.collect(*MI, *TRI, *MRI, TrackLaneMasks, /*IgnoreDead=*/true); in bumpUpwardPressure()
1293 RegOpers.collect(*MI, *TRI, *MRI, TrackLaneMasks, /*IgnoreDead=*/false); in bumpDownwardPressure()
/freebsd/contrib/libarchive/libarchive/test/
H A DREADME22 automatically collect a list of test functions to be invoked.
/freebsd/crypto/openssl/crypto/property/
H A DREADME.md88 without bounds and must garbage collect under-used entries. The garbage
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h179 void collect(const MachineInstr &MI, const TargetRegisterInfo &TRI,

1234