Home
last modified time | relevance | path

Searched refs:br2 (Results 1 – 20 of 20) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Dmirror_gre_bridge_1d.sh68 ip link add name br2 type bridge vlan_filtering 0
69 ip link set dev br2 up
71 ip link set dev $swp3 master br2
72 ip route add 192.0.2.130/32 dev br2
73 ip -6 route add 2001:db8:2::2/128 dev br2
75 ip address add dev br2 192.0.2.129/28
76 ip address add dev br2 2001:db8:2::1/64
88 ip link del dev br2
Dmirror_gre_bridge_1d_vlan.sh38 ip link add name br2 type bridge vlan_filtering 0
39 ip link set dev br2 up
43 ip link set dev $swp3.555 master br2
44 ip route add 192.0.2.130/32 dev br2
45 ip -6 route add 2001:db8:2::2/128 dev br2
47 ip address add dev br2 192.0.2.129/32
48 ip address add dev br2 2001:db8:2::1/128
58 ip link del dev br2
Dvxlan_bridge_1q.sh263 ip link add name br2 type bridge vlan_filtering 1 vlan_default_pvid 0
264 ip link set dev br2 up
268 ip link set dev w1 master br2
280 ip link set dev vx10 master br2
291 ip link set dev vx20 master br2
Dvxlan_bridge_1d.sh202 ip link add name br2 type bridge vlan_filtering 0
203 ip link set dev br2 up
207 ip link set dev w1 master br2
215 ip link set dev vx2 master br2
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-var.cpp57 Base &br2 = d; in bind_lvalue_to_lvalue() local
83 …Base &br2 = Derived(); // expected-error{{non-const lvalue reference to type 'Base' cannot bind to… in bind_lvalue_to_rvalue() local
92 …const volatile Base &br2 = ur; // expected-error{{volatile lvalue reference to type 'const volatil… in bind_lvalue_to_unrelated() local
120 const Base &br2 = create<Derived>(); in bind_const_lvalue_to_rvalue() local
135 const Base &br2 = ConvertibleToDerived(); in bind_const_lvalue_to_class_conv_temporary() local
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-var.cpp57 Base &br2 = d; in bind_lvalue_to_lvalue() local
83 …Base &br2 = Derived(); // expected-error{{non-const lvalue reference to type 'Base' cannot bind to… in bind_lvalue_to_rvalue() local
92 …const volatile Base &br2 = ur; // expected-error{{volatile lvalue reference to type 'const volatil… in bind_lvalue_to_unrelated() local
120 const Base &br2 = create<Derived>(); in bind_const_lvalue_to_rvalue() local
135 const Base &br2 = ConvertibleToDerived(); in bind_const_lvalue_to_class_conv_temporary() local
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
Dextack.sh48 ip link add name br2 up type bridge vlan_filtering 0 mcast_snooping 0
53 ip link set dev vx2 master br2
56 ip link set dev $swp2 master br2
73 ip link del dev br2
/external/llvm-project/polly/test/ScopInfo/
Dcondition-after-error-block-2.ll26 br i1 %cmp1, label %A, label %br2
28 br2:
33 %indvar = phi i64 [0, %br2], [%indvar.next, %loop]
Dcondtion-after-error-block.ll33 br i1 %cmp1, label %A, label %br2
35 br2:
40 %indvar = phi i64 [0, %br2], [%indvar.next, %loop]
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
Dinvoke_unwind.ll47 br i1 %cond, label %br1, label %br2
53 br2:
58 %c = phi i64 [%call1, %br1], [%call2, %br2]
/external/llvm/test/Transforms/SimplifyCFG/
Dinvoke_unwind.ll45 br i1 %cond, label %br1, label %br2
51 br2:
56 %c = phi i64 [%call1, %br1], [%call2, %br2]
/external/bcc/tests/python/
Dtest_brb2.py106 self.br2 = get_next_iface("br")
168 … self.setup_br(self.br2, self.nsrtr_eth1_out.ifname, self.veth_pem_2_br2, self.veth_br2_2_pem)
194 if self.br2 in ipdb.interfaces: ipdb.interfaces[self.br2].remove().commit()
Dtest_brb.c224 int br2(struct __sk_buff *skb) { in br2() function
/external/cldr/tools/java/org/unicode/cldr/util/
DTempPrintWriter.java125 final BufferedReader br2 = new BufferedReader(new FileReader(file2), 32*1024); in filesAreIdentical() local
131 line2 = getLineWithoutFluff(br2, lineCount == 0, skipCopyright); in filesAreIdentical()
153 br2.close(); in filesAreIdentical()
DCldrUtility.java288 BufferedReader br2 = new BufferedReader(new FileReader(file2), 32 * 1024);) { in areFileIdentical() argument
295 if ((skip & LineComparer.SKIP_SECOND) == 0) line2 = br2.readLine(); in areFileIdentical()
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
DMachO_ARM64_relocations.s28 # rtdyld-check: decode_operand(br2, 0)[25:0] = (_foo - br2)[27:2]
30 br2: label
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
Dp3.cpp75 auto &[br0, br1, br2] = b; in referenced_type()
123 using Int3 = decltype(br2); in referenced_type()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc203 const quint8* bl2, const quint8* br2, const int16* xlp2, const quint8* tl3, in ComputeLerpx8() argument
214 const uint8x8_t br8x8 = ToUint8x8(br0, br1, br2, br3, br4, br5, br6, br7); in ComputeLerpx8()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionCuda.h1056 float2 br2 = rhs_shmem2[start_feature/2 + 1 + (koff % 4) * 32][koff/4]; in EigenFloatContractionKernelInternal() local
1060 add_vals(a3, a4, br1, br2, br3, br4) in EigenFloatContractionKernelInternal()
/external/hyphenation-patterns/cy/
Dhyph-cy.pat.txt49 .br2