| /src/external/mpl/dhcp/dist/keama/tests/ |
| runone.sh | 40 dual=0 44 '') dual=1;; 61 if [ $dual -ne 0 ]; then 77 if [ $dual -eq 1 ]; then
|
| /src/external/mpl/bind/dist/bin/tests/system/resolver/ns9/ |
| named.conf.j2 | 24 dual-stack-servers { fd92:7065:b8e:ffff::7; };
|
| /src/external/mit/isl/dist/ |
| isl_farkas.c | 224 /* Compute the dual of "bset" by applying Farkas' lemma. 229 * The dual can be created in an arbitrary space. 243 isl_basic_set *dual = NULL; local 257 dual = isl_basic_set_alloc_space(space, bset->n_eq + bset->n_ineq, 259 dual = isl_basic_set_set_rational(dual); 262 k = isl_basic_set_alloc_div(dual); 265 isl_int_set_si(dual->div[k][0], 0); 269 k = isl_basic_set_alloc_equality(dual); 272 isl_seq_clr(dual->eq[k], 1 + shift + total) [all...] |
| basis_reduction_tab.c | 285 GBR_set_num_neg(alpha, lp->tab->dual->el[1 + row]); 286 GBR_set_den(alpha, lp->tab->dual->el[0]);
|
| isl_tab.h | 159 struct isl_vec *dual; member in struct:isl_tab
|
| isl_tab.c | 210 isl_vec_free(tab->dual); 3385 isl_vec_free(tab->dual); 3386 tab->dual = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_con); 3387 if (!tab->dual) 3389 isl_int_set(tab->dual->el[0], tab->mat->row[var->index][0]); 3393 isl_int_set_si(tab->dual->el[1 + i], 0); 3398 isl_int_neg(tab->dual->el[1 + i], 3401 isl_int_set(tab->dual->el[1 + i],
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/ |
| aes-armv4.S | 12 @ project. The module is, however, dual licensed under OpenSSL and 34 @ Rescheduling for dual-issue pipeline resulted in 12% improvement on
|
| sha512-armv4.S | 12 @ project. The module is, however, dual licensed under OpenSSL and 27 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on 45 @ multiple NEON instructions per cycle, but dual NEON issue could
|
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ |
| aes-armv4.S | 12 @ project. The module is, however, dual licensed under OpenSSL and 34 @ Rescheduling for dual-issue pipeline resulted in 12% improvement on
|
| sha512-armv4.S | 12 @ project. The module is, however, dual licensed under OpenSSL and 27 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on 45 @ multiple NEON instructions per cycle, but dual NEON issue could
|
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/ |
| sha256-armv4.S | 12 @ project. The module is, however, dual licensed under OpenSSL and 27 @ Rescheduling for dual-issue pipeline resulted in 22% improvement on
|
| sha512-armv4.S | 12 @ project. The module is, however, dual licensed under OpenSSL and 27 @ Rescheduling for dual-issue pipeline resulted in 6% improvement on 45 @ multiple NEON instructions per cycle, but dual NEON issue could
|
| /src/external/mpl/bind/dist/bin/tests/system/nslookup/ |
| tests.sh | 64 echo_i "Check dual A + AAAA lookup ($n)" 66 $NSLOOKUP -port=${PORT} dual.example.net 10.53.0.1 2>nslookup.err${n} >nslookup.out${n} || ret=1 71 lines=$(grep -c dual.example.net nslookup.out${n}) 111 echo_i "Check CNAME to dual A + AAAA lookup ($n)" 113 $NSLOOKUP -port=${PORT} cname-dual.example.net 10.53.0.1 2>nslookup.err${n} >nslookup.out${n} || ret=1 120 lines=$(grep dual.example.net nslookup.out${n} | grep -cEv "(canonical name|^;;)")
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
| Makefile | 104 dtb-$(CONFIG_ARCH_K3) += k3-j721e-sk-csi2-dual-imx219.dtbo 183 k3-am68-sk-base-board-csi2-dual-imx219-dtbs := k3-am68-sk-base-board.dtb \ 184 k3-j721e-sk-csi2-dual-imx219.dtbo 185 k3-am69-sk-csi2-dual-imx219-dtbs := k3-am69-sk.dtb \ 186 k3-j721e-sk-csi2-dual-imx219.dtbo 191 k3-j721e-sk-csi2-dual-imx219-dtbs := k3-j721e-sk.dtb \ 192 k3-j721e-sk-csi2-dual-imx219.dtbo 218 k3-am68-sk-base-board-csi2-dual-imx219.dtb \ 219 k3-am69-sk-csi2-dual-imx219.dtb \ 222 k3-j721e-sk-csi2-dual-imx219.dtb [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/host/ |
| tests.sh | 51 echo_i "Check dual A + AAAA lookup ($n)" 53 $HOST -p ${PORT} dual.example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1 58 lines=$(grep -c dual.example.net host.out${n}) 98 echo_i "Check CNAME to dual A + AAAA lookup ($n)" 100 $HOST -p ${PORT} cname-dual.example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1 105 lines=$(grep -c "cname-dual.example.net is an alias for dual.example.net." host.out${n}) 107 lines=$(grep -c "dual.example.net has address 1.2.3.4" host.out${n}) 109 lines=$(grep -c "dual.example.net has IPv6 address 2001::ffff" host.out${n})
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/arm/ |
| mps2.dtsi | 6 * This file is dual-licensed: you can use it either under the terms 7 * of the GPL or the X11 license, at your option. Note that this dual 131 timer2: dual-timer@2000 {
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/ |
| imx6q-b850v3.dts | 5 * This file is dual-licensed: you can use it either under the terms 6 * of the GPL or the X11 license, at your option. Note that this dual 57 fsl,dual-channel;
|
| imx6q-novena.dts | 4 * This file is dual-licensed: you can use it either under the terms 5 * of the GPL or the X11 license, at your option. Note that this dual 55 model = "Kosagi Novena Dual/Quad"; 448 fsl,dual-channel;
|
| imx6qdl-gw560x.dtsi | 4 * This file is dual-licensed: you can use it either under the terms 5 * of the GPL or the X11 license, at your option. Note that this dual 577 fsl,dual-channel;
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ti/omap/ |
| am335x-pdu001.dts | 519 ti,dual-emac-pvid = <1>; 525 ti,dual-emac-pvid = <2>;
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/pentium4/ |
| mod_34lsub1.asm | 55 C without the dual loop exits.
|
| /src/sys/arch/vax/boot/xxboot/ |
| start.S | 53 # At offset 0x02 we have a dual used area: VMB.EXE starts execution here,
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ |
| Makefile.am | 1319 stamp-dual-abi: 1320 echo 1 > stamp-dual-abi 1322 stamp-dual-abi: 1323 echo 0 > stamp-dual-abi 1368 stamp-dual-abi \ 1377 dualabi=`cat stamp-dual-abi` ;\
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ |
| Makefile.am | 1256 stamp-dual-abi: 1257 echo 1 > stamp-dual-abi 1259 stamp-dual-abi: 1260 echo 0 > stamp-dual-abi 1305 stamp-dual-abi \ 1314 dualabi=`cat stamp-dual-abi` ;\
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/ |
| README.md | 240 shall be dual licensed as above, without any additional terms or conditions.
|