Home
last modified time | relevance | path

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

12345678

/freebsd-13.1/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 …]
H A Denv.cpp36 namespace impl = atf::env;
44 impl::get(const std::string& name) in get()
50 impl::get(const std::string& name, const std::string& default_value) in get()
56 impl::has(const std::string& name) in has()
62 impl::set(const std::string& name, const std::string& val) in set()
70 impl::unset(const std::string& name) in unset()
H A Dtext.cpp42 namespace impl = atf::text;
46 impl::duplicate(const char* str) in duplicate()
54 impl::match(const std::string& str, const std::string& regex) in match()
80 impl::to_lower(const std::string& str) in to_lower()
90 impl::split(const std::string& str, const std::string& delim) in split()
106 impl::trim(const std::string& str) in trim()
122 impl::to_bool(const std::string& str) in to_bool()
134 impl::to_bytes(std::string str) in to_bytes()
/freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h284 !impl().ES && in setExecutorProcessControl()
288 return impl(); in setExecutorProcessControl()
294 return impl(); in setExecutionSession()
303 return impl(); in setJITTargetMachineBuilder()
316 return impl(); in setDataLayout()
326 return impl(); in setObjectLinkingLayerCreator()
338 return impl(); in setCompileFunctionCreator()
348 return impl(); in setPlatformSetUp()
361 return impl(); in setNumCompileThreads()
371 impl().EPC = &EPC; in setExecutorProcessControl()
[all …]
/freebsd-13.1/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-13.1/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-13.1/contrib/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py216 impl = """
222 impl += Iter(n, """,
225 impl += """>
228 impl += Iter(n, """,
231 impl += """,
237 impl += """) {
244 impl += Iter(n, """
249 impl += Iter(n, """
252 impl += """;
269 impl += """, \\
[all …]
/freebsd-13.1/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() argument
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() function
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-13.1/sys/arm64/include/
H A Dbus_dma.h20 return (tc->impl->id_mapped(dmat, buf, buflen)); in bus_dma_id_mapped()
33 return (tc->impl->map_create(dmat, flags, mapp)); in bus_dmamap_create()
46 return (tc->impl->map_destroy(dmat, map)); in bus_dmamap_destroy()
61 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp)); in bus_dmamem_alloc()
74 tc->impl->mem_free(dmat, vaddr, map); in bus_dmamem_free()
86 tc->impl->map_unload(dmat, map); in bus_dmamap_unload()
95 tc->impl->map_sync(dmat, map, op); in bus_dmamap_sync()
105 return (tc->impl->load_phys(dmat, map, buf, buflen, flags, segs, in _bus_dmamap_load_phys()
117 return (tc->impl->load_ma(dmat, map, ma, tlen, ma_offs, flags, in _bus_dmamap_load_ma()
140 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg); in _bus_dmamap_waitok()
[all …]
/freebsd-13.1/sys/x86/include/
H A Dbus_dma.h47 return (tc->impl->id_mapped(dmat, buf, buflen)); in bus_dma_id_mapped()
60 return (tc->impl->map_create(dmat, flags, mapp)); in bus_dmamap_create()
73 return (tc->impl->map_destroy(dmat, map)); in bus_dmamap_destroy()
88 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp)); in bus_dmamem_alloc()
101 tc->impl->mem_free(dmat, vaddr, map); in bus_dmamem_free()
114 tc->impl->map_unload(dmat, map); in bus_dmamap_unload()
125 tc->impl->map_sync(dmat, map, op); in bus_dmamap_sync()
140 return (tc->impl->load_phys(dmat, map, buf, buflen, flags, segs, in _bus_dmamap_load_phys()
152 return (tc->impl->load_ma(dmat, map, ma, tlen, ma_offs, flags, in _bus_dmamap_load_ma()
180 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg); in _bus_dmamap_waitok()
[all …]
/freebsd-13.1/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-13.1/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-13.1/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-13.1/sys/riscv/include/
H A Dbus_dma.h21 return (tc->impl->map_create(dmat, flags, mapp)); in bus_dmamap_create()
34 return (tc->impl->map_destroy(dmat, map)); in bus_dmamap_destroy()
49 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp)); in bus_dmamem_alloc()
62 tc->impl->mem_free(dmat, vaddr, map); in bus_dmamem_free()
74 tc->impl->map_unload(dmat, map); in bus_dmamap_unload()
83 tc->impl->map_sync(dmat, map, op); in bus_dmamap_sync()
93 return (tc->impl->load_phys(dmat, map, buf, buflen, flags, segs, in _bus_dmamap_load_phys()
105 return (tc->impl->load_ma(dmat, map, ma, tlen, ma_offs, flags, in _bus_dmamap_load_ma()
117 return (tc->impl->load_buffer(dmat, map, buf, buflen, pmap, flags, segs, in _bus_dmamap_load_buffer()
128 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg); in _bus_dmamap_waitok()
[all …]
/freebsd-13.1/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()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c116 switch (impl) { in vdev_raidz_math_get_ops()
136 ASSERT3U(impl, <, raidz_supp_impl_cnt); in vdev_raidz_math_get_ops()
139 ops = raidz_supp_impl[impl]; in vdev_raidz_math_get_ops()
402 int impl, i; in benchmark_raidz_impl() local
404 for (impl = 0; impl < raidz_supp_impl_cnt; impl++) { in benchmark_raidz_impl()
406 curr_impl = raidz_supp_impl[impl]; in benchmark_raidz_impl()
432 fstat->gen[fn] = impl; in benchmark_raidz_impl()
436 fstat->rec[fn] = impl; in benchmark_raidz_impl()
610 impl = math_impl_opts[i].sel; in vdev_raidz_impl_set()
621 impl = i; in vdev_raidz_impl_set()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DRWMutex.h98 std::shared_mutex impl; variable
101 std::shared_timed_mutex impl;
103 RWMutexImpl impl;
112 impl.lock_shared(); in lock_shared()
124 impl.unlock_shared(); in unlock_shared()
137 impl.lock(); in lock()
150 impl.unlock(); in unlock()
/freebsd-13.1/contrib/kyua/utils/process/
H A Dexecutor.hpp115 struct impl;
118 std::shared_ptr< impl > _pimpl;
121 exec_handle(std::shared_ptr< impl >);
144 struct impl;
147 std::shared_ptr< impl > _pimpl;
150 exit_handle(std::shared_ptr< impl >);
177 struct impl;
179 std::shared_ptr< impl > _pimpl;

12345678