Home
last modified time | relevance | path

Searched refs:ul1 (Results 1 – 25 of 45) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dip6gre_lib.sh186 local ul1=$1; shift
191 ip link set dev $ul1 up
192 vlan_create $ul1 111 "" 2001:db8:10::1/64
207 local ul1=$1; shift
216 vlan_destroy $ul1 111
217 __simple_if_fini $ul1
263 local ul1=$1; shift
266 simple_if_init $ul1
268 __simple_if_init dummy1 v$ul1 2001:db8:3::1/64
270 vlan_create $ul1 111 v$ul1 2001:db8:10::1/64
[all …]
Dipip_lib.sh174 local ul1=$1; shift
179 ip link set dev $ul1 up
180 vlan_create $ul1 111 "" 192.0.2.129/28
194 local ul1=$1; shift
202 vlan_destroy $ul1 111
203 __simple_if_fini $ul1
245 local ul1=$1; shift
248 simple_if_init $ul1
250 __simple_if_init dummy1 v$ul1 192.0.2.65/32
252 vlan_create $ul1 111 v$ul1 192.0.2.129/28
[all …]
Dgre_multipath.sh81 __simple_if_init $ul1 v$ol1
82 vlan_create $ul1 111 v$ol1 192.0.2.129/28
83 vlan_create $ul1 222 v$ol1 192.0.2.145/28
110 vlan_destroy $ul1 222
111 vlan_destroy $ul1 111
112 __simple_if_fini $ul1
179 ul1=${NETIFS[p3]}
Dip6gre_hier.sh22 ul1=${NETIFS[p3]}
32 sw1_hierarchical_create $ol1 $ul1
52 sw1_hierarchical_destroy $ol1 $ul1
Dip6gre_flat.sh22 ul1=${NETIFS[p3]}
32 sw1_flat_create $ol1 $ul1
52 sw1_flat_destroy $ol1 $ul1
Dip6gre_hier_key.sh22 ul1=${NETIFS[p3]}
32 sw1_hierarchical_create $ol1 $ul1 key 22
52 sw1_hierarchical_destroy $ol1 $ul1
Dip6gre_hier_keys.sh22 ul1=${NETIFS[p3]}
32 sw1_hierarchical_create $ol1 $ul1 ikey 111 okey 222
52 sw1_hierarchical_destroy $ol1 $ul1
Dipip_hier_gre.sh19 ul1=${NETIFS[p3]}
29 sw1_hierarchical_create gre $ol1 $ul1
50 sw1_hierarchical_destroy $ol1 $ul1
Dip6gre_flat_key.sh22 ul1=${NETIFS[p3]}
32 sw1_flat_create $ol1 $ul1 key 233
52 sw1_flat_destroy $ol1 $ul1
Dip6gre_flat_keys.sh22 ul1=${NETIFS[p3]}
32 sw1_flat_create $ol1 $ul1 ikey 111 okey 222
52 sw1_flat_destroy $ol1 $ul1
Dipip_flat_gre.sh19 ul1=${NETIFS[p3]}
29 sw1_flat_create gre $ol1 $ul1
50 sw1_flat_destroy $ol1 $ul1
Dipip_hier_gre_keys.sh19 ul1=${NETIFS[p3]}
29 sw1_hierarchical_create gre $ol1 $ul1 ikey 111 okey 222
50 sw1_hierarchical_destroy $ol1 $ul1
Dipip_flat_gre_key.sh19 ul1=${NETIFS[p3]}
29 sw1_flat_create gre $ol1 $ul1 key 233
50 sw1_flat_destroy $ol1 $ul1
Dipip_hier_gre_key.sh19 ul1=${NETIFS[p3]}
29 sw1_hierarchical_create gre $ol1 $ul1 key 22
50 sw1_hierarchical_destroy $ol1 $ul1
Dipip_flat_gre_keys.sh19 ul1=${NETIFS[p3]}
29 sw1_flat_create gre $ol1 $ul1 ikey 111 okey 222
50 sw1_flat_destroy $ol1 $ul1
Dgre_multipath_nh.sh90 __simple_if_init $ul1 v$ol1
91 vlan_create $ul1 111 v$ol1 192.0.2.129/28
92 vlan_create $ul1 222 v$ol1 192.0.2.145/28
127 vlan_destroy $ul1 222
128 vlan_destroy $ul1 111
129 __simple_if_fini $ul1
206 ul1=${NETIFS[p3]}
Dgre_multipath_nh_res.sh90 __simple_if_init $ul1 v$ol1
91 vlan_create $ul1 111 v$ol1 192.0.2.129/28
92 vlan_create $ul1 222 v$ol1 192.0.2.145/28
128 vlan_destroy $ul1 222
129 vlan_destroy $ul1 111
130 __simple_if_fini $ul1
208 ul1=${NETIFS[p3]}
Dgre_inner_v4_multipath.sh97 __simple_if_init $ul1 v$ol1 192.0.2.129/28
114 __simple_if_fini $ul1 192.0.2.129/28
215 ul1=${NETIFS[p3]}
Dgre_inner_v6_multipath.sh97 __simple_if_init $ul1 v$ol1 192.0.2.129/28
114 __simple_if_fini $ul1 192.0.2.129/28
215 ul1=${NETIFS[p3]}
Dip6gre_inner_v4_multipath.sh96 __simple_if_init $ul1 v$ol1 2001:db8:80::1/64
113 __simple_if_fini $ul1 2001:db8:80::1/64
214 ul1=${NETIFS[p3]}
/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
24 values[0] = &ul1; in main()
30 ul1 = 1073741823L; 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
24 values[0] = &ul1; in main()
30 ul1 = 1073741823L; in main()
34 printf("res: %lu, %lu\n", (unsigned long)res, ul1 + ul2); in main()
/external/clang/test/Sema/
Dbitfield-promote.c20 unsigned long long ul1 : 8; member
30 __typeof(s.ul1 + s.ul1) x_ul1;
/external/fonttools/Lib/fontTools/ttLib/tables/
DO_S_2f_2.py254 ul1, ul2 = self.ulUnicodeRange1, self.ulUnicodeRange2
257 if ul1 & (1 << i):
269 ul1, ul2, ul3, ul4 = 0, 0, 0, 0
272 ul1 |= (1 << bit)
281 self.ulUnicodeRange1, self.ulUnicodeRange2 = ul1, ul2
/external/libyuv/files/util/
Dssim.cc177 const int ul1 = org[-dy1 - x]; in GetSSIMFullKernel() local
187 xm += Wxy * (ul1 + ur1 + ll1 + lr1); in GetSSIMFullKernel()
189 xxm += Wxy * (ul1 * ul1 + ur1 * ur1 + ll1 * ll1 + lr1 * lr1); in GetSSIMFullKernel()
190 xym += Wxy * (ul1 * ul2 + ur1 * ur2 + ll1 * ll2 + lr1 * lr2); in GetSSIMFullKernel()

12