Home
last modified time | relevance | path

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

123456

/freebsd-12.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-12.1/contrib/atf/atf-c++/
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 …]
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 Dbuild.cpp37 namespace impl = atf::build;
76 impl::c_o(const std::string& sfile, const std::string& ofile, in c_o()
90 impl::cpp(const std::string& sfile, const std::string& ofile, in cpp()
104 impl::cxx_o(const std::string& sfile, const std::string& ofile, in cxx_o()
/freebsd-12.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-12.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-12.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-12.1/contrib/gdb/gdb/
H A Dui-out.c103 struct ui_out_impl *impl; member
870 if (!uiout->impl->table_end) in uo_table_end()
911 if (!uiout->impl->field_int) in uo_field_int()
942 if (!uiout->impl->field_fmt) in uo_field_fmt()
950 if (!uiout->impl->spaces) in uo_spaces()
959 if (!uiout->impl->text) in uo_text()
969 if (!uiout->impl->message) in uo_message()
985 if (!uiout->impl->flush) in uo_flush()
987 uiout->impl->flush (uiout); in uo_flush()
993 if (!uiout->impl->redirect) in uo_redirect()
[all …]
/freebsd-12.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-12.1/sys/arm64/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-12.1/sys/x86/include/
H A Dbus_dma.h48 return (tc->impl->map_create(dmat, flags, mapp)); in bus_dmamap_create()
61 return (tc->impl->map_destroy(dmat, map)); in bus_dmamap_destroy()
76 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp)); in bus_dmamem_alloc()
89 tc->impl->mem_free(dmat, vaddr, map); in bus_dmamem_free()
102 tc->impl->map_unload(dmat, map); in bus_dmamap_unload()
113 tc->impl->map_sync(dmat, map, op); in bus_dmamap_sync()
128 return (tc->impl->load_phys(dmat, map, buf, buflen, flags, segs, in _bus_dmamap_load_phys()
140 return (tc->impl->load_ma(dmat, map, ma, tlen, ma_offs, flags, in _bus_dmamap_load_ma()
156 return (tc->impl->load_buffer(dmat, map, buf, buflen, pmap, flags, segs, in _bus_dmamap_load_buffer()
168 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg); in _bus_dmamap_waitok()
[all …]
/freebsd-12.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-12.1/contrib/llvm/include/llvm/Support/
H A DMutex.h93 MutexImpl impl; variable
98 impl(rec), acquired(0), recursive(rec) { } in impl() function
102 return impl.acquire(); in lock()
115 return impl.release(); in unlock()
129 return impl.tryacquire(); in try_lock()
H A DRWMutex.h89 RWMutexImpl impl; variable
100 return impl.reader_acquire(); in lock_shared()
110 return impl.reader_release(); in unlock_shared()
121 return impl.writer_acquire(); in lock()
132 return impl.writer_release(); in unlock()
/freebsd-12.1/crypto/openssl/crypto/evp/
H A Ddigest.c66 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) in EVP_DigestInit_ex() argument
86 if (impl != NULL) { in EVP_DigestInit_ex()
87 if (!ENGINE_init(impl)) { in EVP_DigestInit_ex()
93 impl = ENGINE_get_digest_engine(type->type); in EVP_DigestInit_ex()
95 if (impl != NULL) { in EVP_DigestInit_ex()
97 const EVP_MD *d = ENGINE_get_digest(impl, type->type); in EVP_DigestInit_ex()
101 ENGINE_finish(impl); in EVP_DigestInit_ex()
110 ctx->engine = impl; in EVP_DigestInit_ex()
276 ENGINE *impl) in EVP_Digest() argument
284 ret = EVP_DigestInit_ex(ctx, type, impl) in EVP_Digest()
/freebsd-12.1/sys/contrib/libsodium/test/default/
H A Drandombytes.c133 randombytes_implementation impl = randombytes_sysrandom_implementation; in impl_tests() local
135 randombytes_implementation impl = randombytes_nativeclient_implementation; in impl_tests()
139 impl.uniform = randombytes_uniform_impl; in impl_tests()
141 randombytes_set_implementation(&impl); in impl_tests()
148 impl.close = NULL; in impl_tests()
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A DMakefile.am42 pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
44 pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
46 pth/mf-hooks1.lo: mf-hooks1.c mf-runtime.h mf-impl.h
48 pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
50 pth/mf-hooks3.lo: mf-hooks3.c mf-runtime.h mf-impl.h
/freebsd-12.1/sys/x86/x86/
H A Dbusdma_machdep.c147 common->impl = &bus_dma_bounce_impl; in common_bus_dma_tag_create()
170 common->impl = parent->impl; in common_bus_dma_tag_create()
208 return (tc->impl->tag_set_domain(dmat)); in bus_dma_tag_set_domain()
232 error = tc->impl->tag_create(parent, alignment, in bus_dma_tag_create()
245 return (tc->impl->tag_destroy(dmat)); in bus_dma_tag_destroy()
/freebsd-12.1/contrib/bearssl/src/ec/
H A Dec_pubkey.c63 br_ec_compute_pub(const br_ec_impl *impl, br_ec_public_key *pk, in br_ec_compute_pub() argument
71 || ((impl->supported_curves >> curve) & 1) == 0) in br_ec_compute_pub()
78 len = impl->mulgen(kbuf, sk->x, sk->xlen, curve); in br_ec_compute_pub()
/freebsd-12.1/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c443 int (*impl)(int argc, char **argv); member
447 { .cmd = "create", .impl = create_shm},
448 { .cmd = "rm", .impl = delete_shm, },
449 { .cmd = "ls", .impl = list_shm },
450 { .cmd = "dump", .impl = read_shm, },
451 { .cmd = "stat", .impl = stat_shm, },
452 { .cmd = "truncate", .impl = truncate_shm, },
478 ret = opmode->impl(argc - 1, argv + 1); in main()
/freebsd-12.1/sys/riscv/riscv/
H A Dbusdma_machdep.c144 common->impl = &bus_dma_bounce_impl; in common_bus_dma_tag_create()
167 common->impl = parent->impl; in common_bus_dma_tag_create()
210 error = tc->impl->tag_create(parent, alignment, in bus_dma_tag_create()
223 return (tc->impl->tag_destroy(dmat)); in bus_dma_tag_destroy()

123456