Home
last modified time | relevance | path

Searched refs:wsm (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dports/emulators/tiemu3/tiemu-3.03/src/core/ti_hw/
H A Dflash.c43 FLASH_WSM wsm; variable
49 wsm.changed = calloc(wsm.nblocks, sizeof(int)); in hw_flash_init()
50 wsm.write_phase = 0x50; in hw_flash_init()
61 if(wsm.changed != NULL) in hw_flash_exit()
62 free(wsm.changed); in hw_flash_exit()
64 wsm.changed = NULL; in hw_flash_exit()
73 if(wsm.changed[i]) in hw_flash_nblocks()
137 if (wsm.write_ready) in FlashWriteByte()
143 wsm.write_ready--; in FlashWriteByte()
193 wsm.ret_or = 0; in FlashWriteByte()
[all …]
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dnotify.cc166wsm->getString("notify-download-finished-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_N… in showNotify()
177wsm->getString("notify-download-finished-ul-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENC… in showNotify()
184wsm->getString("notify-private-message-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NOR… in showNotify()
189 if (wsm->getInt("notify-hub-connect-use")) in showNotify()
191wsm->getString("notify-hub-connect-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NORMAL); in showNotify()
196 if (wsm->getInt("notify-hub-disconnect-use")) in showNotify()
198wsm->getString("notify-hub-disconnect-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_CRIT… in showNotify()
203 if (wsm->getInt("notify-fuser-join")) in showNotify()
205wsm->getString("notify-fuser-join-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NORMAL); in showNotify()
210 if (wsm->getInt("notify-fuser-quit")) in showNotify()
[all …]
H A Dsound.cc88 if (wsm->getInt("sound-download-finished-use")) in playSound()
94 if (wsm->getInt("sound-download-finished-ul-use")) in playSound()
100 if (wsm->getInt("sound-upload-finished-use")) in playSound()
106 if (wsm->getInt("sound-private-message-use")) in playSound()
112 if (wsm->getInt("sound-hub-connect-use")) in playSound()
113 playSound(wsm->getString("sound-hub-connect")); in playSound()
118 if (wsm->getInt("sound-hub-disconnect-use")) in playSound()
124 if (wsm->getInt("sound-fuser-join-use")) in playSound()
125 playSound(wsm->getString("sound-fuser-join")); in playSound()
130 if (wsm->getInt("sound-fuser-quit-use")) in playSound()
[all …]
H A DWulforUtil.cc513 icons["icon_msg"] = wsm->getString("icon_msg"); in registerIcons()
522 icons["icon-smile"] = wsm->getString("icon-smile"); in registerIcons()
528 icons["icon-hash"] = wsm->getString("icon-hash"); in registerIcons()
531 icons["icon-queue"] = wsm->getString("icon-queue"); in registerIcons()
532 icons["icon-search"] = wsm->getString("icon-search"); in registerIcons()
534 icons["icon-upload"] = wsm->getString("icon-upload"); in registerIcons()
535 icons["icon-quit"] = wsm->getString("icon-quit"); in registerIcons()
536 icons["icon-connect"] = wsm->getString("icon-connect"); in registerIcons()
537 icons["icon-file"] = wsm->getString("icon-file"); in registerIcons()
539 icons["icon-refresh"] = wsm->getString("icon-refresh"); in registerIcons()
[all …]
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dnotify.cc166wsm->getString("notify-download-finished-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_N… in showNotify()
177wsm->getString("notify-download-finished-ul-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENC… in showNotify()
184wsm->getString("notify-private-message-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NOR… in showNotify()
189 if (wsm->getInt("notify-hub-connect-use")) in showNotify()
191wsm->getString("notify-hub-connect-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NORMAL); in showNotify()
196 if (wsm->getInt("notify-hub-disconnect-use")) in showNotify()
198wsm->getString("notify-hub-disconnect-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_CRIT… in showNotify()
203 if (wsm->getInt("notify-fuser-join")) in showNotify()
205wsm->getString("notify-fuser-join-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NORMAL); in showNotify()
210 if (wsm->getInt("notify-fuser-quit")) in showNotify()
[all …]
H A Dsound.cc88 if (wsm->getInt("sound-download-finished-use")) in playSound()
94 if (wsm->getInt("sound-download-finished-ul-use")) in playSound()
100 if (wsm->getInt("sound-upload-finished-use")) in playSound()
106 if (wsm->getInt("sound-private-message-use")) in playSound()
112 if (wsm->getInt("sound-hub-connect-use")) in playSound()
113 playSound(wsm->getString("sound-hub-connect")); in playSound()
118 if (wsm->getInt("sound-hub-disconnect-use")) in playSound()
124 if (wsm->getInt("sound-fuser-join-use")) in playSound()
125 playSound(wsm->getString("sound-fuser-join")); in playSound()
130 if (wsm->getInt("sound-fuser-quit-use")) in playSound()
[all …]
H A DWulforUtil.cc513 icons["icon_msg"] = wsm->getString("icon_msg"); in registerIcons()
522 icons["icon-smile"] = wsm->getString("icon-smile"); in registerIcons()
528 icons["icon-hash"] = wsm->getString("icon-hash"); in registerIcons()
531 icons["icon-queue"] = wsm->getString("icon-queue"); in registerIcons()
532 icons["icon-search"] = wsm->getString("icon-search"); in registerIcons()
534 icons["icon-upload"] = wsm->getString("icon-upload"); in registerIcons()
535 icons["icon-quit"] = wsm->getString("icon-quit"); in registerIcons()
536 icons["icon-connect"] = wsm->getString("icon-connect"); in registerIcons()
537 icons["icon-file"] = wsm->getString("icon-file"); in registerIcons()
539 icons["icon-refresh"] = wsm->getString("icon-refresh"); in registerIcons()
[all …]
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dnotify.cc166wsm->getString("notify-download-finished-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_N… in showNotify()
177wsm->getString("notify-download-finished-ul-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENC… in showNotify()
184wsm->getString("notify-private-message-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NOR… in showNotify()
189 if (wsm->getInt("notify-hub-connect-use")) in showNotify()
191wsm->getString("notify-hub-connect-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NORMAL); in showNotify()
196 if (wsm->getInt("notify-hub-disconnect-use")) in showNotify()
198wsm->getString("notify-hub-disconnect-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_CRIT… in showNotify()
203 if (wsm->getInt("notify-fuser-join")) in showNotify()
205wsm->getString("notify-fuser-join-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NORMAL); in showNotify()
210 if (wsm->getInt("notify-fuser-quit")) in showNotify()
[all …]
H A Dsound.cc88 if (wsm->getInt("sound-download-finished-use")) in playSound()
94 if (wsm->getInt("sound-download-finished-ul-use")) in playSound()
100 if (wsm->getInt("sound-upload-finished-use")) in playSound()
106 if (wsm->getInt("sound-private-message-use")) in playSound()
112 if (wsm->getInt("sound-hub-connect-use")) in playSound()
113 playSound(wsm->getString("sound-hub-connect")); in playSound()
118 if (wsm->getInt("sound-hub-disconnect-use")) in playSound()
124 if (wsm->getInt("sound-fuser-join-use")) in playSound()
125 playSound(wsm->getString("sound-fuser-join")); in playSound()
130 if (wsm->getInt("sound-fuser-quit-use")) in playSound()
[all …]
H A DWulforUtil.cc513 icons["icon_msg"] = wsm->getString("icon_msg"); in registerIcons()
522 icons["icon-smile"] = wsm->getString("icon-smile"); in registerIcons()
528 icons["icon-hash"] = wsm->getString("icon-hash"); in registerIcons()
531 icons["icon-queue"] = wsm->getString("icon-queue"); in registerIcons()
532 icons["icon-search"] = wsm->getString("icon-search"); in registerIcons()
534 icons["icon-upload"] = wsm->getString("icon-upload"); in registerIcons()
535 icons["icon-quit"] = wsm->getString("icon-quit"); in registerIcons()
536 icons["icon-connect"] = wsm->getString("icon-connect"); in registerIcons()
537 icons["icon-file"] = wsm->getString("icon-file"); in registerIcons()
539 icons["icon-refresh"] = wsm->getString("icon-refresh"); in registerIcons()
[all …]
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dnotify.cc166wsm->getString("notify-download-finished-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_N… in showNotify()
177wsm->getString("notify-download-finished-ul-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENC… in showNotify()
184wsm->getString("notify-private-message-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NOR… in showNotify()
189 if (wsm->getInt("notify-hub-connect-use")) in showNotify()
191wsm->getString("notify-hub-connect-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NORMAL); in showNotify()
196 if (wsm->getInt("notify-hub-disconnect-use")) in showNotify()
198wsm->getString("notify-hub-disconnect-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_CRIT… in showNotify()
203 if (wsm->getInt("notify-fuser-join")) in showNotify()
205wsm->getString("notify-fuser-join-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NORMAL); in showNotify()
210 if (wsm->getInt("notify-fuser-quit")) in showNotify()
[all …]
H A Dsound.cc88 if (wsm->getInt("sound-download-finished-use")) in playSound()
94 if (wsm->getInt("sound-download-finished-ul-use")) in playSound()
100 if (wsm->getInt("sound-upload-finished-use")) in playSound()
106 if (wsm->getInt("sound-private-message-use")) in playSound()
112 if (wsm->getInt("sound-hub-connect-use")) in playSound()
113 playSound(wsm->getString("sound-hub-connect")); in playSound()
118 if (wsm->getInt("sound-hub-disconnect-use")) in playSound()
124 if (wsm->getInt("sound-fuser-join-use")) in playSound()
125 playSound(wsm->getString("sound-fuser-join")); in playSound()
130 if (wsm->getInt("sound-fuser-quit-use")) in playSound()
[all …]
H A DWulforUtil.cc513 icons["icon_msg"] = wsm->getString("icon_msg"); in registerIcons()
522 icons["icon-smile"] = wsm->getString("icon-smile"); in registerIcons()
528 icons["icon-hash"] = wsm->getString("icon-hash"); in registerIcons()
531 icons["icon-queue"] = wsm->getString("icon-queue"); in registerIcons()
532 icons["icon-search"] = wsm->getString("icon-search"); in registerIcons()
534 icons["icon-upload"] = wsm->getString("icon-upload"); in registerIcons()
535 icons["icon-quit"] = wsm->getString("icon-quit"); in registerIcons()
536 icons["icon-connect"] = wsm->getString("icon-connect"); in registerIcons()
537 icons["icon-file"] = wsm->getString("icon-file"); in registerIcons()
539 icons["icon-refresh"] = wsm->getString("icon-refresh"); in registerIcons()
[all …]
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Dnotify.cc166wsm->getString("notify-download-finished-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_N… in showNotify()
177wsm->getString("notify-download-finished-ul-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENC… in showNotify()
184wsm->getString("notify-private-message-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NOR… in showNotify()
189 if (wsm->getInt("notify-hub-connect-use")) in showNotify()
191wsm->getString("notify-hub-connect-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NORMAL); in showNotify()
196 if (wsm->getInt("notify-hub-disconnect-use")) in showNotify()
198wsm->getString("notify-hub-disconnect-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_CRIT… in showNotify()
203 if (wsm->getInt("notify-fuser-join")) in showNotify()
205wsm->getString("notify-fuser-join-icon"), wsm->getInt("notify-icon-size"), NOTIFY_URGENCY_NORMAL); in showNotify()
210 if (wsm->getInt("notify-fuser-quit")) in showNotify()
[all …]
H A Dsound.cc88 if (wsm->getInt("sound-download-finished-use")) in playSound()
94 if (wsm->getInt("sound-download-finished-ul-use")) in playSound()
100 if (wsm->getInt("sound-upload-finished-use")) in playSound()
106 if (wsm->getInt("sound-private-message-use")) in playSound()
112 if (wsm->getInt("sound-hub-connect-use")) in playSound()
113 playSound(wsm->getString("sound-hub-connect")); in playSound()
118 if (wsm->getInt("sound-hub-disconnect-use")) in playSound()
124 if (wsm->getInt("sound-fuser-join-use")) in playSound()
125 playSound(wsm->getString("sound-fuser-join")); in playSound()
130 if (wsm->getInt("sound-fuser-quit-use")) in playSound()
[all …]
H A DWulforUtil.cc513 icons["icon_msg"] = wsm->getString("icon_msg"); in registerIcons()
522 icons["icon-smile"] = wsm->getString("icon-smile"); in registerIcons()
528 icons["icon-hash"] = wsm->getString("icon-hash"); in registerIcons()
531 icons["icon-queue"] = wsm->getString("icon-queue"); in registerIcons()
532 icons["icon-search"] = wsm->getString("icon-search"); in registerIcons()
534 icons["icon-upload"] = wsm->getString("icon-upload"); in registerIcons()
535 icons["icon-quit"] = wsm->getString("icon-quit"); in registerIcons()
536 icons["icon-connect"] = wsm->getString("icon-connect"); in registerIcons()
537 icons["icon-file"] = wsm->getString("icon-file"); in registerIcons()
539 icons["icon-refresh"] = wsm->getString("icon-refresh"); in registerIcons()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/btrfs/
H A Dzstd.c108 spin_lock_bh(&wsm.lock); in zstd_reclaim_timer_fn()
111 spin_unlock_bh(&wsm.lock); in zstd_reclaim_timer_fn()
140 spin_unlock_bh(&wsm.lock); in zstd_reclaim_timer_fn()
178 spin_lock_init(&wsm.lock); in zstd_init_workspace_manager()
201 spin_lock_bh(&wsm.lock); in zstd_cleanup_workspace_manager()
211 spin_unlock_bh(&wsm.lock); in zstd_cleanup_workspace_manager()
233 spin_lock_bh(&wsm.lock); in zstd_find_workspace()
249 spin_unlock_bh(&wsm.lock); in zstd_find_workspace()
308 spin_lock_bh(&wsm.lock); in zstd_put_workspace()
319 mod_timer(&wsm.timer, in zstd_put_workspace()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/btrfs/
H A Dzstd.c108 spin_lock_bh(&wsm.lock); in zstd_reclaim_timer_fn()
111 spin_unlock_bh(&wsm.lock); in zstd_reclaim_timer_fn()
140 spin_unlock_bh(&wsm.lock); in zstd_reclaim_timer_fn()
178 spin_lock_init(&wsm.lock); in zstd_init_workspace_manager()
201 spin_lock_bh(&wsm.lock); in zstd_cleanup_workspace_manager()
211 spin_unlock_bh(&wsm.lock); in zstd_cleanup_workspace_manager()
233 spin_lock_bh(&wsm.lock); in zstd_find_workspace()
249 spin_unlock_bh(&wsm.lock); in zstd_find_workspace()
308 spin_lock_bh(&wsm.lock); in zstd_put_workspace()
319 mod_timer(&wsm.timer, in zstd_put_workspace()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/btrfs/
H A Dzstd.c108 spin_lock_bh(&wsm.lock); in zstd_reclaim_timer_fn()
111 spin_unlock_bh(&wsm.lock); in zstd_reclaim_timer_fn()
140 spin_unlock_bh(&wsm.lock); in zstd_reclaim_timer_fn()
178 spin_lock_init(&wsm.lock); in zstd_init_workspace_manager()
201 spin_lock_bh(&wsm.lock); in zstd_cleanup_workspace_manager()
211 spin_unlock_bh(&wsm.lock); in zstd_cleanup_workspace_manager()
233 spin_lock_bh(&wsm.lock); in zstd_find_workspace()
249 spin_unlock_bh(&wsm.lock); in zstd_find_workspace()
308 spin_lock_bh(&wsm.lock); in zstd_put_workspace()
319 mod_timer(&wsm.timer, in zstd_put_workspace()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/alpha/kernel/
H A Dcore_tsunami.c34 unsigned long wsm[4]; member
295 saved_config[index].wsm[0] = pchip->wsm[0].csr; in tsunami_init_one_pchip()
299 saved_config[index].wsm[1] = pchip->wsm[1].csr; in tsunami_init_one_pchip()
303 saved_config[index].wsm[2] = pchip->wsm[2].csr; in tsunami_init_one_pchip()
307 saved_config[index].wsm[3] = pchip->wsm[3].csr; in tsunami_init_one_pchip()
336 pchip->wsm[0].csr = (hose->sg_isa->size - 1) & 0xfff00000; in tsunami_init_one_pchip()
344 pchip->wsm[2].csr = (0x80000000 - 1) & 0xfff00000; in tsunami_init_one_pchip()
428 pchip->wsm[0].csr = saved_config[index].wsm[0]; in tsunami_kill_one_pchip()
432 pchip->wsm[1].csr = saved_config[index].wsm[1]; in tsunami_kill_one_pchip()
436 pchip->wsm[2].csr = saved_config[index].wsm[2]; in tsunami_kill_one_pchip()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/alpha/kernel/
H A Dcore_tsunami.c34 unsigned long wsm[4]; member
295 saved_config[index].wsm[0] = pchip->wsm[0].csr; in tsunami_init_one_pchip()
299 saved_config[index].wsm[1] = pchip->wsm[1].csr; in tsunami_init_one_pchip()
303 saved_config[index].wsm[2] = pchip->wsm[2].csr; in tsunami_init_one_pchip()
307 saved_config[index].wsm[3] = pchip->wsm[3].csr; in tsunami_init_one_pchip()
336 pchip->wsm[0].csr = (hose->sg_isa->size - 1) & 0xfff00000; in tsunami_init_one_pchip()
344 pchip->wsm[2].csr = (0x80000000 - 1) & 0xfff00000; in tsunami_init_one_pchip()
428 pchip->wsm[0].csr = saved_config[index].wsm[0]; in tsunami_kill_one_pchip()
432 pchip->wsm[1].csr = saved_config[index].wsm[1]; in tsunami_kill_one_pchip()
436 pchip->wsm[2].csr = saved_config[index].wsm[2]; in tsunami_kill_one_pchip()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/alpha/kernel/
H A Dcore_tsunami.c34 unsigned long wsm[4]; member
295 saved_config[index].wsm[0] = pchip->wsm[0].csr; in tsunami_init_one_pchip()
299 saved_config[index].wsm[1] = pchip->wsm[1].csr; in tsunami_init_one_pchip()
303 saved_config[index].wsm[2] = pchip->wsm[2].csr; in tsunami_init_one_pchip()
307 saved_config[index].wsm[3] = pchip->wsm[3].csr; in tsunami_init_one_pchip()
336 pchip->wsm[0].csr = (hose->sg_isa->size - 1) & 0xfff00000; in tsunami_init_one_pchip()
344 pchip->wsm[2].csr = (0x80000000 - 1) & 0xfff00000; in tsunami_init_one_pchip()
428 pchip->wsm[0].csr = saved_config[index].wsm[0]; in tsunami_kill_one_pchip()
432 pchip->wsm[1].csr = saved_config[index].wsm[1]; in tsunami_kill_one_pchip()
436 pchip->wsm[2].csr = saved_config[index].wsm[2]; in tsunami_kill_one_pchip()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/exec/
H A Dprojection_exec_test.cpp94 WorkingSetMember wsm; in testTransform() local
97 wsm.addComputed(data); in testTransform()
99 wsm.transitionToOwnedObj(); in testTransform()
102 Status status = exec.transform(&wsm); in testTransform()
128 const BSONObj& obj = wsm.obj.value(); in testTransform()
170 wsm->keyData.push_back(ikd); in transformMetaSortKeyCovered()
177 ASSERT_OK(projExec.transform(wsm)); in transformMetaSortKeyCovered()
179 return wsm->obj.value(); in transformMetaSortKeyCovered()
186 wsm->keyData.push_back(ikd); in transformCovered()
192 ASSERT_OK(projExec.transform(wsm)); in transformCovered()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/argos/
H A Dargos_cafe_wbox.F1 subroutine argos_cafe_wbox(numw,nums,iwat,isat,isml,ishop,wsm,wgt) argument
11 real*8 wsm(msm),wgt(mat,mset)
25 wsm(i)=zero
32 wsm(isml(i))=wsm(isml(i))+wgt(isat(i),iset)
39 if(msm.gt.0) call ga_dgop(mcf_35,wsm,msm,'+')
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_cafe_wbox.F1 subroutine argos_cafe_wbox(numw,nums,iwat,isat,isml,ishop,wsm,wgt) argument
11 real*8 wsm(msm),wgt(mat,mset)
25 wsm(i)=zero
32 wsm(isml(i))=wsm(isml(i))+wgt(isat(i),iset)
39 if(msm.gt.0) call ga_dgop(mcf_35,wsm,msm,'+')

12345678910>>...14