Searched refs:impl (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-10-stable/contrib/atf/atf-c++/detail/
H A Dfs.cpp58 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)
108 impl::path::path(const std::string& s)
115 impl::path::path(const path& p)
122 impl::path::path(const atf_fs_path_t *p)
129 impl::path::~path(void)
135 impl::path::c_str(void)
142 impl::path::c_path(void)
149 impl
[all...]
H A Dprocess.cpp41 namespace impl = atf::process;
82 impl::argv_array::argv_array(void) :
87 impl::argv_array::argv_array(const char* arg1, ...)
104 impl::argv_array::argv_array(const char* const* ca) :
110 impl::argv_array::argv_array(const argv_array& a) :
117 impl::argv_array::ctor_init_exec_argv(void)
123 impl::argv_array::exec_argv(void)
129 impl::argv_array::size_type
130 impl::argv_array::size(void)
137 impl
[all...]
H A Denv.cpp36 namespace impl = atf::env;
44 impl::get(const std::string& name)
50 impl::get(const std::string& name, const std::string& default_value)
56 impl::has(const std::string& name)
62 impl::set(const std::string& name, const std::string& val)
70 impl::unset(const std::string& name)
H A Dapplication.cpp54 namespace impl = atf::application;
61 impl::usage_error::usage_error(const char *fmt, ...)
72 impl::usage_error::~usage_error(void)
78 impl::usage_error::what(void)
88 impl::option::option(char ch,
98 impl::option::operator<(const impl::option& o)
104 impl::app::app(const std::string& description,
114 impl::app::~app(void)
119 impl
[all...]
H A Dtext.cpp42 namespace impl = atf::text;
46 impl::duplicate(const char* str)
54 impl::match(const std::string& str, const std::string& regex)
80 impl::to_lower(const std::string& str)
90 impl::split(const std::string& str, const std::string& delim)
106 impl::trim(const std::string& str)
122 impl::to_bool(const std::string& str)
134 impl::to_bytes(std::string str)
/freebsd-10-stable/contrib/atf/atf-c++/
H A Dcheck.cpp39 namespace impl = atf::check;
46 impl::check_result::check_result(const atf_check_result_t* result)
51 impl::check_result::~check_result(void)
57 impl::check_result::exited(void)
64 impl::check_result::exitcode(void)
72 impl::check_result::signaled(void)
79 impl::check_result::termsig(void)
87 impl::check_result::stdout_path(void) const
93 impl::check_result::stderr_path(void) const
103 impl
[all...]
H A Dtests.cpp74 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);
176 std::map< const atf_tc_t*, const impl::tc* >::const_iterator iter =
185 std::map< const atf_tc_t*, const impl::tc* >::const_iterator iter =
192 impl::tc::tc(const std::string& ident, const bool has_cleanup) :
197 impl::tc::~tc(void)
206 impl
[all...]
H A Dbuild.cpp37 namespace impl = atf::build;
76 impl::c_o(const std::string& sfile, const std::string& ofile,
90 impl::cpp(const std::string& sfile, const std::string& ofile,
104 impl::cxx_o(const std::string& sfile, const std::string& ofile,
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_event_plugin.c90 rc->impl =
93 if (!rc->impl) {
101 old_impl = (struct old_if *) rc->impl;
111 if (strcmp(rc->impl->osm_version, osm->osm_version)) {
115 plugin_name, rc->impl->osm_version);
119 if (!rc->impl->create) {
126 rc->plugin_data = rc->impl->create(osm);
144 if (plugin->impl->delete)
145 plugin->impl->delete(plugin->plugin_data);
/freebsd-10-stable/lib/libc/include/
H A Dcompat.h38 #define __sym_compat(sym,impl,verid) \
39 .symver impl, sym@verid
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicBase.h62 HImpl& impl() { return static_cast<HImpl&>(*this); } function in class:PBQP::HeuristicBase
135 if (impl().shouldOptimallyReduce(*nItr)) {
138 impl().addToHeuristicReduceList(*nItr);
177 if (impl().heuristicReduce()) {
/freebsd-10-stable/sys/x86/x86/
H A Dbusdma_machdep.c140 common->impl = &bus_dma_bounce_impl;
163 common->impl = parent->impl;
206 error = tc->impl->tag_create(parent, alignment,
219 return (tc->impl->tag_destroy(dmat));
232 return (tc->impl->map_create(dmat, flags, mapp));
245 return (tc->impl->map_destroy(dmat, map));
261 return (tc->impl->mem_alloc(dmat, vaddr, flags, mapp));
274 tc->impl->mem_free(dmat, vaddr, map);
288 return (tc->impl
[all...]
/freebsd-10-stable/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-10-stable/crypto/openssl/crypto/evp/
H A Ddigest.c145 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) argument
168 if (impl) {
169 if (!ENGINE_init(impl)) {
175 impl = ENGINE_get_digest_engine(type->type);
176 if (impl) {
178 const EVP_MD *d = ENGINE_get_digest(impl, type->type);
182 ENGINE_finish(impl);
191 ctx->engine = impl;
340 ENGINE *impl)
347 ret = EVP_DigestInit_ex(&ctx, type, impl)
338 EVP_Digest(const void *data, size_t count, unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) argument
[all...]
H A Devp_enc.c103 ENGINE *impl, const unsigned char *key,
140 if (impl) {
141 if (!ENGINE_init(impl)) {
147 impl = ENGINE_get_cipher_engine(cipher->nid);
148 if (impl) {
150 const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid);
166 ctx->engine = impl;
286 ENGINE *impl, const unsigned char *key,
289 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
299 ENGINE *impl, cons
102 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc) argument
285 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
298 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dui-out.c103 struct ui_out_impl *impl; member in struct:ui_out
218 &default_ui_out_impl, /* impl */
744 return uiout->impl->is_mi_like_p;
854 if (!uiout->impl->table_begin)
856 uiout->impl->table_begin (uiout, nbrofcols, nr_rows, tblid);
862 if (!uiout->impl->table_body)
864 uiout->impl->table_body (uiout);
870 if (!uiout->impl->table_end)
872 uiout->impl->table_end (uiout);
880 if (!uiout->impl
1139 ui_out_new(struct ui_out_impl *impl, struct ui_out_data *data, int flags) argument
[all...]
/freebsd-10-stable/crypto/openssl/crypto/cmac/
H A Dcmac.h74 const EVP_CIPHER *cipher, ENGINE *impl);
H A Dcmac.c152 const EVP_CIPHER *cipher, ENGINE *impl)
158 if ((impl || ctx->cctx.engine)
167 if (!impl && !ctx->cctx.engine)
172 if (!key && !cipher && !impl && keylen == 0) {
183 if (cipher && !EVP_EncryptInit_ex(&ctx->cctx, cipher, impl, NULL, NULL))
151 CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, const EVP_CIPHER *cipher, ENGINE *impl) argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h105 LiveVariables(void *impl);
106 void *impl; member in class:clang::LiveVariables
/freebsd-10-stable/crypto/openssl/crypto/hmac/
H A Dhmac.c69 const EVP_MD *md, ENGINE *impl)
77 if ((impl || ctx->i_ctx.engine)
86 if (!impl && !ctx->i_ctx.engine)
108 if (!EVP_DigestInit_ex(&ctx->md_ctx, md, impl))
129 if (!EVP_DigestInit_ex(&ctx->i_ctx, md, impl))
136 if (!EVP_DigestInit_ex(&ctx->o_ctx, md, impl))
68 HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md, ENGINE *impl) argument
H A Dhmac.h95 const EVP_MD *md, ENGINE *impl);
/freebsd-10-stable/crypto/openssl/crypto/
H A Dex_data.c168 static const CRYPTO_EX_DATA_IMPL *impl = NULL; variable
171 * To call "impl" functions, use this macro rather than referring to 'impl'
174 #define EX_IMPL(a) impl->cb_##a
196 * Internal function that checks whether "impl" is set and if not, sets it to
202 if (!impl)
203 impl = &impl_default;
211 #define IMPL_CHECK if(!impl) impl_check();
216 IMPL_CHECK return impl;
223 if (!impl) {
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h77 AddCommand (const char* name, lldb::SBCommandPluginInterface *impl, const char* help);
209 AddCommand (const char* name, lldb::SBCommandPluginInterface* impl, const char* help = NULL);
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dtick.c156 if (PCPU_GET(impl) == CPU_IMPL_SPARC64V ||
157 PCPU_GET(impl) >= CPU_IMPL_ULTRASPARCIII) {
177 if (PCPU_GET(impl) >= CPU_IMPL_ULTRASPARCI &&
178 PCPU_GET(impl) < CPU_IMPL_ULTRASPARCIII)
390 tick_stop(PCPU_GET(impl));
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp193 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
197 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
201 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
493 const CFG *cfg = getImpl(impl).analysisContext.getCFG();
495 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
498 LiveVariables::LiveVariables(void *im) : impl(im) {}
501 delete (LiveVariablesImpl*) impl;
595 getImpl(impl).dumpBlockLiveness(M);

Completed in 678 milliseconds

123