| /freebsd-12-stable/contrib/atf/atf-c++/detail/ |
| D | fs.cpp | 58 namespace impl = atf::fs; 65 static bool safe_access(const impl::path&, int, int); 76 safe_access(const impl::path& p, int mode, int experr) in safe_access() 108 impl::path::path(const std::string& s) in path() 115 impl::path::path(const path& p) in path() 122 impl::path::path(const atf_fs_path_t *p) in path() 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() [all …]
|
| D | process.cpp | 41 namespace impl = atf::process; 82 impl::argv_array::argv_array(void) : in argv_array() 87 impl::argv_array::argv_array(const char* arg1, ...) in argv_array() 104 impl::argv_array::argv_array(const char* const* ca) : in argv_array() 110 impl::argv_array::argv_array(const argv_array& a) : in argv_array() 117 impl::argv_array::ctor_init_exec_argv(void) in ctor_init_exec_argv() 123 impl::argv_array::exec_argv(void) in exec_argv() 129 impl::argv_array::size_type 130 impl::argv_array::size(void) in size() 137 impl::argv_array::operator[](int idx) in operator []() [all …]
|
| D | application.cpp | 54 namespace impl = atf::application; 61 impl::usage_error::usage_error(const char *fmt, ...) in usage_error() 72 impl::usage_error::~usage_error(void) in ~usage_error() 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 <() 104 impl::app::app(const std::string& description, in app() 114 impl::app::~app(void) in ~app() 119 impl::app::inited(void) in inited() 124 impl::app::options_set [all …]
|
| D | env.cpp | 36 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()
|
| D | text.cpp | 42 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-stable/contrib/atf/atf-c++/ |
| D | tests.cpp | 74 namespace impl = atf::tests; 145 static std::map< atf_tc_t*, impl::tc* > wraps; 146 static std::map< const atf_tc_t*, const impl::tc* > cwraps; 148 struct impl::tc_impl { 168 std::map< atf_tc_t*, impl::tc* >::iterator iter = wraps.find(tc); in wrap_head() 176 std::map< const atf_tc_t*, const impl::tc* >::const_iterator iter = in wrap_body() 185 std::map< const atf_tc_t*, const impl::tc* >::const_iterator iter = in wrap_cleanup() 192 impl::tc::tc(const std::string& ident, const bool has_cleanup) : in tc() 197 impl::tc::~tc(void) in ~tc() 206 impl::tc::init(const vars_map& config) in init() [all …]
|
| D | check.cpp | 39 namespace impl = atf::check; 46 impl::check_result::check_result(const atf_check_result_t* result) in check_result() 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() 103 impl::build_c_o(const std::string& sfile, const std::string& ofile, in build_c_o() [all …]
|
| /freebsd-12-stable/contrib/bearssl/test/ |
| D | test_math.c | 93 static const int_impl *impl; variable 175 impl->encode(xb, xlen, x); in check_eqz() 264 impl->decode(mp, ep, plen); in test_modint() 265 if (impl->decode_mod(ma, ea, alen, mp) != 1) { in test_modint() 275 mp0i = impl->ninv(mp[1]); in test_modint() 276 if (impl->decode_mod(mb, eb, blen, mp) != 1) { in test_modint() 286 impl->decode(mv, ev, vlen); in test_modint() 292 impl->decode_mod(ma, ea, alen, mp); in test_modint() 293 impl->decode_mod(mb, eb, blen, mp); in test_modint() 294 ctl = impl->add(ma, mb, 1); in test_modint() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | LLJIT.h | 284 !impl().ES && in setExecutorProcessControl() 287 impl().EPC = std::move(EPC); in setExecutorProcessControl() 288 return impl(); in setExecutorProcessControl() 293 impl().ES = std::move(ES); in setExecutionSession() 294 return impl(); in setExecutionSession() 302 impl().JTMB = std::move(JTMB); in setJITTargetMachineBuilder() 303 return impl(); in setJITTargetMachineBuilder() 309 return impl().JTMB; in getJITTargetMachineBuilder() 315 impl().DL = std::move(DL); in setDataLayout() 316 return impl(); in setDataLayout() [all …]
|
| /freebsd-12-stable/contrib/googletest/googletest/scripts/ |
| D | gen_gtest_pred_impl.py | 216 impl = """ 222 impl += Iter(n, """, 225 impl += """> 228 impl += Iter(n, """, 231 impl += """, 234 impl += Iter(n, """, 237 impl += """) { 242 impl += ' return AssertionFailure() << pred_text << "("' 244 impl += Iter(n, """ 247 impl += ' << ") evaluates to false, where"' [all …]
|
| /freebsd-12-stable/sys/arm64/include/ |
| D | bus_dma.h | 20 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() 129 return (tc->impl->load_buffer(dmat, map, buf, buflen, pmap, flags, segs, in _bus_dmamap_load_buffer() [all …]
|
| /freebsd-12-stable/sys/x86/include/ |
| D | bus_dma.h | 47 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() 168 return (tc->impl->load_buffer(dmat, map, buf, buflen, pmap, flags, segs, in _bus_dmamap_load_buffer() [all …]
|
| /freebsd-12-stable/contrib/bearssl/inc/ |
| D | bearssl_ec.h | 684 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-stable/contrib/gdb/gdb/ |
| D | ui-out.c | 103 struct ui_out_impl *impl; member 744 return uiout->impl->is_mi_like_p; in ui_out_is_mi_like_p() 854 if (!uiout->impl->table_begin) in uo_table_begin() 856 uiout->impl->table_begin (uiout, nbrofcols, nr_rows, tblid); in uo_table_begin() 862 if (!uiout->impl->table_body) in uo_table_body() 864 uiout->impl->table_body (uiout); in uo_table_body() 870 if (!uiout->impl->table_end) in uo_table_end() 872 uiout->impl->table_end (uiout); in uo_table_end() 880 if (!uiout->impl->table_header) in uo_table_header() 882 uiout->impl->table_header (uiout, width, align, col_name, colhdr); in uo_table_header() [all …]
|
| /freebsd-12-stable/sys/riscv/include/ |
| D | bus_dma.h | 21 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-stable/contrib/ofed/opensm/opensm/ |
| D | osm_event_plugin.c | 92 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-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | RWMutex.h | 98 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()
|
| D | Mutex.h | 29 std::recursive_mutex impl; variable 35 impl.lock(); in lock() 48 impl.unlock(); in unlock() 62 return impl.try_lock(); in try_lock()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| D | PerGraphGOTAndPLTStubsBuilder.h | 47 if (impl().isGOTEdgeToFix(E)) { in run() 54 impl().fixGOTEdge(E, getGOTEntry(E.getTarget())); in run() 55 } else if (impl().isExternalBranchEdge(E)) { in run() 62 impl().fixPLTEdge(E, getPLTStub(E.getTarget())); in run() 77 auto &GOTEntry = impl().createGOTEntry(Target); in getGOTEntry() 98 auto &StubSymbol = impl().createPLTStub(Target); in getPLTStub() 115 BuilderImplT &impl() { return static_cast<BuilderImplT &>(*this); } in impl() function
|
| /freebsd-12-stable/crypto/openssl/crypto/evp/ |
| D | digest.c | 77 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) in EVP_DigestInit_ex() argument 98 if (impl != NULL) { in EVP_DigestInit_ex() 99 if (!ENGINE_init(impl)) { in EVP_DigestInit_ex() 105 impl = ENGINE_get_digest_engine(type->type); in EVP_DigestInit_ex() 107 if (impl != NULL) { in EVP_DigestInit_ex() 109 const EVP_MD *d = ENGINE_get_digest(impl, type->type); in EVP_DigestInit_ex() 113 ENGINE_finish(impl); in EVP_DigestInit_ex() 122 ctx->engine = impl; in EVP_DigestInit_ex() 286 ENGINE *impl) in EVP_Digest() argument 294 ret = EVP_DigestInit_ex(ctx, type, impl) in EVP_Digest()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| D | SBCommandInterpreter.h | 87 lldb::SBCommandPluginInterface *impl, 114 lldb::SBCommandPluginInterface *impl, 144 lldb::SBCommandPluginInterface *impl, 333 lldb::SBCommandPluginInterface *impl, 360 lldb::SBCommandPluginInterface *impl, 394 lldb::SBCommandPluginInterface *impl,
|
| /freebsd-12-stable/contrib/gcclibs/libmudflap/ |
| D | Makefile.am | 42 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-stable/sys/contrib/libsodium/test/default/ |
| D | randombytes.c | 133 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-stable/usr.bin/posixshmcontrol/ |
| D | posixshmcontrol.c | 468 int (*impl)(int argc, char **argv); member 472 { .cmd = "create", .impl = create_shm}, 473 { .cmd = "rm", .impl = delete_shm, }, 474 { .cmd = "list", .impl = list_shm }, 475 { .cmd = "ls", .impl = list_shm }, 476 { .cmd = "dump", .impl = read_shm, }, 477 { .cmd = "stat", .impl = stat_shm, }, 478 { .cmd = "truncate", .impl = truncate_shm, }, 504 ret = opmode->impl(argc - 1, argv + 1); in main()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBCommandInterpreter.cpp | 588 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand() argument 592 impl, help); in AddCommand() 594 return LLDB_RECORD_RESULT(AddCommand(name, impl, help, /*syntax=*/nullptr, in AddCommand() 600 lldb::SBCommandPluginInterface *impl, in AddCommand() argument 605 name, impl, help, syntax); in AddCommand() 607 AddCommand(name, impl, help, syntax, /*auto_repeat_command=*/"")) in AddCommand() 611 const char *name, lldb::SBCommandPluginInterface *impl, const char *help, in AddCommand() argument 616 name, impl, help, syntax, auto_repeat_command); in AddCommand() 620 *m_opaque_ptr, name, impl, help, syntax, /*flags=*/0, in AddCommand() 696 lldb::SBCommandPluginInterface *impl, in AddCommand() argument [all …]
|