/third_party/ntfs-3g/ntfsprogs/ |
D | cluster.c | 48 struct mft_search_ctx *m_ctx = NULL; in cluster_find() local 58 m_ctx = mft_get_search_ctx(vol); in cluster_find() 59 m_ctx->flags_search = FEMR_IN_USE | FEMR_BASE_RECORD; in cluster_find() 62 while (mft_next_record(m_ctx) == 0) { in cluster_find() 64 if (!(m_ctx->flags_match & FEMR_BASE_RECORD)) in cluster_find() 68 m_ctx->inode->mft_no); in cluster_find() 70 a_ctx = ntfs_attr_get_search_ctx(m_ctx->inode, NULL); in cluster_find() 109 if ((*cb) (m_ctx->inode, a_ctx->attr, runs+j, data)) in cluster_find() 128 mft_put_search_ctx(m_ctx); in cluster_find()
|
D | ntfscluster.c | 285 struct mft_search_ctx *m_ctx; in info() local 292 m_ctx = mft_get_search_ctx(vol); in info() 293 m_ctx->flags_search = FEMR_IN_USE | FEMR_METADATA | FEMR_BASE_RECORD | FEMR_NOT_BASE_RECORD; in info() 294 while (mft_next_record(m_ctx) == 0) { in info() 296 if (!(m_ctx->flags_match & FEMR_IN_USE)) in info() 301 a_ctx = ntfs_attr_get_search_ctx(m_ctx->inode, NULL); in info() 313 if (m_ctx->flags_match & FEMR_METADATA) in info() 326 mft_put_search_ctx(m_ctx); in info()
|
/third_party/openssl/crypto/bn/ |
D | bn_blind.c | 97 if (b->m_ctx != NULL) { in BN_BLINDING_update() 98 if (!bn_mul_mont_fixed_top(b->Ai, b->Ai, b->Ai, b->m_ctx, ctx) in BN_BLINDING_update() 99 || !bn_mul_mont_fixed_top(b->A, b->A, b->A, b->m_ctx, ctx)) in BN_BLINDING_update() 140 if (b->m_ctx != NULL) in BN_BLINDING_convert_ex() 141 ret = BN_mod_mul_montgomery(n, n, b->A, b->m_ctx, ctx); in BN_BLINDING_convert_ex() 165 if (b->m_ctx != NULL) { in BN_BLINDING_invert_ex() 180 ret = BN_mod_mul_montgomery(n, n, r, b->m_ctx, ctx); in BN_BLINDING_invert_ex() 226 BN_MONT_CTX *m_ctx), in BN_BLINDING_create_param() argument 227 BN_MONT_CTX *m_ctx) in BN_BLINDING_create_param() 254 if (m_ctx != NULL) in BN_BLINDING_create_param() [all …]
|
D | rsa_sup_mul.c | 548 if (blinding->m_ctx != NULL) { in ossl_bn_rsa_do_unblind() 561 if (blinding->m_ctx != NULL) { in ossl_bn_rsa_do_unblind() 564 blinding->m_ctx->n0[0], l_tmp); in ossl_bn_rsa_do_unblind()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsVertexArrayTests.cpp | 387 , m_ctx (context) in ContextArray() 403 m_ctx.genBuffers(1, &m_glBuffer); in ContextArray() 404 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glGenBuffers()"); in ContextArray() 412 m_ctx.deleteBuffers(1, &m_glBuffer); in ~ContextArray() 413 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glDeleteBuffers()"); in ~ContextArray() 433 m_ctx.bindBuffer(targetToGL(target), m_glBuffer); in data() 434 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glBindBuffer()"); in data() 436 m_ctx.bufferData(targetToGL(target), size, ptr, usageToGL(usage)); in data() 437 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glBufferData()"); in data() 457 m_ctx.bindBuffer(targetToGL(target), m_glBuffer); in subdata() [all …]
|
D | glsDrawTest.cpp | 902 sglr::Context& m_ctx; member in deqp::gls::__anonc2cf4fef0111::AttributeArray 923 , m_ctx (context) in AttributeArray() 941 m_ctx.genBuffers(1, &m_glBuffer); in AttributeArray() 942 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glGenBuffers()"); in AttributeArray() 950 m_ctx.deleteBuffers(1, &m_glBuffer); in ~AttributeArray() 951 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glDeleteBuffers()"); in ~AttributeArray() 966 m_ctx.bindBuffer(targetToGL(target), m_glBuffer); in data() 967 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glBindBuffer()"); in data() 969 m_ctx.bufferData(targetToGL(target), size, ptr, usageToGL(usage)); in data() 970 GLU_EXPECT_NO_ERROR(m_ctx.getError(), "glBufferData()"); in data() [all …]
|
D | glsLifetimeTests.hpp | 83 const Context& getContext (void) const { return m_ctx; } in getContext() 84 const RenderContext& getRenderContext (void) const { return m_ctx.getRenderContext(); } in getRenderContext() 85 TestContext& getTestContext (void) const { return m_ctx.getTestContext(); } in getTestContext() 86 const Functions& gl (void) const { return m_ctx.gl(); } in gl() 87 TestLog& log (void) const { return m_ctx.log(); } in log() 95 const Context m_ctx; member in deqp::gls::LifetimeTests::details::ContextWrapper
|
D | glsFboCompletenessTests.hpp | 89 Context& getContext (void) const { return m_ctx; } in getContext() 97 , m_ctx (ctx) {} in TestBase() 112 Context& m_ctx; member in deqp::gls::fboc::details::TestBase
|
D | glsFboCompletenessTests.cpp | 625 glu::Framebuffer fbo (m_ctx.getRenderContext()); in iterate() 628 const ValidStatusCodes reference = m_ctx.getVerifier().validStatusCodes(builder); in iterate() 632 …logFormatInfo(builder, m_ctx.getCtxFormats(), m_ctx.getCoreFormats(), m_ctx.getAllFormats(), m_tes… in iterate() 696 Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(attPoint) | in getDefaultFormat() 701 formats = m_ctx.getCtxFormats().getFormats(formatFlag(attPoint) | in getDefaultFormat() 888 const Formats& formats = m_ctx.getCoreFormats().getFormats(flags); in makeDepthAndStencil() 914 TCU_CHECK_AND_THROW(NotSupportedError, m_ctx.haveMultiColorAtts(), in build()
|
D | glsLifetimeTests.cpp | 133 , m_ctx (ctx) in ContextWrapper() 855 const Context& getContext (void) const { return m_ctx; } in getContext() 856 const RenderContext& getRenderContext (void) const { return m_ctx.getRenderContext(); } in getRenderContext() 857 const Functions& gl (void) const { return m_ctx.gl(); } in gl() 858 TestLog& log (void) const { return m_ctx.log(); } in log() 861 Context m_ctx; member in deqp::gls::LifetimeTests::details::TestBase 868 , m_ctx (ctx) in TestBase()
|
D | glsBuiltinPrecisionTests.cpp | 4575 , m_ctx (context) in PrecisionCase() 4583 RenderContext& getRenderContext(void) const { return m_ctx.renderContext; } in getRenderContext() 4585 const FloatFormat& getFormat (void) const { return m_ctx.floatFormat; } in getFormat() 4599 return Symbol(variable.getName(), getVarTypeOf<T>(m_ctx.precision)); in makeSymbol() 4602 Context m_ctx; member in deqp::gls::BuiltinPrecisionTests::PrecisionCase 4635 const FloatFormat highpFmt = m_ctx.highpFormat; in testStatement() 4677 os << "precision " << glu::getPrecisionName(m_ctx.precision) << " float;\n"; in testStatement() 4720 m_ctx.shaderType, in testStatement() 4776 EvalContext ctx (fmt, m_ctx.precision, env); in testStatement() 5112 m_ctx.floatFormat, in runTest() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuviddec.h | 994 CUvideoctxlock m_ctx; 996 CCtxAutoLock(CUvideoctxlock ctx):m_ctx(ctx) { cuvidCtxLock(m_ctx,0); } in CCtxAutoLock() 997 ~CCtxAutoLock() { cuvidCtxUnlock(m_ctx,0); } in ~CCtxAutoLock()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 303 glu::Framebuffer fbo(m_ctx.getRenderContext()); in tryCombination() 323 const FormatFlags flags = m_ctx.getCoreFormats().getFormatInfo(fmt); in formatKind() 333 const FormatDB& db = m_ctx.getCoreFormats(); in iterate()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | bn.h | 284 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 289 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 292 BN_CTX *ctx, BN_MONT_CTX *m_ctx); 399 BN_MONT_CTX *m_ctx), 400 BN_MONT_CTX *m_ctx);
|
D | rsa.h | 466 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 473 BN_MONT_CTX *m_ctx));
|
/third_party/openssl/doc/man3/ |
D | BN_BLINDING_new.pod | 38 BN_MONT_CTX *m_ctx), 39 BN_MONT_CTX *m_ctx); 86 B<m_ctx> can be used to pass special functions for exponentiation
|
D | DH_meth_new.pod | 46 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 50 BN_MONT_CTX *m_ctx));
|
/third_party/openssl/crypto/dh/ |
D | dh_key.c | 32 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 185 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in dh_bn_mod_exp() argument 187 return BN_mod_exp_mont(r, a, p, m, ctx, m_ctx); in dh_bn_mod_exp()
|
D | dh_local.h | 52 BN_MONT_CTX *m_ctx);
|
/third_party/openssl/include/openssl/ |
D | bn.h | 308 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 313 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 316 BN_CTX *ctx, BN_MONT_CTX *m_ctx); 441 BN_MONT_CTX *m_ctx), 442 BN_MONT_CTX *m_ctx);
|
/third_party/openssl/crypto/rsa/ |
D | rsa_meth.c | 188 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in RSA_meth_get_bn_mod_exp() 199 BN_MONT_CTX *m_ctx)) in RSA_meth_set_bn_mod_exp() argument
|
D | rsa_local.h | 117 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
|
/third_party/openssl/crypto/dsa/ |
D | dsa_local.h | 58 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 2383 sglr::Context* m_ctx; member in deqp::gles31::Functional::__anon128757fa0111::NegativeDrawCase 2391 , m_ctx (DE_NULL) in NegativeDrawCase() 2408 …m_ctx = new sglr::GLContext(m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG… in init() 2414 delete m_ctx; in deinit() 2417 m_ctx = NULL; in deinit() 2423 const GLuint programId = m_ctx->createProgram(m_program); in iterate() 2424 const GLint attrPosLoc = m_ctx->getAttribLocation(programId, "a_position"); in iterate() 2431 m_ctx->genVertexArrays(1, &vaoId); in iterate() 2432 m_ctx->bindVertexArray(vaoId); in iterate() 2434 m_ctx->genBuffers(1, &vertexPosBuf); in iterate() [all …]
|
D | es31fNegativeVertexArrayApiTests.cpp | 76 , m_ctx(ctx) in VAOHelper() 82 m_ctx.glGenVertexArrays(1, &m_vao); in VAOHelper() 83 m_ctx.glBindVertexArray(m_vao); in VAOHelper() 84 m_ctx.glVertexAttribPointer(0, 1, GL_BYTE, GL_TRUE, 0, NULL); in VAOHelper() 85 m_ctx.glEnableVertexAttribArray(0); in VAOHelper() 91 m_ctx.glDeleteVertexArrays(1, &m_vao); in ~VAOHelper() 96 NegativeTestContext& m_ctx; member in deqp::gles31::Functional::NegativeTestShared::VAOHelper
|