Searched defs:impl (Results 26 - 50 of 68) sorted by relevance

123

/freebsd-12-stable/sys/riscv/include/
H A Dbus_dma_impl.h36 struct bus_dma_impl *impl; member in struct:bus_dma_tag_common
/freebsd-12-stable/sys/x86/include/
H A Dbusdma_impl.h38 struct bus_dma_impl *impl; member in struct:bus_dma_tag_common
/freebsd-12-stable/sys/arm64/include/
H A Dbus_dma_impl.h36 struct bus_dma_impl *impl; member in struct:bus_dma_tag_common
/freebsd-12-stable/crypto/openssl/crypto/cmac/
H A Dcmac.c103 CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, const EVP_CIPHER *cipher, ENGINE *impl) argument
/freebsd-12-stable/crypto/openssl/crypto/hmac/
H A Dhmac.c18 HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md, ENGINE *impl) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp269 ImplT &impl() { return *static_cast<ImplT *>(this); } function in class:__anon4566::CalcLiveRangeUtilBase
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h274 SetterImpl &impl() { return static_cast<SetterImpl &>(*this); } function in class:llvm::orc::LLJITBuilderSetters
[all...]
/freebsd-12-stable/contrib/apr/poll/unix/
H A Dkqueue.c319 static const apr_pollset_provider_t impl = { variable
H A Dport.c450 static const apr_pollset_provider_t impl = { variable
H A Dz_asio.c771 static const apr_pollset_provider_t impl = { variable
/freebsd-12-stable/contrib/bearssl/test/
H A Dtest_math.c93 static const int_impl *impl; variable
[all...]
/freebsd-12-stable/contrib/bearssl/tools/
H A Dnames.c423 const void *impl; member in struct:__anon385
533 get_algo_name(const void *impl, int long_name) argument
H A Dskey.c438 const br_ec_impl *impl; local
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Devp_enc.c60 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc) argument
241 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
254 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
[all...]
/freebsd-12-stable/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c468 int (*impl)(int argc, char **argv); member in struct:opmode
/freebsd-12-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_event_plugin.h182 osm_event_plugin_t *impl; member in struct:osm_epi_plugin
/freebsd-12-stable/contrib/bearssl/inc/
H A Dbearssl_hash.h1113 const br_hash_class *impl[6]; member in struct:__anon280
1142 br_multihash_setimpl(br_multihash_context *ctx, int id, const br_hash_class *impl) argument
/freebsd-12-stable/crypto/openssl/apps/
H A Ddgst.c88 ENGINE *e = NULL, *impl = NULL; local
H A Dpkeyutl.c371 ENGINE *impl = NULL; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp677 AddCommand( const char *name, lldb::SBCommandPluginInterface *impl, const char *help) argument
695 AddCommand(const char *name, lldb::SBCommandPluginInterface *impl, const char *help, const char *syntax) argument
779 AddCommand(const char *name, lldb::SBCommandPluginInterface *impl, const char *help) argument
799 AddCommand(const char *name, lldb::SBCommandPluginInterface *impl, const char *help, const char *syntax) argument
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_buffer.c685 const char *impl = testdata->setup_data; local
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dui-out.c103 struct ui_out_impl *impl; member in struct:ui_out
1139 ui_out_new(struct ui_out_impl *impl, struct ui_out_data *data, int flags) argument
[all...]
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h377 explicit Action(ActionInterface<F>* impl) : impl_(impl) {} argument
456 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {} argument
470 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} argument
490 Action<F> MakeAction(ActionInterface<F>* impl) { argument
502 inline PolymorphicAction<Impl> MakePolymorphicAction(const Impl& impl) { argument
[all...]
H A Dgmock-generated-actions.h590 static Result Perform(Impl* impl, const ::testing::tuple<>& args) { argument
598 static Result Perform(Impl* impl, const ::testing::tuple<A0>& args) { argument
606 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1>& args) { argument
614 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2>& args) { argument
622 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, argument
631 Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4>& args) argument
641 Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4, A5>& args) argument
651 Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4, A5, A6>& args) argument
661 Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4, A5, A6, A7>& args) argument
671 Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4, A5, A6, A7, A8>& args) argument
681 Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4, A5, A6, A7, A8, A9>& args) argument
[all...]
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h155 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} argument
183 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} argument

Completed in 472 milliseconds

123