| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 194 explicit MatcherInterfaceAdapter(const MatcherInterface<T>* impl) in MatcherInterfaceAdapter() 328 const MatcherInterface<GTEST_REFERENCE_TO_CONST_(T)>* impl) in MatcherBase() 337 : impl_(new internal::MatcherInterfaceAdapter<U>(impl)) {} in impl_() 422 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher() 449 explicit Matcher(const MatcherInterface<const ::string&>* impl) in Matcher() 470 explicit Matcher(const MatcherInterface<const ::string&>* impl) in Matcher() 472 explicit Matcher(const MatcherInterface< ::string>* impl) in Matcher() 526 explicit Matcher(const MatcherInterface<absl::string_view>* impl) in Matcher() 577 const Impl& impl() const { return impl_; } in impl() function 588 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl() [all …]
|
| H A D | gmock-cardinalities.h | 94 explicit Cardinality(const CardinalityInterface* impl) : impl_(impl) {} in Cardinality()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Mutex.h | 93 MutexImpl impl; variable 98 impl(rec), acquired(0), recursive(rec) { } in impl() function
|
| H A D | RWMutex.h | 89 RWMutexImpl impl; variable
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldMachO.h | 148 Impl &impl() { return static_cast<Impl &>(*this); } in impl() function 149 const Impl &impl() const { return static_cast<const Impl &>(*this); } in impl() function
|
| /freebsd-12.1/lib/libc/include/ |
| H A D | compat.h | 40 #define __sym_compat(sym,impl,verid) \ argument
|
| /freebsd-12.1/contrib/bearssl/src/ec/ |
| H A D | ec_pubkey.c | 63 br_ec_compute_pub(const br_ec_impl *impl, br_ec_public_key *pk, in br_ec_compute_pub()
|
| H A D | ecdsa_i15_sign_asn1.c | 31 br_ecdsa_i15_sign_asn1(const br_ec_impl *impl, in br_ecdsa_i15_sign_asn1()
|
| H A D | ecdsa_i31_vrfy_asn1.c | 31 br_ecdsa_i31_vrfy_asn1(const br_ec_impl *impl, in br_ecdsa_i31_vrfy_asn1()
|
| H A D | ecdsa_i31_sign_asn1.c | 31 br_ecdsa_i31_sign_asn1(const br_ec_impl *impl, in br_ecdsa_i31_sign_asn1()
|
| H A D | ecdsa_i15_vrfy_asn1.c | 31 br_ecdsa_i15_vrfy_asn1(const br_ec_impl *impl, in br_ecdsa_i15_vrfy_asn1()
|
| H A D | ec_keygen.c | 30 const br_ec_impl *impl, br_ec_private_key *sk, in br_ec_keygen()
|
| H A D | ecdsa_i31_vrfy_raw.c | 32 br_ecdsa_i31_vrfy_raw(const br_ec_impl *impl, in br_ecdsa_i31_vrfy_raw()
|
| H A D | ecdsa_i15_vrfy_raw.c | 32 br_ecdsa_i15_vrfy_raw(const br_ec_impl *impl, in br_ecdsa_i15_vrfy_raw()
|
| H A D | ecdsa_i15_sign_raw.c | 33 br_ecdsa_i15_sign_raw(const br_ec_impl *impl, in br_ecdsa_i15_sign_raw()
|
| H A D | ecdsa_i31_sign_raw.c | 33 br_ecdsa_i31_sign_raw(const br_ec_impl *impl, in br_ecdsa_i31_sign_raw()
|
| /freebsd-12.1/crypto/openssl/crypto/evp/ |
| H A D | digest.c | 66 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) in EVP_DigestInit_ex() 276 ENGINE *impl) in EVP_Digest()
|
| H A D | evp_enc.c | 60 ENGINE *impl, const unsigned char *key, in EVP_CipherInit_ex() 241 ENGINE *impl, const unsigned char *key, in EVP_EncryptInit_ex() 254 ENGINE *impl, const unsigned char *key, in EVP_DecryptInit_ex()
|
| /freebsd-12.1/sys/contrib/libsodium/test/default/ |
| H A D | randombytes.c | 133 randombytes_implementation impl = randombytes_sysrandom_implementation; in impl_tests() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| H A D | LiveVariables.h | 109 void *impl; variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 557 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand() 570 lldb::SBCommandPluginInterface *impl, in AddCommand() 628 lldb::SBCommandPluginInterface *impl, in AddCommand() 643 lldb::SBCommandPluginInterface *impl, in AddCommand()
|
| /freebsd-12.1/sys/arm64/include/ |
| H A D | cpu.h | 121 #define CPU_ID_RAW(impl, part, var, rev) \ argument 126 #define CPU_MATCH(mask, impl, part, var, rev) \ argument
|
| /freebsd-12.1/sys/contrib/libsodium/src/libsodium/randombytes/ |
| H A D | randombytes.c | 54 randombytes_set_implementation(randombytes_implementation *impl) in randombytes_set_implementation()
|
| /freebsd-12.1/contrib/bearssl/test/ |
| H A D | test_speed.c | 507 #define SPEED_EAX(Algo, algo, keysize, impl) \ argument 936 const br_ec_impl *impl, const br_ec_curve_def *cd) in test_speed_ec_inner_1() 978 const br_ec_impl *impl, const br_ec_curve_def *cd) in test_speed_ec_inner_2() 1018 const br_ec_impl *impl, const br_ec_curve_def *cd) in test_speed_ec_inner() 1145 const br_ec_impl *impl, const br_ec_curve_def *cd, in test_speed_ecdsa_inner()
|
| /freebsd-12.1/contrib/bearssl/tools/ |
| H A D | names.c | 423 const void *impl; member 533 get_algo_name(const void *impl, int long_name) in get_algo_name()
|