Home
last modified time | relevance | path

Searched refs:ul2 (Results 1 – 25 of 28) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dipip_lib.sh211 local ul2=$1; shift
214 __simple_if_init $ul2 v$ol2
215 vlan_create $ul2 111 v$ol2 192.0.2.130/28
228 local ul2=$1; shift
236 vlan_destroy $ul2 111
237 __simple_if_fini $ul2
283 local ul2=$1; shift
286 simple_if_init $ul2
289 __simple_if_init dummy2 v$ul2 192.0.2.66/32
291 vlan_create $ul2 111 v$ul2 192.0.2.130/28
[all …]
Dgre_multipath.sh119 __simple_if_init $ul2 v$ol2
120 vlan_create $ul2 111 v$ol2 192.0.2.130/28
121 vlan_create $ul2 222 v$ol2 192.0.2.146/28
135 tc qdisc add dev $ul2 clsact
136 tc filter add dev $ul2 ingress pref 111 prot 802.1Q \
138 tc filter add dev $ul2 ingress pref 222 prot 802.1Q \
144 tc qdisc del dev $ul2 clsact
156 vlan_destroy $ul2 222
157 vlan_destroy $ul2 111
158 __simple_if_fini $ul2
[all …]
Dipip_hier_gre.sh20 ul2=${NETIFS[p4]}
30 sw2_hierarchical_create gre $ol2 $ul2
49 sw2_hierarchical_destroy $ol2 $ul2
Dipip_flat_gre.sh20 ul2=${NETIFS[p4]}
30 sw2_flat_create gre $ol2 $ul2
49 sw2_flat_destroy $ol2 $ul2
Dipip_hier_gre_key.sh20 ul2=${NETIFS[p4]}
30 sw2_hierarchical_create gre $ol2 $ul2 key 22
49 sw2_hierarchical_destroy $ol2 $ul2
Dipip_flat_gre_keys.sh20 ul2=${NETIFS[p4]}
30 sw2_flat_create gre $ol2 $ul2 ikey 222 okey 111
49 sw2_flat_destroy $ol2 $ul2
Dipip_flat_gre_key.sh20 ul2=${NETIFS[p4]}
30 sw2_flat_create gre $ol2 $ul2 key 233
49 sw2_flat_destroy $ol2 $ul2
Dipip_hier_gre_keys.sh20 ul2=${NETIFS[p4]}
30 sw2_hierarchical_create gre $ol2 $ul2 ikey 222 okey 111
49 sw2_hierarchical_destroy $ol2 $ul2
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dzvector.c16 volatile vector unsigned long long ul, ul2; variable
55 ul = ul2; in test_assign()
92 ul = +ul2; in test_pos()
164 ++ul2; in test_preinc()
210 ul2++; in test_postinc()
256 --ul2; in test_predec()
302 ul2--; in test_postdec()
435 ul = ul + ul2; in test_add()
437 ul = bl + ul2; in test_add()
531 ul += ul2; in test_add_assign()
[all …]
/external/clang/test/CodeGen/
Dzvector.c17 volatile vector unsigned long long ul, ul2; variable
54 ul = ul2; in test_assign()
91 ul = +ul2; in test_pos()
149 ++ul2; in test_preinc()
186 ul2++; in test_postinc()
223 --ul2; in test_predec()
260 ul2--; in test_postdec()
361 ul = ul + ul2; in test_add()
369 ul = bl + ul2; in test_add()
443 ul += ul2; in test_add_assign()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dreturn_ul.c9 static unsigned long return_ul(unsigned long ul1, unsigned long ul2) in return_ul() argument
11 return ul1 + ul2; in return_ul()
20 unsigned long ul1, ul2; in main() local
25 values[1] = &ul2; in main()
31 ul2 = 1073741824L; in main()
34 printf("res: %lu, %lu\n", (unsigned long)res, ul1 + ul2); in main()
/external/libffi/testsuite/libffi.call/
Dreturn_ul.c9 static unsigned long return_ul(unsigned long ul1, unsigned long ul2) in return_ul() argument
11 return ul1 + ul2; in return_ul()
20 unsigned long ul1, ul2; in main() local
25 values[1] = &ul2; in main()
31 ul2 = 1073741824L; in main()
34 printf("res: %lu, %lu\n", (unsigned long)res, ul1 + ul2); in main()
/external/llvm-project/clang/test/Sema/
Dzvector.c18 vector unsigned long long ul, ul2; variable
102 ul = ul2; in foo()
132 uc = ul2; // expected-error {{incompatible type}} in foo()
142 bc = ul2; // expected-error {{incompatible type}} in foo()
167 bl = (vector bool long long)ul2; in foo()
184 bi = (vector bool int)ul2; in foo()
209 ++ul2; in foo()
249 --ul2; in foo()
289 ul = +ul2; in foo()
315 ul = -ul2; in foo()
[all …]
Dbitfield-promote.c21 unsigned long long ul2 : 50; member
33 __typeof(s.ul2 + s.ul2) x_ul2;
Dzvector2.c18 vector unsigned long long ul, ul2; variable
/external/clang/test/Sema/
Dzvector.c18 vector unsigned long long ul, ul2; variable
59 ul = ul2; in foo()
89 uc = ul2; // expected-error {{incompatible type}} in foo()
99 bc = ul2; // expected-error {{incompatible type}} in foo()
124 bl = (vector bool long long)ul2; in foo()
141 bi = (vector bool int)ul2; in foo()
166 ++ul2; in foo()
206 --ul2; in foo()
246 ul = +ul2; in foo()
272 ul = -ul2; in foo()
[all …]
Dbitfield-promote.c21 unsigned long long ul2 : 50; member
33 __typeof(s.ul2 + s.ul2) x_ul2;
/external/fonttools/Lib/fontTools/ttLib/tables/
DO_S_2f_2.py253 ul1, ul2 = self.ulUnicodeRange1, self.ulUnicodeRange2
258 if ul2 & (1 << i):
268 ul1, ul2, ul3, ul4 = 0, 0, 0, 0
273 ul2 |= (1 << (bit - 32))
280 self.ulUnicodeRange1, self.ulUnicodeRange2 = ul1, ul2
/external/libyuv/files/util/
Dssim.cc182 const int ul2 = rec[-dy2 - x]; in GetSSIMFullKernel() local
188 ym += Wxy * (ul2 + ur2 + ll2 + lr2); in GetSSIMFullKernel()
190 xym += Wxy * (ul1 * ul2 + ur1 * ur2 + ll1 * ll2 + lr1 * lr2); in GetSSIMFullKernel()
191 yym += Wxy * (ul2 * ul2 + ur2 * ur2 + ll2 * ll2 + lr2 * lr2); in GetSSIMFullKernel()
/external/llvm-project/llvm/test/CodeGen/Mips/
Dl3mc.ll31 @ul2 = global i32 0, align 4
68 store i32 %conv7, i32* @ul2, align 4
96 %7 = load i32, i32* @ul2, align 4
/external/llvm/test/CodeGen/Mips/
Dl3mc.ll31 @ul2 = global i32 0, align 4
68 store i32 %conv7, i32* @ul2, align 4
96 %7 = load i32, i32* @ul2, align 4
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleAliasTest.java158 ULocale ul2 = new ULocale(newLoc.toString()); in TestULocale() local
161 String name2 = ul2.getDisplayName(); in TestULocale()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleAliasTest.java161 ULocale ul2 = new ULocale(newLoc.toString()); in TestULocale() local
164 String name2 = ul2.getDisplayName(); in TestULocale()
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer_test.py1073 self.ul2 = UpdateAndLossLayer()
1079 return self.ul2(x)
/external/libffi/testsuite/libffi.bhaible/
Dtestcases.c82 ulong ul1=1, ul2=2, ul3=3, ul4=4, ul5=5, ul6=6, ul7=7, ul8=8, ul9=9; variable

12