/third_party/node/deps/openssl/openssl/crypto/ |
D | core_fetch.c | 23 OSSL_METHOD_CONSTRUCT_METHOD *mcm; member 45 if ((data->store = data->mcm->get_tmp_store(data->mcm_data)) == NULL) in ossl_method_construct_reserve_store() 49 return data->mcm->lock_store(data->store, data->mcm_data); in ossl_method_construct_reserve_store() 56 return data->mcm->unlock_store(data->store, data->mcm_data); in ossl_method_construct_unreserve_store() 109 if ((method = data->mcm->construct(algo, provider, data->mcm_data)) in ossl_method_construct_this() 123 data->mcm->put(data->store, method, provider, algo->algorithm_names, in ossl_method_construct_this() 127 data->mcm->destruct(method, data->mcm_data); in ossl_method_construct_this() 132 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data) in ossl_method_construct() argument 151 cbdata.mcm = mcm; in ossl_method_construct() 163 method = mcm->get(cbdata.store, (const OSSL_PROVIDER **)provider_rw, in ossl_method_construct() [all …]
|
/third_party/openssl/crypto/ |
D | core_fetch.c | 23 OSSL_METHOD_CONSTRUCT_METHOD *mcm; member 45 if ((data->store = data->mcm->get_tmp_store(data->mcm_data)) == NULL) in ossl_method_construct_reserve_store() 49 return data->mcm->lock_store(data->store, data->mcm_data); in ossl_method_construct_reserve_store() 56 return data->mcm->unlock_store(data->store, data->mcm_data); in ossl_method_construct_unreserve_store() 109 if ((method = data->mcm->construct(algo, provider, data->mcm_data)) in ossl_method_construct_this() 123 data->mcm->put(data->store, method, provider, algo->algorithm_names, in ossl_method_construct_this() 127 data->mcm->destruct(method, data->mcm_data); in ossl_method_construct_this() 132 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data) in ossl_method_construct() argument 151 cbdata.mcm = mcm; in ossl_method_construct() 163 method = mcm->get(cbdata.store, (const OSSL_PROVIDER **)provider_rw, in ossl_method_construct() [all …]
|
/third_party/node/deps/openssl/openssl/include/internal/ |
D | core.h | 51 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data);
|
/third_party/openssl/include/internal/ |
D | core.h | 51 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data);
|
/third_party/node/deps/openssl/openssl/crypto/store/ |
D | store_meth.c | 336 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_loader_fetch() local 353 &mcm, methdata)) != NULL) { in inner_loader_fetch()
|
/third_party/openssl/crypto/store/ |
D | store_meth.c | 336 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_loader_fetch() local 353 &mcm, methdata)) != NULL) { in inner_loader_fetch()
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_method_construct.pod | 30 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data); 57 method creator through I<mcm> and the data in I<mcm_data> (which is
|
/third_party/openssl/crypto/evp/ |
D | evp_fetch.c | 326 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_evp_generic_fetch() local 346 &mcm, methdata)) != NULL) { in inner_evp_generic_fetch()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | evp_fetch.c | 326 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_evp_generic_fetch() local 346 &mcm, methdata)) != NULL) { in inner_evp_generic_fetch()
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
D | encoder_meth.c | 407 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_ossl_encoder_fetch() local 424 &mcm, methdata)) != NULL) { in inner_ossl_encoder_fetch()
|
D | decoder_meth.c | 397 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_ossl_decoder_fetch() local 414 &mcm, methdata)) != NULL) { in inner_ossl_decoder_fetch()
|
/third_party/openssl/crypto/encode_decode/ |
D | decoder_meth.c | 397 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_ossl_decoder_fetch() local 414 &mcm, methdata)) != NULL) { in inner_ossl_decoder_fetch()
|
D | encoder_meth.c | 407 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_ossl_encoder_fetch() local 424 &mcm, methdata)) != NULL) { in inner_ossl_encoder_fetch()
|
/third_party/toybox/ |
D | README | 40 the file "scripts/mcm-buildall.sh" in the toybox source) are available at:
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MeasureUnitTest.java | 4608 MeasureUnitImpl mcm = MeasureUnitImpl.forIdentifier("meter"); in TestInternalMeasureUnitImpl() local 4609 mcm.appendSingleUnit(MeasureUnit.CENTIMETER.getCopyOfMeasureUnitImpl().getSingleUnitImpl()); in TestInternalMeasureUnitImpl() 4610 …assertEquals("append meter & centimeter: complexity", MeasureUnit.Complexity.COMPOUND, mcm.getComp… in TestInternalMeasureUnitImpl() 4611 assertEquals("append meter & centimeter: units length", 2, mcm.getSingleUnits().size()); in TestInternalMeasureUnitImpl() 4612 …assertEquals("append meter & centimeter: units[0]", "meter", mcm.getSingleUnits().get(0).getSimple… in TestInternalMeasureUnitImpl() 4613 …assertEquals("append meter & centimeter: units[1]", "meter", mcm.getSingleUnits().get(1).getSimple… in TestInternalMeasureUnitImpl() 4614 …assertEquals("append meter & centimeter: identifier", "meter-centimeter", mcm.build().getIdentifie… in TestInternalMeasureUnitImpl()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | measfmttest.cpp | 5428 MeasureUnitImpl mcm = MeasureUnitImpl::forIdentifier("", status); in TestInternalMeasureUnitImpl() local 5429 mcm.appendSingleUnit(SingleUnitImpl::forMeasureUnit(MeasureUnit::getMeter(), status), status); in TestInternalMeasureUnitImpl() 5430 …mcm.appendSingleUnit(SingleUnitImpl::forMeasureUnit(MeasureUnit::getCentimeter(), status), status); in TestInternalMeasureUnitImpl() 5432 assertEquals("append meter & centimeter: complexity", UMEASURE_UNIT_COMPOUND, mcm.complexity); in TestInternalMeasureUnitImpl() 5433 assertEquals("append meter & centimeter: units length", 2, mcm.singleUnits.length()); in TestInternalMeasureUnitImpl() 5436 mcm.singleUnits[0]->getSimpleUnitID()); in TestInternalMeasureUnitImpl() 5438 mcm.singleUnits[1]->getSimpleUnitID()); in TestInternalMeasureUnitImpl() 5441 std::move(mcm).build(status).getIdentifier()); in TestInternalMeasureUnitImpl()
|
/third_party/astc-encoder/Test/Images/Small/HDR-RGB/ |
D | hdr-rgb-00.hdr | 1625 …���Ð��ܢיâ����舌��诈����ٙ��~��~~�˳��x�x�Ѡ���s��������Ǘؠ�t����ѩ�����樎ؗ�}���۽�xx��ǎ�mcm�~�+�^�hTW<
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 6894 mcm
|