Home
last modified time | relevance | path

Searched refs:dst_module (Results 1 – 13 of 13) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/untrusted/minidump_generator/
H A Dminidump_generator.cc574 MDRawModule dst_module = {0}; in WriteModuleList() local
575 dst_module.base_of_image = module->code_segment_start; in WriteModuleList()
576 dst_module.size_of_image = module->code_segment_size; in WriteModuleList()
578 dst_module.cv_record = cv.location(); in WriteModuleList()
579 module_list.CopyIndexAfterObject(index++, &dst_module, MD_MODULE_SIZE); in WriteModuleList()
591 MDRawModule dst_module = {0}; in WriteModuleList() local
592 dst_module.base_of_image = (uintptr_t) &__executable_start; in WriteModuleList()
593 dst_module.size_of_image = (uintptr_t) &__etext - in WriteModuleList()
595 dst_module.module_name_rva = WriteString(minidump_writer, g_module_name); in WriteModuleList()
596 dst_module.cv_record = cv.location(); in WriteModuleList()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/sandbox/lib/python/site-packages/
H A DQt.py937 dst_module, dst_member = dst.split(".")
951 src_object = getattr(Qt, dst_module)
953 if dst_module not in _common_members:
959 _log(msg.format(m=dst_module, c=dst_member))
963 setattr(Qt, dst_module, _new_module(dst_module))
964 src_object = getattr(Qt, dst_module)
966 sys.modules[__name__ + "." + dst_module] = src_object
/dports/multimedia/syncplay/syncplay-1.6.4a/syncplay/vendor/
H A DQt.py937 dst_module, dst_member = dst.split(".")
951 src_object = getattr(Qt, dst_module)
953 if dst_module not in _common_members:
959 _log(msg.format(m=dst_module, c=dst_member))
963 setattr(Qt, dst_module, _new_module(dst_module))
964 src_object = getattr(Qt, dst_module)
966 sys.modules[__name__ + "." + dst_module] = src_object
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/krb/
H A Dauthdata.c1033 struct _krb5_authdata_context_module *dst_module = NULL; in k5_copy_ad_module_data() local
1040 dst_module = module; in k5_copy_ad_module_data()
1045 if (dst_module == NULL) in k5_copy_ad_module_data()
1049 if (!IS_PRIMARY_INSTANCE(dst_module)) in k5_copy_ad_module_data()
1052 assert(strcmp(dst_module->name, src_module->name) == 0); in k5_copy_ad_module_data()
1061 assert(dst_module->ftable->internalize != NULL); in k5_copy_ad_module_data()
1092 code = (*dst_module->ftable->internalize)(kcontext, in k5_copy_ad_module_data()
1094 dst_module->plugin_context, in k5_copy_ad_module_data()
1106 assert(dst_module->request_context_pp == &dst_module->request_context); in k5_copy_ad_module_data()
1112 dst_module->plugin_context, in k5_copy_ad_module_data()
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/krb/
H A Dauthdata.c1033 struct _krb5_authdata_context_module *dst_module = NULL; in k5_copy_ad_module_data() local
1040 dst_module = module; in k5_copy_ad_module_data()
1045 if (dst_module == NULL) in k5_copy_ad_module_data()
1049 if (!IS_PRIMARY_INSTANCE(dst_module)) in k5_copy_ad_module_data()
1052 assert(strcmp(dst_module->name, src_module->name) == 0); in k5_copy_ad_module_data()
1061 assert(dst_module->ftable->internalize != NULL); in k5_copy_ad_module_data()
1092 code = (*dst_module->ftable->internalize)(kcontext, in k5_copy_ad_module_data()
1094 dst_module->plugin_context, in k5_copy_ad_module_data()
1106 assert(dst_module->request_context_pp == &dst_module->request_context); in k5_copy_ad_module_data()
1112 dst_module->plugin_context, in k5_copy_ad_module_data()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/intel/skylake/
H A Dskl-messages.c1015 *src_module, struct skl_module_cfg *dst_module) in skl_dump_bind_info() argument
1020 dst_module->id.module_id, dst_module->id.pvt_id); in skl_dump_bind_info()
1023 src_module->m_state, dst_module->m_state); in skl_dump_bind_info()
H A Dskl-topology.c694 struct skl_module_cfg *src_module = NULL, *dst_module, *module; in skl_tplg_mixer_dapm_pre_pmu_event() local
716 dst_module = w_module->w->priv; in skl_tplg_mixer_dapm_pre_pmu_event()
719 src_module = dst_module; in skl_tplg_mixer_dapm_pre_pmu_event()
723 ret = skl_bind_modules(skl, src_module, dst_module); in skl_tplg_mixer_dapm_pre_pmu_event()
727 src_module = dst_module; in skl_tplg_mixer_dapm_pre_pmu_event()
1212 struct skl_module_cfg *src_module = NULL, *dst_module; in skl_tplg_mixer_dapm_post_pmd_event() local
1249 dst_module = w_module->w->priv; in skl_tplg_mixer_dapm_post_pmd_event()
1252 src_module = dst_module; in skl_tplg_mixer_dapm_post_pmd_event()
1256 skl_unbind_modules(skl, src_module, dst_module); in skl_tplg_mixer_dapm_post_pmd_event()
1257 src_module = dst_module; in skl_tplg_mixer_dapm_post_pmd_event()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/intel/skylake/
H A Dskl-messages.c1015 *src_module, struct skl_module_cfg *dst_module) in skl_dump_bind_info() argument
1020 dst_module->id.module_id, dst_module->id.pvt_id); in skl_dump_bind_info()
1023 src_module->m_state, dst_module->m_state); in skl_dump_bind_info()
H A Dskl-topology.c694 struct skl_module_cfg *src_module = NULL, *dst_module, *module; in skl_tplg_mixer_dapm_pre_pmu_event() local
716 dst_module = w_module->w->priv; in skl_tplg_mixer_dapm_pre_pmu_event()
719 src_module = dst_module; in skl_tplg_mixer_dapm_pre_pmu_event()
723 ret = skl_bind_modules(skl, src_module, dst_module); in skl_tplg_mixer_dapm_pre_pmu_event()
727 src_module = dst_module; in skl_tplg_mixer_dapm_pre_pmu_event()
1212 struct skl_module_cfg *src_module = NULL, *dst_module; in skl_tplg_mixer_dapm_post_pmd_event() local
1249 dst_module = w_module->w->priv; in skl_tplg_mixer_dapm_post_pmd_event()
1252 src_module = dst_module; in skl_tplg_mixer_dapm_post_pmd_event()
1256 skl_unbind_modules(skl, src_module, dst_module); in skl_tplg_mixer_dapm_post_pmd_event()
1257 src_module = dst_module; in skl_tplg_mixer_dapm_post_pmd_event()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/intel/skylake/
H A Dskl-messages.c1015 *src_module, struct skl_module_cfg *dst_module) in skl_dump_bind_info() argument
1020 dst_module->id.module_id, dst_module->id.pvt_id); in skl_dump_bind_info()
1023 src_module->m_state, dst_module->m_state); in skl_dump_bind_info()
H A Dskl-topology.c694 struct skl_module_cfg *src_module = NULL, *dst_module, *module; in skl_tplg_mixer_dapm_pre_pmu_event() local
716 dst_module = w_module->w->priv; in skl_tplg_mixer_dapm_pre_pmu_event()
719 src_module = dst_module; in skl_tplg_mixer_dapm_pre_pmu_event()
723 ret = skl_bind_modules(skl, src_module, dst_module); in skl_tplg_mixer_dapm_pre_pmu_event()
727 src_module = dst_module; in skl_tplg_mixer_dapm_pre_pmu_event()
1212 struct skl_module_cfg *src_module = NULL, *dst_module; in skl_tplg_mixer_dapm_post_pmd_event() local
1249 dst_module = w_module->w->priv; in skl_tplg_mixer_dapm_post_pmd_event()
1252 src_module = dst_module; in skl_tplg_mixer_dapm_post_pmd_event()
1256 skl_unbind_modules(skl, src_module, dst_module); in skl_tplg_mixer_dapm_post_pmd_event()
1257 src_module = dst_module; in skl_tplg_mixer_dapm_post_pmd_event()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-metal/src/
H A Ddevice.rs1351 let mut dst_module = storage.whole_write(); in merge_pipeline_caches() localVariable
1354 match dst_module.entry(key_module.clone()) { in merge_pipeline_caches()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-metal-0.4.0/src/
H A Ddevice.rs1325 let mut dst_module = storage.whole_write(); in merge_pipeline_caches() localVariable
1328 match dst_module.entry(key_module.clone()) { in merge_pipeline_caches()