Searched refs:algorithm (Results 276 - 300 of 817) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h29 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp25 #include <algorithm>
H A DStackSlotColoring.cpp39 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp23 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp28 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp23 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp28 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp28 #include <algorithm>
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc38 #include <algorithm>
/freebsd-12-stable/contrib/libstdc++/src/
H A Dstrstream.cc50 #include <algorithm>
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/
H A DOptions.cpp13 #include <algorithm>
/freebsd-12-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s15 _MASK_ALL_ = (256+512+1024) #all three algorithm bits
/freebsd-12-stable/lib/clang/headers/
H A DMakefile145 CUDA+= cuda_wrappers/algorithm
/freebsd-12-stable/crypto/openssl/crypto/cms/
H A Dcms_local.h122 /* Content encryption algorithm and key */
179 X509_ALGOR *algorithm; member in struct:CMS_OriginatorPublicKey_st
/freebsd-12-stable/crypto/openssl/crypto/dh/
H A Ddh_ameth.c689 if (OBJ_obj2nid(alg->algorithm) != NID_id_smime_alg_ESDH) {
711 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm);
853 /* Package wrap algorithm in an AlgorithmIdentifier */
858 wrap_alg->algorithm = OBJ_nid2obj(wrap_nid);
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp40 #include <algorithm>
H A DARMErrataFix.cpp29 #include <algorithm>
H A DICF.cpp32 // classes. Sections in the same equivalence class when the algorithm
55 // For small programs, this algorithm needs 3-5 iterations. For large
58 // This algorithm was mentioned as an "optimistic algorithm" in [1],
59 // though gold implements a different algorithm than this.
88 #include <algorithm>
153 // conditions. Using the same location makes this algorithm converge
203 // The algorithm is quadratic in the worst case, but that is not an
/freebsd-12-stable/contrib/llvm-project/lld/lib/Core/
H A DResolver.cpp25 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DLayoutPass.cpp17 #include <algorithm>
94 /// given root atom. Uses the tortoise and hare algorithm to detect a
324 /// The algorithm follows a very simple approach
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp37 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp20 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp18 #include <algorithm>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp23 #include <algorithm>
H A DGSIStreamBuilder.cpp24 #include <algorithm>
170 // we use the same sorting algorithm as is used by the reference
173 // algorithm used here corredsponds to the function

Completed in 423 milliseconds

<<11121314151617181920>>