Home
last modified time | relevance | path

Searched refs:impl (Results 1 – 25 of 215) sorted by relevance

123456789

/freebsd-14.2/contrib/atf/atf-c++/detail/
H A Dfs.cpp58 namespace impl = atf::fs;
129 impl::path::~path(void) in ~path()
135 impl::path::c_str(void) in c_str()
142 impl::path::c_path(void) in c_path()
149 impl::path::str(void) in str()
163 impl::path::is_root(void) in is_root()
169 impl::path
201 impl::path
216 impl::path&
246 impl::path
[all …]
H A Dprocess.cpp129 impl::argv_array::size_type
130 impl::argv_array::size(void) in size()
151 impl::argv_array::end(void) in end()
157 impl::argv_array&
239 impl::status::~status(void) in ~status()
245 impl::status::exited(void) in exited()
266 impl::status::termsig(void) in termsig()
289 impl::child::~child(void) in ~child()
301 impl::status
302 impl::child::wait(void) in wait()
[all …]
H A Dapplication.cpp54 namespace impl = atf::application;
78 impl::usage_error::what(void) in what()
88 impl::option::option(char ch, in option()
98 impl::option::operator<(const impl::option& o) in operator <()
114 impl::app::~app(void) in ~app()
119 impl::app::inited(void) in inited()
124 impl::app::options_set
125 impl::app::options(void) in options()
131 impl::app::specific_args(void) in specific_args()
137 impl::app::options_set
[all …]
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h202 impl ## _gen_ ## code(void *rrp) \
228 _RAIDZ_GEN_WRAP(p, impl); \
229 _RAIDZ_GEN_WRAP(pq, impl); \
230 _RAIDZ_GEN_WRAP(pqr, impl)
238 _RAIDZ_REC_WRAP(p, impl); \
239 _RAIDZ_REC_WRAP(q, impl); \
240 _RAIDZ_REC_WRAP(r, impl); \
241 _RAIDZ_REC_WRAP(pq, impl); \
242 _RAIDZ_REC_WRAP(pr, impl); \
243 _RAIDZ_REC_WRAP(qr, impl); \
[all …]
/freebsd-14.2/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c121 #define MAKE_BLOB_ENCODER(impl, type, selection_name) \ argument
123 impl##2blob_import_object; \
124 static OSSL_FUNC_encoder_free_object_fn impl##2blob_free_object; \
126 impl##2blob_does_selection; \
127 static OSSL_FUNC_encoder_encode_fn impl##2blob_encode; \
129 static void *impl##2blob_import_object(void *ctx, int selection, \
132 return ossl_prov_import_key(ossl_##impl##_keymgmt_functions, \
135 static void impl##2blob_free_object(void *key) \
137 ossl_prov_free_key(ossl_##impl##_keymgmt_functions, key); \
139 static int impl##2blob_does_selection(void *ctx, int selection) \
[all …]
H A Dencode_key2any.c1140 DO_PRIVATE_KEY(impl, type, pki, output)
1193 #define DO_RSA(impl, type, output) DO_type_specific_keypair(impl, type, output) argument
1196 #define DO_DH(impl, type, output) DO_type_specific_params(impl, type, output) argument
1199 #define DO_DHX(impl, type, output) DO_type_specific_params(impl, type, output) argument
1202 #define DO_DSA(impl, type, output) DO_type_specific(impl, type, output) argument
1205 #define DO_EC(impl, type, output) DO_type_specific_no_pub(impl, type, output) argument
1208 #define DO_SM2(impl, type, output) DO_type_specific_no_pub(impl, type, output) argument
1212 #define DO_PKCS1(impl, type, output) DO_RSA(impl, type, output) argument
1216 #define DO_PKCS3(impl, type, output) DO_DH(impl, type, output) argument
1219 #define DO_X9_42(impl, type, output) DO_DHX(impl, type, output) argument
[all …]
H A Dencode_key2ms.c179 #define MAKE_MS_ENCODER(impl, output, type) \ argument
181 impl##2##output##_import_object; \
182 static OSSL_FUNC_encoder_free_object_fn impl##2##output##_free_object; \
183 static OSSL_FUNC_encoder_encode_fn impl##2##output##_encode; \
186 impl##2##output##_import_object(void *ctx, int selection, \
189 return ossl_prov_import_key(ossl_##impl##_keymgmt_functions, \
192 static void impl##2##output##_free_object(void *key) \
194 ossl_prov_free_key(ossl_##impl##_keymgmt_functions, key); \
196 static int impl##2##output##_encode(void *vctx, OSSL_CORE_BIO *cout, \
211 const OSSL_DISPATCH ossl_##impl##_to_##output##_encoder_functions[] = { \
[all …]
/freebsd-14.2/contrib/atf/atf-c++/
H A Dcheck.cpp39 namespace impl = atf::check;
51 impl::check_result::~check_result(void) in ~check_result()
57 impl::check_result::exited(void) in exited()
64 impl::check_result::exitcode(void) in exitcode()
72 impl::check_result::signaled(void) in signaled()
79 impl::check_result::termsig(void) in termsig()
87 impl::check_result::stdout_path(void) const in stdout_path()
93 impl::check_result::stderr_path(void) const in stderr_path()
144 std::auto_ptr< impl::check_result >
145 impl::exec(const atf::process::argv_array& argva) in exec()
[all …]
H A Dtests.cpp74 namespace impl = atf::tests;
148 struct impl::tc_impl {
197 impl::tc::~tc(void) in ~tc()
265 const impl::vars_map
266 impl::tc::get_md_vars(void) in get_md_vars()
302 impl::tc::run_cleanup(void) in run_cleanup()
311 impl::tc::head(void) in head()
316 impl::tc::cleanup(void) in cleanup()
329 impl::tc::pass(void) in pass()
367 impl::tc::expect_pass(void) in expect_pass()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h342 return impl(); in setExecutorProcessControl()
352 return impl(); in setExecutionSession()
361 return impl(); in setJITTargetMachineBuilder()
374 return impl(); in setDataLayout()
385 return impl(); in setLinkProcessSymbolsByDefault()
396 return impl(); in setProcessSymbolsJITDylibSetup()
406 return impl(); in setObjectLinkingLayerCreator()
418 return impl(); in setCompileFunctionCreator()
431 return impl(); in setPrePlatformSetup()
441 return impl(); in setPlatformSetUp()
[all …]
/freebsd-14.2/sys/contrib/openzfs/module/icp/include/
H A Dgeneric_impl.c78 const IMPL_OPS_T *impl = IMPL_ARRAY[i]; in generic_impl_init() local
80 if (impl->is_supported && impl->is_supported()) in generic_impl_init()
81 generic_supp_impls[c++] = impl; in generic_impl_init()
113 switch (impl) { in generic_impl_getname()
119 return (generic_supp_impls[impl]->name); in generic_impl_getname()
161 impl = generic_impl_selectors[i].sel; in generic_impl_setname()
174 impl = i; in generic_impl_setname()
182 atomic_swap_32(&generic_impl_chosen, impl); in generic_impl_setname()
217 switch (impl) { in IMPL_GET_OPS()
226 ASSERT3U(impl, <, generic_supp_impls_cnt); in IMPL_GET_OPS()
[all …]
/freebsd-14.2/contrib/bearssl/test/
H A Dtest_math.c93 static const int_impl *impl; variable
175 impl->encode(xb, xlen, x); in check_eqz()
275 mp0i = impl->ninv(mp[1]); in test_modint()
296 impl->sub(ma, mp, ctl); in test_modint()
303 impl->add(ma, mp, impl->sub(ma, mb, 1)); in test_modint()
313 impl->reduce(ma, mv, mp); in test_modint()
318 impl->to_monty(ma, mp); in test_modint()
320 / impl->word_size) * impl->word_size); in test_modint()
328 impl->to_monty(ma, mp); in test_modint()
473 impl = &i32_impl; in main()
[all …]
/freebsd-14.2/contrib/kyua/utils/sqlite/
H A Dtransaction.cpp43 struct utils::sqlite::transaction::impl : utils::noncopyable { struct in utils::sqlite::transaction
61 impl(database& db_, const statuses status_) : in impl() argument
70 ~impl(void) in ~impl() argument
72 if (status == impl::open_status) { in ~impl()
88 PRE(status == impl::open_status); in commit()
90 status = impl::committed_status; in commit()
100 PRE(status == impl::open_status); in rollback()
102 status = impl::rolled_back_status; in rollback()
114 _pimpl(new impl(db, impl::open_status)) in transaction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMemOperandPrinter.h24 Derived &impl() { return *static_cast<Derived *>(this); } in impl() function
29 impl().printOperand(MI, OpNum, O); in printARIMem()
35 impl().printOperand(MI, OpNum, O); in printARIPIMem()
41 impl().printOperand(MI, OpNum, O); in printARIPDMem()
47 impl().printDisp(MI, OpNum + M68k::MemDisp, O); in printARIDMem()
49 impl().printOperand(MI, OpNum + M68k::MemBase, O); in printARIDMem()
55 impl().printDisp(MI, OpNum + M68k::MemDisp, O); in printARIIMem()
57 impl().printOperand(MI, OpNum + M68k::MemBase, O); in printARIIMem()
59 impl().printOperand(MI, OpNum + M68k::MemIndex, O); in printARIIMem()
66 impl().printDisp(MI, OpNum + M68k::PCRelDisp, O); in printPCDMem()
[all …]
/freebsd-14.2/crypto/openssl/crypto/property/
H A Dproperty.c212 if (impl != NULL) { in impl_free()
214 OPENSSL_free(impl); in impl_free()
305 IMPLEMENTATION *impl; in ossl_method_store_add() local
318 impl = OPENSSL_malloc(sizeof(*impl)); in ossl_method_store_add()
319 if (impl == NULL) in ossl_method_store_add()
325 OPENSSL_free(impl); in ossl_method_store_add()
328 impl->provider = prov; in ossl_method_store_add()
332 OPENSSL_free(impl); in ossl_method_store_add()
371 impl_free(impl); in ossl_method_store_add()
377 impl_free(impl); in ossl_method_store_add()
[all …]
/freebsd-14.2/sys/x86/include/
H A Dbus_dma.h45 return (tc->impl->id_mapped(dmat, buf, buflen)); in bus_dma_id_mapped()
58 return (tc->impl->map_create(dmat, flags, mapp)); in bus_dmamap_create()
71 return (tc->impl->map_destroy(dmat, map)); in bus_dmamap_destroy()
86 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp)); in bus_dmamem_alloc()
99 tc->impl->mem_free(dmat, vaddr, map); in bus_dmamem_free()
112 tc->impl->map_unload(dmat, map); in bus_dmamap_unload()
123 tc->impl->map_sync(dmat, map, op); in bus_dmamap_sync()
150 return (tc->impl->load_ma(dmat, map, ma, tlen, ma_offs, flags, in _bus_dmamap_load_ma()
178 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg); in _bus_dmamap_waitok()
189 return (tc->impl->map_complete(dmat, map, segs, nsegs, error)); in _bus_dmamap_complete()
[all …]
/freebsd-14.2/sys/arm64/include/
H A Dbus_dma.h19 return (tc->impl->id_mapped(dmat, buf, buflen)); in bus_dma_id_mapped()
32 return (tc->impl->map_create(dmat, flags, mapp)); in bus_dmamap_create()
45 return (tc->impl->map_destroy(dmat, map)); in bus_dmamap_destroy()
60 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp)); in bus_dmamem_alloc()
73 tc->impl->mem_free(dmat, vaddr, map); in bus_dmamem_free()
85 tc->impl->map_unload(dmat, map); in bus_dmamap_unload()
94 tc->impl->map_sync(dmat, map, op); in bus_dmamap_sync()
104 return (tc->impl->load_phys(dmat, map, buf, buflen, flags, segs, in _bus_dmamap_load_phys()
116 return (tc->impl->load_ma(dmat, map, ma, tlen, ma_offs, flags, in _bus_dmamap_load_ma()
139 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg); in _bus_dmamap_waitok()
[all …]
/freebsd-14.2/contrib/kyua/utils/fs/
H A Ddirectory.cpp120 struct utils::fs::detail::directory_iterator::impl : utils::noncopyable { struct in utils::fs::detail::directory_iterator
144 impl(void) : _path("invalid-directory-entry"), _dirp(NULL) in impl() function
153 explicit impl(const path& path) : _path(path) in impl() function
173 ~impl(void) in ~impl() argument
219 detail::directory_iterator::directory_iterator(std::shared_ptr< impl > pimpl) : in directory_iterator()
240 return directory_iterator(std::shared_ptr< impl >(new impl(path))); in new_begin()
250 return directory_iterator(std::shared_ptr< impl >(new impl())); in new_end()
319 struct utils::fs::directory::impl : utils::noncopyable { struct in utils::fs::directory
326 impl(const fs::path& path_) : _path(path_) in impl() argument
335 fs::directory::directory(const path& path_) : _pimpl(new impl(path_)) in directory()
H A Dauto_cleaners.cpp45 struct utils::fs::auto_directory::impl : utils::noncopyable { struct in utils::fs::auto_directory
55 impl(const path& directory_) : in impl() argument
62 ~impl(void) in ~impl() argument
93 _pimpl(new impl(directory_)) in auto_directory()
157 struct utils::fs::auto_file::impl : utils::noncopyable { struct in utils::fs::auto_file
167 impl(const path& file_) : in impl() argument
174 ~impl(void) in ~impl() argument
205 _pimpl(new impl(file_)) in auto_file()
/freebsd-14.2/contrib/bearssl/inc/
H A Dbearssl_ec.h684 typedef size_t (*br_ecdsa_sign)(const br_ec_impl *impl,
710 typedef uint32_t (*br_ecdsa_vrfy)(const br_ec_impl *impl,
726 size_t br_ecdsa_i31_sign_asn1(const br_ec_impl *impl,
742 size_t br_ecdsa_i31_sign_raw(const br_ec_impl *impl,
759 uint32_t br_ecdsa_i31_vrfy_asn1(const br_ec_impl *impl,
776 uint32_t br_ecdsa_i31_vrfy_raw(const br_ec_impl *impl,
792 size_t br_ecdsa_i15_sign_asn1(const br_ec_impl *impl,
808 size_t br_ecdsa_i15_sign_raw(const br_ec_impl *impl,
825 uint32_t br_ecdsa_i15_vrfy_asn1(const br_ec_impl *impl,
842 uint32_t br_ecdsa_i15_vrfy_raw(const br_ec_impl *impl,
[all …]
/freebsd-14.2/contrib/kyua/utils/text/
H A Dregex.cpp79 struct utils::text::regex_matches::impl : utils::noncopyable { struct in utils::text::regex_matches
108 impl(const ::regex_t* preg, const std::string& str, in impl() function
125 ~impl(void) in ~impl() argument
134 text::regex_matches::regex_matches(std::shared_ptr< impl > pimpl) : in regex_matches()
200 struct utils::text::regex::impl : utils::noncopyable { struct in utils::text::regex
219 impl(const std::string& regex_, const std::size_t ngroups, in impl() function
231 ~impl(void) in ~impl() argument
241 text::regex::regex(std::shared_ptr< impl > pimpl) : _pimpl(pimpl) in regex()
267 return regex(std::shared_ptr< impl >(new impl(regex_, ngroups, in compile()
280 std::shared_ptr< regex_matches::impl > pimpl(new regex_matches::impl( in match()
H A Dregex.hpp47 struct impl;
50 std::shared_ptr< impl > _pimpl;
53 regex_matches(std::shared_ptr< impl >);
69 struct impl;
72 std::shared_ptr< impl > _pimpl;
74 regex(std::shared_ptr< impl >);
/freebsd-14.2/contrib/ofed/opensm/opensm/
H A Dosm_event_plugin.c92 rc->impl = in osm_epi_construct()
95 if (!rc->impl) { in osm_epi_construct()
103 old_impl = (struct old_if *) rc->impl; in osm_epi_construct()
113 if (strcmp(rc->impl->osm_version, osm->osm_version)) { in osm_epi_construct()
117 plugin_name, rc->impl->osm_version); in osm_epi_construct()
121 if (!rc->impl->create) { in osm_epi_construct()
128 rc->plugin_data = rc->impl->create(osm); in osm_epi_construct()
146 if (plugin->impl->delete) in osm_epi_destroy()
147 plugin->impl->delete(plugin->plugin_data); in osm_epi_destroy()
/freebsd-14.2/sys/riscv/include/
H A Dbus_dma.h20 return (tc->impl->map_create(dmat, flags, mapp)); in bus_dmamap_create()
33 return (tc->impl->map_destroy(dmat, map)); in bus_dmamap_destroy()
48 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp)); in bus_dmamem_alloc()
61 tc->impl->mem_free(dmat, vaddr, map); in bus_dmamem_free()
73 tc->impl->map_unload(dmat, map); in bus_dmamap_unload()
82 tc->impl->map_sync(dmat, map, op); in bus_dmamap_sync()
92 return (tc->impl->load_phys(dmat, map, buf, buflen, flags, segs, in _bus_dmamap_load_phys()
104 return (tc->impl->load_ma(dmat, map, ma, tlen, ma_offs, flags, in _bus_dmamap_load_ma()
116 return (tc->impl->load_buffer(dmat, map, buf, buflen, pmap, flags, segs, in _bus_dmamap_load_buffer()
127 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg); in _bus_dmamap_waitok()
[all …]
/freebsd-14.2/contrib/kyua/utils/config/
H A Dparser.cpp56 struct utils::config::parser::impl : utils::noncopyable { struct in utils::config::parser
74 impl(parser* const parent_, tree& config_tree_) : in impl() function
126 config::parser::impl* impl = in lua_syntax() local
127 *state.to_userdata< config::parser::impl* >(-1); in lua_syntax()
130 impl->syntax_callback(syntax_version); in lua_syntax()
144 _pimpl(new impl(this, config_tree)) in parser()
150 *_pimpl->_state.new_userdata< config::parser::impl* >() = _pimpl.get(); in parser()

123456789