Searched refs:algorithm (Results 201 - 225 of 803) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h17 #include <algorithm>
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dregex.cpp9 #include <algorithm>
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp21 #include <algorithm>
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h14 #include <algorithm>
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp11 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp31 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp54 #include <algorithm>
/freebsd-current/crypto/openssl/include/openssl/
H A Devp.h605 EVP_CIPHER *EVP_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
730 __owur EVP_MD *EVP_MD_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
1198 EVP_MAC *EVP_MAC_fetch(OSSL_LIB_CTX *libctx, const char *algorithm,
1242 EVP_RAND *EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm,
1758 EVP_KEYMGMT *EVP_KEYMGMT_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
1844 EVP_SIGNATURE *EVP_SIGNATURE_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
1862 EVP_ASYM_CIPHER *EVP_ASYM_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
1880 EVP_KEM *EVP_KEM_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
2143 EVP_KEYEXCH *EVP_KEYEXCH_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
/freebsd-current/contrib/unbound/ipsecmod/
H A Dipsecmod.c216 int precedence, gateway_type, algorithm; local
224 &precedence, &gateway_type, &algorithm, gateway) != 4) {
/freebsd-current/crypto/openssl/crypto/evp/
H A Devp_rand.c273 EVP_RAND *EVP_RAND_fetch(OSSL_LIB_CTX *libctx, const char *algorithm, argument
276 return evp_generic_fetch(libctx, OSSL_OP_RAND, algorithm, properties,
/freebsd-current/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c199 if (!OBJ_cmp(si->digest_alg->algorithm, sitmp->digest_alg->algorithm)) {
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Diterator.inc100 // [alg.req], common algorithm requirements
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-match-escape.mk37 # If ParseModifier_Match had used the same parsing algorithm as Var_Subst,
/freebsd-current/contrib/kyua/utils/text/
H A Dtable_test.cpp31 #include <algorithm>
47 /// misdetecting problems when the algorithm bundles newlines into the lines of
H A Dtable.cpp31 #include <algorithm>
/freebsd-current/contrib/kyua/cli/
H A Dcmd_help_test.cpp31 #include <algorithm>
H A Dcmd_report.cpp31 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h14 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp28 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp8 // The algorithm we use attempts to exploit the dependency information by
23 // FIXME: The current algorithm doesn't actually provide a strong guarantee
38 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp20 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp28 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp35 #include <algorithm>
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp27 #include <algorithm>
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_ess.c219 const EVP_MD *md = EVP_get_digestbyobj(si->digestAlgorithm->algorithm);

Completed in 422 milliseconds

1234567891011>>