/freebsd/crypto/openssl/util/ |
H A D | add-depends.pl | 324 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 D | DXILResourceAnalysis.cpp | 24 R.collect(M); in run() 44 Resources.collect(M); in runOnModule()
|
H A D | DXILResource.cpp | 25 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 D | DXILResource.h | 105 void collect(Module &M); 119 void collect(Module &M);
|
/freebsd/contrib/sendmail/src/ |
H A D | TRACEFLAGS | 41 30 collect.c collect 42 30 collect.c eatfrom 104 83 collect.c timeout
|
H A D | Makefile.m4 | 9 define(`bldSOURCES', `main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c…
|
H A D | mime.c | 350 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 D | ktest.py | 43 def collect(self): member in KtestCollector 55 for py_test in orig.collect():
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.h | 38 bool collect();
|
H A D | RDFDeadCode.cpp | 117 bool DeadCodeElimination::collect() { in collect() function in DeadCodeElimination
|
H A D | HexagonCommonGEP.cpp | 126 void collect(); 411 void HexagonCommonGEP::collect() { in collect() function in HexagonCommonGEP 1273 collect(); in runOnFunction()
|
/freebsd/usr.bin/mail/ |
H A D | Makefile | 3 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
|
H A D | extern.h | 45 FILE *collect(struct header *, int);
|
/freebsd/contrib/kyua/utils/ |
H A D | test_utils.ipp | 56 /// 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 D | bfticu.txt | 4 Its main functionality is to collect IRQs from the whole chassis and signals
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | Macros.cmake | 23 # and collect file to EVENT_INCLUDES
|
/freebsd/contrib/libevent/cmake/ |
H A D | Macros.cmake | 23 # and collect file to EVENT_INCLUDES
|
/freebsd/usr.sbin/sendmail/ |
H A D | Makefile | 14 SRCS= alias.c arpadate.c bf.c collect.c conf.c control.c \
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_flush_sessions.pod | 20 If enabled, the internal session cache will collect all sessions established
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Marshallers.h | 701 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 D | hisilicon,mbigen-v2.txt | 9 Hisilicon designed mbigen to collect and generate interrupt.
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterPressure.cpp | 567 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 D | README | 22 automatically collect a list of test functions to be invoked.
|
/freebsd/crypto/openssl/crypto/property/ |
H A D | README.md | 88 without bounds and must garbage collect under-used entries. The garbage
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterPressure.h | 179 void collect(const MachineInstr &MI, const TargetRegisterInfo &TRI,
|