Home
last modified time | relevance | path

Searched refs:chosen_target (Results 1 – 17 of 17) sorted by relevance

/dports/security/py-gvm-tools/gvm-tools-21.10.0/scripts/
H A Dstart-nvt-scan.gmp.py113 chosen_target = input(
118 chosen_target = 'n'
120 if chosen_target == 'n':
129 if 0 <= int(chosen_target) < len(target_ids):
130 return target_ids[int(chosen_target)]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/highway/hwy/
H A Dtargets_test.cc43 hwy::chosen_target.Update(); \ in CheckFakeFunction()
47 hwy::chosen_target.DeInit(); \ in CheckFakeFunction()
H A Dtargets.cc163 chosen_target.DeInit(); in DisableTargets()
172 chosen_target.DeInit(); in SetSupportedTargetsForTest()
274 ChosenTarget chosen_target; variable
H A Dhighway.h109 chosen_target.Update(); in ChooseAndCall()
110 return (table[chosen_target.GetIndex()])(args...); in ChooseAndCall()
245 (*(HWY_DISPATCH_TABLE(FUNC_NAME)[hwy::chosen_target.GetIndex()]))
H A Dtargets.h515 extern ChosenTarget chosen_target;
/dports/www/firefox-esr/firefox-91.8.0/third_party/highway/hwy/
H A Dtargets_test.cc43 hwy::chosen_target.Update(); \ in CheckFakeFunction()
47 hwy::chosen_target.DeInit(); \ in CheckFakeFunction()
H A Dtargets.cc163 chosen_target.DeInit(); in DisableTargets()
172 chosen_target.DeInit(); in SetSupportedTargetsForTest()
274 ChosenTarget chosen_target; variable
H A Dhighway.h109 chosen_target.Update(); in ChooseAndCall()
110 return (table[chosen_target.GetIndex()])(args...); in ChooseAndCall()
245 (*(HWY_DISPATCH_TABLE(FUNC_NAME)[hwy::chosen_target.GetIndex()]))
H A Dtargets.h515 extern ChosenTarget chosen_target;
/dports/devel/highway/highway-0.15.0/hwy/
H A Dtargets_test.cc47 hwy::chosen_target.Update(); \ in CheckFakeFunction()
51 hwy::chosen_target.DeInit(); \ in CheckFakeFunction()
H A Dhighway.h112 chosen_target.Update(); in ChooseAndCall()
113 return (table[chosen_target.GetIndex()])(args...); in ChooseAndCall()
266 (*(HWY_DISPATCH_TABLE(FUNC_NAME)[hwy::chosen_target.GetIndex()]))
H A Dtargets.cc216 chosen_target.DeInit(); in DisableTargets()
225 chosen_target.DeInit(); in SetSupportedTargetsForTest()
348 ChosenTarget chosen_target; variable
H A Dtargets.h252 extern ChosenTarget chosen_target;
/dports/www/firefox/firefox-99.0/third_party/highway/hwy/
H A Dhighway.h114 ChosenTarget& chosen_target = GetChosenTarget(); in ChooseAndCall() local
115 chosen_target.Update(); in ChooseAndCall()
116 return (table[chosen_target.GetIndex()])(args...); in ChooseAndCall()
H A Dtargets.cc351 static ChosenTarget chosen_target; in GetChosenTarget() local
352 return chosen_target; in GetChosenTarget()
/dports/net/viamillipede/viamillipede-0.7/
H A Dtx.c141 int chosen_target = txconf->target_port_cursor ++; in tx_tcp_connect_next() local
148 txconf->target_ports[ chosen_target ].name, in tx_tcp_connect_next()
149 txconf->target_ports[ chosen_target].port in tx_tcp_connect_next()
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/netapp/dataontap/utils/
H A Ddata_motion.py470 chosen_target): argument
492 if dest_backend_name == chosen_target: