/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | ip6gre_lib.sh | 186 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 …]
|
D | ipip_lib.sh | 174 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 …]
|
D | gre_multipath.sh | 81 __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]}
|
D | ip6gre_hier.sh | 22 ul1=${NETIFS[p3]} 32 sw1_hierarchical_create $ol1 $ul1 52 sw1_hierarchical_destroy $ol1 $ul1
|
D | ip6gre_flat.sh | 22 ul1=${NETIFS[p3]} 32 sw1_flat_create $ol1 $ul1 52 sw1_flat_destroy $ol1 $ul1
|
D | ip6gre_hier_key.sh | 22 ul1=${NETIFS[p3]} 32 sw1_hierarchical_create $ol1 $ul1 key 22 52 sw1_hierarchical_destroy $ol1 $ul1
|
D | ip6gre_hier_keys.sh | 22 ul1=${NETIFS[p3]} 32 sw1_hierarchical_create $ol1 $ul1 ikey 111 okey 222 52 sw1_hierarchical_destroy $ol1 $ul1
|
D | ipip_hier_gre.sh | 19 ul1=${NETIFS[p3]} 29 sw1_hierarchical_create gre $ol1 $ul1 50 sw1_hierarchical_destroy $ol1 $ul1
|
D | ip6gre_flat_key.sh | 22 ul1=${NETIFS[p3]} 32 sw1_flat_create $ol1 $ul1 key 233 52 sw1_flat_destroy $ol1 $ul1
|
D | ip6gre_flat_keys.sh | 22 ul1=${NETIFS[p3]} 32 sw1_flat_create $ol1 $ul1 ikey 111 okey 222 52 sw1_flat_destroy $ol1 $ul1
|
D | ipip_flat_gre.sh | 19 ul1=${NETIFS[p3]} 29 sw1_flat_create gre $ol1 $ul1 50 sw1_flat_destroy $ol1 $ul1
|
D | ipip_hier_gre_keys.sh | 19 ul1=${NETIFS[p3]} 29 sw1_hierarchical_create gre $ol1 $ul1 ikey 111 okey 222 50 sw1_hierarchical_destroy $ol1 $ul1
|
D | ipip_flat_gre_key.sh | 19 ul1=${NETIFS[p3]} 29 sw1_flat_create gre $ol1 $ul1 key 233 50 sw1_flat_destroy $ol1 $ul1
|
D | ipip_hier_gre_key.sh | 19 ul1=${NETIFS[p3]} 29 sw1_hierarchical_create gre $ol1 $ul1 key 22 50 sw1_hierarchical_destroy $ol1 $ul1
|
D | ipip_flat_gre_keys.sh | 19 ul1=${NETIFS[p3]} 29 sw1_flat_create gre $ol1 $ul1 ikey 111 okey 222 50 sw1_flat_destroy $ol1 $ul1
|
D | gre_multipath_nh.sh | 90 __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]}
|
D | gre_multipath_nh_res.sh | 90 __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]}
|
D | gre_inner_v4_multipath.sh | 97 __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]}
|
D | gre_inner_v6_multipath.sh | 97 __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]}
|
D | ip6gre_inner_v4_multipath.sh | 96 __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/ |
D | return_ul.c | 9 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/ |
D | return_ul.c | 9 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/ |
D | bitfield-promote.c | 20 unsigned long long ul1 : 8; member 30 __typeof(s.ul1 + s.ul1) x_ul1;
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | O_S_2f_2.py | 254 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/ |
D | ssim.cc | 177 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()
|