Home
last modified time | relevance | path

Searched refs:mb_id (Results 1 – 25 of 43) sorted by relevance

12

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/virtio/
H A Dvirtio_mem.c427 unsigned long mb_id) in virtio_mem_sbm_get_mb_state() argument
546 unsigned long mb_id) in virtio_mem_sbm_first_unplugged_sb() argument
751 unsigned long mb_id) in virtio_mem_sbm_offline_and_remove_mb() argument
832 unsigned long mb_id) in virtio_mem_sbm_notify_offline() argument
850 unsigned long mb_id) in virtio_mem_sbm_notify_online() argument
868 unsigned long mb_id) in virtio_mem_sbm_notify_going_offline() argument
884 unsigned long mb_id) in virtio_mem_sbm_notify_cancel_offline() argument
1635 unsigned long mb_id; in virtio_mem_sbm_plug_request() local
1815 unsigned long mb_id, in virtio_mem_sbm_unplug_any_sb_offline() argument
1946 unsigned long mb_id; in virtio_mem_sbm_unplug_request() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/virtio/
H A Dvirtio_mem.c427 unsigned long mb_id) in virtio_mem_sbm_get_mb_state() argument
546 unsigned long mb_id) in virtio_mem_sbm_first_unplugged_sb() argument
751 unsigned long mb_id) in virtio_mem_sbm_offline_and_remove_mb() argument
832 unsigned long mb_id) in virtio_mem_sbm_notify_offline() argument
850 unsigned long mb_id) in virtio_mem_sbm_notify_online() argument
868 unsigned long mb_id) in virtio_mem_sbm_notify_going_offline() argument
884 unsigned long mb_id) in virtio_mem_sbm_notify_cancel_offline() argument
1635 unsigned long mb_id; in virtio_mem_sbm_plug_request() local
1815 unsigned long mb_id, in virtio_mem_sbm_unplug_any_sb_offline() argument
1946 unsigned long mb_id; in virtio_mem_sbm_unplug_request() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/virtio/
H A Dvirtio_mem.c427 unsigned long mb_id) in virtio_mem_sbm_get_mb_state() argument
546 unsigned long mb_id) in virtio_mem_sbm_first_unplugged_sb() argument
751 unsigned long mb_id) in virtio_mem_sbm_offline_and_remove_mb() argument
832 unsigned long mb_id) in virtio_mem_sbm_notify_offline() argument
850 unsigned long mb_id) in virtio_mem_sbm_notify_online() argument
868 unsigned long mb_id) in virtio_mem_sbm_notify_going_offline() argument
884 unsigned long mb_id) in virtio_mem_sbm_notify_cancel_offline() argument
1635 unsigned long mb_id; in virtio_mem_sbm_plug_request() local
1815 unsigned long mb_id, in virtio_mem_sbm_unplug_any_sb_offline() argument
1946 unsigned long mb_id; in virtio_mem_sbm_unplug_request() local
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/sp/
H A Dsp_mesh_node.hpp132 RenderInfo* getRenderInfo(unsigned mb_id) const in getRenderInfo()
134 if (m_render_info.size() > mb_id && m_render_info[mb_id].get()) in getRenderInfo()
136 return m_render_info[mb_id].get(); in getRenderInfo()
159 std::array<float, 2>& getTextureMatrix(unsigned mb_id) in getTextureMatrix() argument
161 assert(mb_id < m_texture_matrices.size()); in getTextureMatrix()
162 return m_texture_matrices[mb_id]; in getTextureMatrix()
165 void setTextureMatrix(unsigned mb_id, const std::array<float, 2>& tm) in setTextureMatrix() argument
167 assert(mb_id < m_texture_matrices.size()); in setTextureMatrix()
168 m_texture_matrices[mb_id] = tm; in setTextureMatrix()
/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Component/MainControls/Slate/
H A DRenderer.php42 $mb_id = $entry->getMainBarTreePosition();
43 if ($mb_id) {
44 $trigger_signal = $component->getTriggerSignal($mb_id);
48 function ($id) use ($mb_id, $trigger_signal) {
51 … il.UI.maincontrols.mainbar.addPartIdAndEntry('{$mb_id}', 'triggerer', '{$id}');
91 $mb_id = $component->getMainBarTreePosition();
93 if ($mb_id) {
98 function ($id) use ($slate_signals, $mb_id) {
104 if ($mb_id) {
105 … $js .= "il.UI.maincontrols.mainbar.addPartIdAndEntry('{$mb_id}', 'slate', '{$id}');";
/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Component/MainControls/
H A DRenderer.php70 string $mb_id, argument
82 $trigger_signal = $component->getTriggerSignal($mb_id, $component::ENTRY_ACTION_REMOVE);
86 function ($id) use ($mb_id) {
87 … return "il.UI.maincontrols.mainbar.addPartIdAndEntry('{$mb_id}', 'remover', '{$id}', true);";
99 …return "il.UI.maincontrols.mainbar.addToolEntry('{$mb_id}', {$is_removeable}, {$is_hidden}, '{$ent…
117 $mb_id = $entry->getMainBarTreePosition();
120 … $js = $this->renderToolEntry($entry, $k, $mb_id, $component, $tpl, $default_renderer);
123 … $trigger_signal = $component->getTriggerSignal($mb_id, $component::ENTRY_ACTION_TRIGGER);
131 $mb_id = '0:' . $pos;
136 function ($id) use ($js, $mb_id, $k, $is_tool) {
[all …]
/dports/net-mgmt/p5-SNMP-Info/SNMP-Info-3.81/lib/SNMP/Info/Layer3/
H A DBayRS.pm982 my $mb_id;
983 $mb_id = &SNMP::mapEnum( 'wfHwMotherBdIdOpt', $wf_mb->{$idx} )
991 if ($mb_id) {
992 if ( ref( $PROCID_MAP{$mb_id} ) =~ /HASH/ ) {
994 = defined $PROCID_MAP{$mb_id}{$mb_mem}
995 ? $PROCID_MAP{$mb_id}{$mb_mem}
996 : $mb_id;
1000 = defined $PROCID_MAP{$mb_id}
1001 ? $PROCID_MAP{$mb_id}
1002 : $mb_id;
/dports/math/onednn/oneDNN-2.5.1/src/cpu/rnn/
H A Dref_postgemm_lstm.cpp75 const auto src_iter_c = [&](int mb_id, int dhc_id) { in lstm_fwd_postgemm_template() argument
77 src_iter_c_aoc(mb_id, dhc_id), rnn.src_iter_c_dt); in lstm_fwd_postgemm_template()
79 const auto dst_iter_c_assign = [&](int mb_id, int dhc_id, float c_state) { in lstm_fwd_postgemm_template() argument
81 = const_cast<void *>(dst_iter_c(mb_id, dhc_id)); in lstm_fwd_postgemm_template()
301 const auto src_iter_c = [&](int mb_id, int dhc_id) { in lstm_bwd_postgemm_template() argument
303 src_iter_c_aoc(mb_id, dhc_id), rnn.src_iter_c_dt); in lstm_bwd_postgemm_template()
308 const auto dst_iter_c = [&](int mb_id, int dhc_id) { in lstm_bwd_postgemm_template() argument
310 dst_iter_c_aoc(mb_id, dhc_id), rnn.dst_iter_c_dt); in lstm_bwd_postgemm_template()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/dialogs/
H A Dfingerprintdialog.cpp96 QString mb_id( vlc_meta_GetExtra( p_meta, "musicbrainz-id" ) ); in handleResults() local
100 .arg( QString( "http://mb.videolan.org/recording/%1" ).arg( mb_id ) ) in handleResults()
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/StgToCmm/
H A DHeap.hs93 allocDynClosure mb_id info_tbl lf_info use_cc _blame_cc args_w_offsets = do function
96 allocDynClosureCmm mb_id info_tbl lf_info
100 allocDynClosureCmm mb_id info_tbl lf_info use_cc _blame_cc amodes_w_offsets = do function
103 tickyDynAlloc mb_id rep lf_info
/dports/lang/ocaml/ocaml-4.05.0/bytecomp/
H A Dtranslmod.ml315 (fun {mb_id=id; mb_expr=modl; _} ->
493 let id = mb.mb_id in
641 | Tstr_module mb -> mb.mb_id :: defined_idents rem
697 List.map (fun mb -> mb.mb_id) decls @ all_idents rem
712 | Tstr_module{mb_id;
716 mb_id :: all_idents str.str_items @ all_idents rem
717 | Tstr_module mb -> mb.mb_id :: all_idents rem
789 | Tstr_module{mb_id=id;mb_loc=loc;
810 mb_id=id;mb_loc=loc;
1112 | Tstr_module {mb_id=id; mb_expr=modl} ->
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/bytecomp/
H A Dtranslmod.ml315 (fun {mb_id=id; mb_expr=modl; _} ->
493 let id = mb.mb_id in
641 | Tstr_module mb -> mb.mb_id :: defined_idents rem
697 List.map (fun mb -> mb.mb_id) decls @ all_idents rem
712 | Tstr_module{mb_id;
716 mb_id :: all_idents str.str_items @ all_idents rem
717 | Tstr_module mb -> mb.mb_id :: all_idents rem
789 | Tstr_module{mb_id=id;mb_loc=loc;
810 mb_id=id;mb_loc=loc;
1112 | Tstr_module {mb_id=id; mb_expr=modl} ->
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/mpm/python/
H A Dn3xx_bist122 mb_id = bist.get_product_id_from_eeprom(valid_ids=['n300', 'n310'], cmd='eeprom-id')
124 return product_map[(mb_id, db_id)]
/dports/lang/clover/mesa-21.3.6/src/broadcom/common/
H A Dv3d_tiling.c176 uint32_t mb_id = ((mb_x / 4) * ((mb_h - 1) * 4)) + mb_x + mb_y * 4; in v3d_get_uif_pixel_offset() local
178 uint32_t mb_base_addr = mb_id * 256; in v3d_get_uif_pixel_offset()
/dports/graphics/libosmesa/mesa-21.3.6/src/broadcom/common/
H A Dv3d_tiling.c176 uint32_t mb_id = ((mb_x / 4) * ((mb_h - 1) * 4)) + mb_x + mb_y * 4; in v3d_get_uif_pixel_offset() local
178 uint32_t mb_base_addr = mb_id * 256; in v3d_get_uif_pixel_offset()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/broadcom/common/
H A Dv3d_tiling.c176 uint32_t mb_id = ((mb_x / 4) * ((mb_h - 1) * 4)) + mb_x + mb_y * 4; in v3d_get_uif_pixel_offset() local
178 uint32_t mb_base_addr = mb_id * 256; in v3d_get_uif_pixel_offset()
/dports/graphics/mesa-libs/mesa-21.3.6/src/broadcom/common/
H A Dv3d_tiling.c176 uint32_t mb_id = ((mb_x / 4) * ((mb_h - 1) * 4)) + mb_x + mb_y * 4; in v3d_get_uif_pixel_offset() local
178 uint32_t mb_base_addr = mb_id * 256; in v3d_get_uif_pixel_offset()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/broadcom/common/
H A Dv3d_tiling.c176 uint32_t mb_id = ((mb_x / 4) * ((mb_h - 1) * 4)) + mb_x + mb_y * 4; in v3d_get_uif_pixel_offset() local
178 uint32_t mb_base_addr = mb_id * 256; in v3d_get_uif_pixel_offset()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/broadcom/common/
H A Dv3d_tiling.c176 uint32_t mb_id = ((mb_x / 4) * ((mb_h - 1) * 4)) + mb_x + mb_y * 4; in v3d_get_uif_pixel_offset() local
178 uint32_t mb_base_addr = mb_id * 256; in v3d_get_uif_pixel_offset()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/broadcom/common/
H A Dv3d_tiling.c176 uint32_t mb_id = ((mb_x / 4) * ((mb_h - 1) * 4)) + mb_x + mb_y * 4; in v3d_get_uif_pixel_offset() local
178 uint32_t mb_base_addr = mb_id * 256; in v3d_get_uif_pixel_offset()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/broadcom/common/
H A Dv3d_tiling.c176 uint32_t mb_id = ((mb_x / 4) * ((mb_h - 1) * 4)) + mb_x + mb_y * 4; in v3d_get_uif_pixel_offset() local
178 uint32_t mb_base_addr = mb_id * 256; in v3d_get_uif_pixel_offset()
/dports/graphics/mesa-dri/mesa-21.3.6/src/broadcom/common/
H A Dv3d_tiling.c176 uint32_t mb_id = ((mb_x / 4) * ((mb_h - 1) * 4)) + mb_x + mb_y * 4; in v3d_get_uif_pixel_offset() local
178 uint32_t mb_base_addr = mb_id * 256; in v3d_get_uif_pixel_offset()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/broadcom/common/
H A Dv3d_tiling.c176 uint32_t mb_id = ((mb_x / 4) * ((mb_h - 1) * 4)) + mb_x + mb_y * 4; in v3d_get_uif_pixel_offset() local
178 uint32_t mb_base_addr = mb_id * 256; in v3d_get_uif_pixel_offset()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/v3d/
H A Dv3d_tiling.c178 uint32_t mb_id = ((mb_x / 4) * ((mb_h - 1) * 4)) + mb_x + mb_y * 4; in v3d_get_uif_pixel_offset() local
180 uint32_t mb_base_addr = mb_id * 256; in v3d_get_uif_pixel_offset()
/dports/net-p2p/jackett/Jackett/Definitions/
H A Dtorrentwhiz.yml53 # wr_subject||wr_content, wr_subject, wr_content, mb_id, wr_name

12