Home
last modified time | relevance | path

Searched refs:fw2 (Results 51 – 75 of 437) sorted by relevance

12345678910>>...18

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/test/lib_clinalg_test/
H A Dft_test.c587 fwrap_set_num_funcs(fw2,4); in Test_function_train_product()
634 fwrap_destroy(fw2); in Test_function_train_product()
652 fwrap_set_num_funcs(fw2,4); in Test_function_train_product_cheb()
699 fwrap_destroy(fw2); in Test_function_train_product_cheb()
1089 fwrap_set_num_funcs(fw2,4); in Test_function_train_inner()
1113 fwrap_destroy(fw2); in Test_function_train_inner()
1131 fwrap_set_num_funcs(fw2,4); in Test_function_train_inner_cheb()
1155 fwrap_destroy(fw2); in Test_function_train_inner_cheb()
1199 fwrap_destroy(fw2); in Test_function_train_inner_linelm()
1275 fwrap_destroy(fw2); in Test_ftapprox_cross()
[all …]
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/SNMP/MibSupport/
H A DZebra.pm16 use constant fw2 => esi . '.1.9.0' ; constant
44 return hex2char($self->get(fw1) || $self->get(fw2));
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dfocus.c202 FvwmWindow *fw2; in __update_windowlist() local
205 for (fw2 = &Scr.FvwmRoot; fw2 && fw2 != fw; fw2 = fw2->next) in __update_windowlist()
209 if (fw2) in __update_windowlist()
213 while (fw2->next) in __update_windowlist()
215 fw2 = fw2->next; in __update_windowlist()
219 fw2->next = Scr.FvwmRoot.next; in __update_windowlist()
220 Scr.FvwmRoot.next->prev = fw2; in __update_windowlist()
/dports/sysutils/wiimms/wiimms-iso-tools/src/ui/
H A Dui.c298 int fw1 = 0, fw2 = 0; in PrintHelpCmd() local
311 if ( fw2 < len ) in PrintHelpCmd()
312 fw2 = len; in PrintHelpCmd()
315 const int fw12 = fw1 + ( fw2 ? fw2 + 3 : 0 ); in PrintHelpCmd()
325 indent, "", fw1, ic->name1, fw2, ic->name2 ); in PrintHelpCmd()
/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/testing/
H A Dhashtest.py33 fw2 = hash.FileWrapper(sfile2)
34 assert fw2.read(5) == b1[:5]
35 assert fw2.read() == b1[5:]
36 report2 = fw2.close()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dfocus.c204 FvwmWindow *fw2; in __update_windowlist() local
207 for (fw2 = &Scr.FvwmRoot; fw2 && fw2 != fw; fw2 = fw2->next) in __update_windowlist()
211 if (fw2) in __update_windowlist()
215 while (fw2->next) in __update_windowlist()
217 fw2 = fw2->next; in __update_windowlist()
221 fw2->next = Scr.FvwmRoot.next; in __update_windowlist()
222 Scr.FvwmRoot.next->prev = fw2; in __update_windowlist()
/dports/security/fwbuilder/fwbuilder-5.3.7/doc/
H A DREADME.cluster48 [fw1] (object) [fw2] (object) [fwX] (object)
77 [fw2] [OS: secunet wall, Platform: iptables]
95 and fw2:
127 | State sync | fw1:eth1, fw2:eth1 |
128 | Failover group0 | fw1:eth0, fw2:eth0 |
129 | Failover group1 | fw1:eth1, fw2:eth1 |
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/test/lib_funcs_test/
H A Dpoly_test.c394 fwrap_destroy(fw2); in Test_cheb_inner()
465 fwrap_destroy(fw2); in Test_cheb_product()
946 fwrap_destroy(fw2); in Test_legendre_inner()
979 fwrap_destroy(fw2); in Test_legendre_inner_w()
1077 fwrap_destroy(fw2); in Test_legendre_product()
1125 fwrap_destroy(fw2); in Test_legendre_axpy()
1492 fwrap_destroy(fw2); in Test_fourier_inner()
1538 fwrap_destroy(fw2); in Test_fourier_product()
1591 fwrap_destroy(fw2); in Test_fourier_axpy()
1834 fwrap_destroy(fw2); in Test_hermite_inner()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/install/
H A DRuntimeDependencies-COMPONENTS.cmake31 FRAMEWORK DESTINATION fw COMPONENT fw2
34 check_components("bin1;fw1;fw2;lib1;lib2")
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/install/
H A DRuntimeDependencies-COMPONENTS.cmake31 FRAMEWORK DESTINATION fw COMPONENT fw2
34 check_components("bin1;fw1;fw2;lib1;lib2")
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/install/
H A DRuntimeDependencies-COMPONENTS.cmake31 FRAMEWORK DESTINATION fw COMPONENT fw2
34 check_components("bin1;fw1;fw2;lib1;lib2")
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/atm/
H A Dspeedtch.c232 const struct firmware *fw2) in speedtch_upload_firmware() argument
295 for (offset = 0; offset < fw2->size; offset += PAGE_SIZE) { in speedtch_upload_firmware()
296 int thislen = min_t(int, PAGE_SIZE, fw2->size - offset); in speedtch_upload_firmware()
297 memcpy(buffer, fw2->data + offset, thislen); in speedtch_upload_firmware()
307 usb_dbg(usbatm, "%s: BLOCK3 uploaded (%zu bytes)\n", __func__, fw2->size); in speedtch_upload_firmware()
381 const struct firmware *fw1, *fw2; in speedtch_heavy_init() local
388 if ((ret = speedtch_find_firmware(usbatm, intf, 2, &fw2)) < 0) { in speedtch_heavy_init()
393 if ((ret = speedtch_upload_firmware(instance, fw1, fw2)) < 0) in speedtch_heavy_init()
396 release_firmware(fw2); in speedtch_heavy_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/atm/
H A Dspeedtch.c232 const struct firmware *fw2) in speedtch_upload_firmware() argument
295 for (offset = 0; offset < fw2->size; offset += PAGE_SIZE) { in speedtch_upload_firmware()
296 int thislen = min_t(int, PAGE_SIZE, fw2->size - offset); in speedtch_upload_firmware()
297 memcpy(buffer, fw2->data + offset, thislen); in speedtch_upload_firmware()
307 usb_dbg(usbatm, "%s: BLOCK3 uploaded (%zu bytes)\n", __func__, fw2->size); in speedtch_upload_firmware()
381 const struct firmware *fw1, *fw2; in speedtch_heavy_init() local
388 if ((ret = speedtch_find_firmware(usbatm, intf, 2, &fw2)) < 0) { in speedtch_heavy_init()
393 if ((ret = speedtch_upload_firmware(instance, fw1, fw2)) < 0) in speedtch_heavy_init()
396 release_firmware(fw2); in speedtch_heavy_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/atm/
H A Dspeedtch.c232 const struct firmware *fw2) in speedtch_upload_firmware() argument
295 for (offset = 0; offset < fw2->size; offset += PAGE_SIZE) { in speedtch_upload_firmware()
296 int thislen = min_t(int, PAGE_SIZE, fw2->size - offset); in speedtch_upload_firmware()
297 memcpy(buffer, fw2->data + offset, thislen); in speedtch_upload_firmware()
307 usb_dbg(usbatm, "%s: BLOCK3 uploaded (%zu bytes)\n", __func__, fw2->size); in speedtch_upload_firmware()
381 const struct firmware *fw1, *fw2; in speedtch_heavy_init() local
388 if ((ret = speedtch_find_firmware(usbatm, intf, 2, &fw2)) < 0) { in speedtch_heavy_init()
393 if ((ret = speedtch_upload_firmware(instance, fw1, fw2)) < 0) in speedtch_heavy_init()
396 release_firmware(fw2); in speedtch_heavy_init()
/dports/biology/bowtie/bowtie-1.3.1/scripts/
H A Dinfer_fraglen.pl82 my $fw2 = (($flags2 & 16) == 0) ? "F" : "R";
89 $fragments{"$fw1$fw2"}{$frag}++;
/dports/devel/kf5-kapidox/kapidox-5.89.0/src/kapidox/depdiagram/
H A Dgenerate.py40 def __call__(self, fw1, fw2): argument
41 if self.depends_on(fw1, fw2):
43 if self.depends_on(fw2, fw1):
/dports/mail/amavis-logwatch/amavis-logwatch-1.51.03/
H A Damavis-logwatch531 our ($fw1,$fw2) = (22, 10);
1458 my $myfw2 = $fw2 - 1;
3416 my $myfw2 = $fw2 - 1;
3418 print "\n", $sep1 x $fw1, $sep1 x $fw2 x @percents;
3420 print "\n", $sep2 x $fw1, $sep2 x $fw2 x @percents;
3457 $ranges[0] = sprintf "%${fw2}s", " <= $buckets[0]";
3458 $ranges[-1] = sprintf "%${fw2}s", " > $buckets[-2]";
3460 $ranges[$i] = sprintf "%${fw2}s", " <= $buckets[$i]";
3463 print "\n", $sep1 x $fw1, $sep1 x $fw2 x @buckets;
3465 print "\n", $sep2 x $fw1, $sep2 x $fw2 x @buckets;
[all …]
/dports/sysutils/logwatch/logwatch-7.5.1/scripts/services/
H A Damavis537 our ($fw1,$fw2) = (22, 10);
1464 my $myfw2 = $fw2 - 1;
3422 my $myfw2 = $fw2 - 1;
3424 print "\n", $sep1 x $fw1, $sep1 x $fw2 x @percents;
3426 print "\n", $sep2 x $fw1, $sep2 x $fw2 x @percents;
3463 $ranges[0] = sprintf "%${fw2}s", " <= $buckets[0]";
3464 $ranges[-1] = sprintf "%${fw2}s", " > $buckets[-2]";
3466 $ranges[$i] = sprintf "%${fw2}s", " <= $buckets[$i]";
3469 print "\n", $sep1 x $fw1, $sep1 x $fw2 x @buckets;
3471 print "\n", $sep2 x $fw1, $sep2 x $fw2 x @buckets;
[all …]
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/
H A DRuleElement.cpp396 FWObject *fw2 = o_tmp2; in checkItfChildOfThisFw() local
397 while (fw2 && Firewall::cast(fw2) == NULL) fw2 = fw2->getParent(); in checkItfChildOfThisFw()
399 return (fw1 != NULL && fw1 == fw2); in checkItfChildOfThisFw()
/dports/biology/bowtie2/bowtie2-2.4.4/scripts/
H A Dinfer_fraglen.pl111 my $fw2 = (($flags2 & 16) == 0) ? "F" : "R";
118 $fragments{"$fw1$fw2"}{$frag}++;
/dports/biology/hisat2/hisat2-2.2.1/scripts/
H A Dinfer_fraglen.pl111 my $fw2 = (($flags2 & 16) == 0) ? "F" : "R";
118 $fragments{"$fw1$fw2"}{$frag}++;
/dports/devel/boost-docs/boost_1_72_0/libs/bind/test/
H A Dbind_function2_test.cpp74 boost::function<void(int&, int)> fw2 = boost::bind( fv2, _1, _2 ); in function_test() local
75 fw2( x, 1 ); BOOST_TEST( x == 1 ); in function_test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/bind/test/
H A Dbind_function2_test.cpp74 boost::function<void(int&, int)> fw2 = boost::bind( fv2, _1, _2 ); in function_test() local
75 fw2( x, 1 ); BOOST_TEST( x == 1 ); in function_test()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/bind/test/
H A Dbind_function2_test.cpp74 boost::function<void(int&, int)> fw2 = boost::bind( fv2, _1, _2 ); in function_test() local
75 fw2( x, 1 ); BOOST_TEST( x == 1 ); in function_test()
/dports/databases/percona57-server/boost_1_59_0/libs/bind/test/
H A Dbind_function2_test.cpp74 boost::function<void(int&, int)> fw2 = boost::bind( fv2, _1, _2 ); in function_test() local
75 fw2( x, 1 ); BOOST_TEST( x == 1 ); in function_test()

12345678910>>...18