/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsBallotOtherTests.cpp | 264 programCollection.add("vert") << glu::VertexSource(vertex.str()); in initFrameBufferPrograms() 284 programCollection.add("geometry") << glu::GeometrySource(geometry.str()); in initFrameBufferPrograms() 307 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms() 325 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms() 359 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 451 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms() 452 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms() 453 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms() 455 programCollection.add("fragment") << glu::FragmentSource(fragment); in initPrograms()
|
H A D | glcSubgroupsBallotTests.cpp | 92 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms() 119 programCollection.add("geometry") << glu::GeometrySource(geometryGLSL); in initFrameBufferPrograms() 148 programCollection.add("tesc") << glu::TessellationControlSource(controlSourceGLSL); in initFrameBufferPrograms() 174 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSourceGLSL); in initFrameBufferPrograms() 218 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 350 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms() 351 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms() 352 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms() 354 programCollection.add("fragment") << glu::FragmentSource(fragment); in initPrograms()
|
H A D | glcSubgroupsBuiltinMaskVarTests.cpp | 161 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms() 179 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSourceGLSL); in initFrameBufferPrograms() 202 programCollection.add("tesc") << glu::TessellationControlSource(controlSourceGLSL); in initFrameBufferPrograms() 223 programCollection.add("geometry") << glu::GeometrySource(geometryGLSL); in initFrameBufferPrograms() 258 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 280 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms() 304 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms() 325 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms() 362 programCollection.add("fragment") << glu::FragmentSource(fragment); in initPrograms()
|
H A D | glcSubgroupsShapeTests.cpp | 161 programCollection.add("vert") << glu::VertexSource(vertexSrc.str()); in initFrameBufferPrograms() 182 programCollection.add("geometry") << glu::GeometrySource(geometry.str()); in initFrameBufferPrograms() 205 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms() 224 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms() 315 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms() 337 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms() 362 programCollection.add("tesc") << glu::TessellationControlSource(tesc); in initPrograms() 383 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms() 421 programCollection.add("fragment") << glu::FragmentSource(fragment); in initPrograms()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | RepeatedFieldBuilderV3.java | 161 builders.add(null); in ensureBuilders() 297 * @param message the message to add 303 messages.add(message); in addMessage() 305 builders.add(null); in addMessage() 318 * @param message the message to add 324 messages.add(index, message); in addMessage() 326 builders.add(index, null); in addMessage() 337 * @param values the messages to add 346 // If we can inspect the size, we can more efficiently add messages. in addAllMessages() 373 * @param message the message to add whic [all...] |
H A D | RepeatedFieldBuilder.java | 161 builders.add(null); in ensureBuilders() 297 * @param message the message to add 303 messages.add(message); in addMessage() 305 builders.add(null); in addMessage() 318 * @param message the message to add 324 messages.add(index, message); in addMessage() 326 builders.add(index, null); in addMessage() 337 * @param values the messages to add 346 // If we can inspect the size, we can more efficiently add messages. in addAllMessages() 373 * @param message the message to add whic [all...] |
/third_party/rust/crates/syn/src/ |
H A D | buffer.rs | 79 unsafe { Cursor::create(ptr, ptr.add(self.entries.len() - 1)) } in begin() 135 ptr = unsafe { ptr.add(1) }; in create() 195 let end_of_group = unsafe { self.ptr.add(*end_offset) }; in group() 196 let inside_of_group = unsafe { Cursor::create(self.ptr.add(1), end_of_group) }; in group() 209 let end_of_group = unsafe { self.ptr.add(*end_offset) }; 210 let inside_of_group = unsafe { Cursor::create(self.ptr.add(1), end_of_group) }; 220 let end_of_group = unsafe { self.ptr.add(*end_offset) }; 306 let rest = unsafe { Cursor::create(self.ptr.add(len), self.scope) }; 359 match unsafe { &*self.ptr.add(1) } { 369 Some(unsafe { Cursor::create(self.ptr.add(le [all...] |
/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A D | memcmp.S | 102 * We can not add limit with alignment offset(tmp1) here. Since the 108 add tmp3, tmp3, tmp1 109 add limit_wd, limit_wd, tmp3, lsr #3 110 add limit, limit, tmp1/* Adjust the limit for the extra. */ 131 add tmp1, tmp1, #8/*valid length in the first 8 bytes of src1*/ 134 add tmp2, tmp2, #8/*valid length in the first 8 bytes of src2*/ 160 add src1, src1, tmp3 /*backwards src1 to alignment boundary*/ 161 add src2, src2, tmp3
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | findbit.S | 41 add r2, r2, #32 @ next index 56 add r0, r0, ip, lsl #2 74 add r2, r2, #1 @ align bit pointer 111 add r0, r2, r3 @ add offset of first set bit 117 add r0, r2, r3 @ add offset of first set bit
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_trap_tunnel_ipip.sh | 67 __addr_add_del $swp1 add 192.0.2.2/28 68 tc qdisc add dev $swp1 clsact 72 __addr_add_del g1 add 192.0.2.65/32 75 __addr_add_del $rp1 add 198.51.100.1/28 150 tc filter add dev $swp1 egress protocol ip pref 1 handle 101 \ 208 tc filter add dev $swp1 egress protocol ip pref 1 handle 101 \ 249 __addr_add_del g1 add 192.0.2.65/32
|
H A D | qos_dscp_router.sh | 68 tc qdisc add dev $h1 clsact 70 ip route add vrf v$h1 192.0.2.16/28 via 192.0.2.2 84 tc qdisc add dev $h2 clsact 86 ip route add vrf v$h2 192.0.2.0/28 via 192.0.2.17 112 tc qdisc add dev $swp1 clsact 113 tc qdisc add dev $swp2 clsact 253 tc filter add dev $swp1 ingress handle 101 pref 1 prot ip flower \
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | memscan_64.S | 33 add %o0, 1, %o0 48 add %o0, 8, %o0 60 add %o0, -5, %g2 66 add %o0, -8, %g2 105 1: add %o0, %o1, %o0 119 add %o0, %o2, %o3 131 add %o3, %o4, %o0
|
/kernel/linux/linux-6.6/arch/xtensa/lib/ |
H A D | umulsidi3.S | 124 add a6, a6, a11 136 add a6, a6, a11 142 add wh, wh, a9 168 add \dst, \tmp, \at 177 add \dst, \tmp, \at 186 add \dst, \tmp, \at 201 1: add \tmp1, \src2, \dst
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | no_forwarding.sh | 45 ip neigh add $H2_IPV4 lladdr $dmac dev $if_name 62 ip -6 neigh add $H2_IPV6 lladdr $dmac dev $if_name 186 ip link add br0 type bridge && ip link set br0 up 187 ip link add br1 type bridge && ip link set br1 up 199 ip link add br0 type bridge vlan_filtering 1 vlan_default_pvid 0 204 bridge vlan add dev $swp1 vid 1 pvid untagged 205 bridge vlan add dev $swp1 vid 2 pvid untagged
|
H A D | tc_tunnel_key.sh | 20 tc qdisc add dev h1-et clsact 48 tc qdisc add dev $swp1 clsact 81 if ! tc action add action tunnel_key help 2>&1 | grep -q nofrag; then 106 tc filter add dev $swp1 ingress protocol ip pref 100 handle 100 \ 109 tc filter add dev $swp1 ingress protocol ip pref 101 handle 101 \ 112 tc filter add dev $swp1 ingress protocol ip pref 102 handle 102 \ 117 tc filter add dev h1-et egress protocol all pref 1 handle 1 matchall $tcflags \
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_trap_tunnel_ipip6.sh | 68 __addr_add_del $swp1 add 2001:db8:1::2/64 69 tc qdisc add dev $swp1 clsact 74 __addr_add_del g1 add 2001:db8:3::1/128 77 __addr_add_del $rp1 add 2001:db8:10::1/64 159 tc filter add dev $swp1 egress protocol ipv6 pref 1 handle 101 \ 192 tc filter add dev $swp1 egress protocol ipv6 pref 1 handle 101 \ 235 __addr_add_del g1 add 2001:db8:3::1/128
|
H A D | egress_vid_classification.sh | 60 ip route add 192.0.2.16/28 vrf v$h1 nexthop via 192.0.2.2 88 ip route add 192.0.2.0/28 vrf v$h3 nexthop via 192.0.2.17 102 tc qdisc add dev $swp1 clsact 104 ip link add dev br0 type bridge mcast_snooping 0 180 __addr_add_del br0 add 192.0.2.2/28 200 # First add {port, VID}->FID for swp1.10, then add a RIF and verify that 212 tc filter add dev $swp1 egress protocol ip pref 1 handle 101 \ 234 # First add an address to the bridge, which will create a RIF on top of 235 # it, then add [all...] |
H A D | ingress_rif_conf_1d.sh | 59 ip route add 192.0.2.16/28 vrf v$h1 nexthop via 192.0.2.2 87 ip route add 192.0.2.0/28 vrf v$h3 nexthop via 192.0.2.17 102 ip link add dev br0 type bridge mcast_snooping 0 117 tc qdisc add dev $swp3 clsact 179 __addr_add_del br0 add 192.0.2.2/28 199 # First add {port, VID}->FID for $swp1.10, then add a RIF and verify 207 tc filter add dev $swp3 egress protocol ip pref 1 handle 101 \ 229 # First add an address to the bridge, which will create a RIF on top of 230 # it, then add [all...] |
H A D | devlink_trap_tunnel_ipip.sh | 67 __addr_add_del $swp1 add 192.0.2.2/28 68 tc qdisc add dev $swp1 clsact 72 __addr_add_del g1 add 192.0.2.65/32 75 __addr_add_del $rp1 add 198.51.100.1/28 159 tc filter add dev $swp1 egress protocol ip pref 1 handle 101 \ 192 tc filter add dev $swp1 egress protocol ip pref 1 handle 101 \ 234 __addr_add_del g1 add 192.0.2.65/32
|
H A D | sch_offload.sh | 57 tc qdisc add dev $h1 $locus handle $handle \ 68 tc qdisc add dev $h1 $locus handle $handle \ 79 tc qdisc add dev $h1 $locus handle $handle \ 90 tc qdisc add dev $h1 $locus handle $handle \ 101 tc qdisc add dev $h1 $locus handle $handle pfifo limit 100K 111 tc qdisc add dev $h1 $locus handle $handle bfifo limit 100K 121 tc qdisc add dev $h1 $locus handle $handle drr
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_xdp_redirect_multi.sh | 85 ip netns add ${NS[0]} 87 ip netns add ${NS[$i]} 88 ip -n ${NS[$i]} link add veth0 type veth peer name veth$i netns ${NS[0]} 92 ip -n ${NS[$i]} addr add 192.0.2.$i/24 dev veth0 93 ip -n ${NS[$i]} addr add 2001:db8::$i/64 dev veth0 95 ip -n ${NS[$i]} neigh add 192.0.2.253 lladdr 00:00:00:00:00:01 dev veth0 128 ip netns exec ${NS[1]} ip neigh add 2001:db8::2 dev veth0 lladdr 00:00:00:00:00:02
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
H A D | no_forwarding.sh | 45 ip neigh add $H2_IPV4 lladdr $dmac dev $if_name 62 ip -6 neigh add $H2_IPV6 lladdr $dmac dev $if_name 186 ip link add br0 type bridge && ip link set br0 up 187 ip link add br1 type bridge && ip link set br1 up 199 ip link add br0 type bridge vlan_filtering 1 vlan_default_pvid 0 204 bridge vlan add dev $swp1 vid 1 pvid untagged 205 bridge vlan add dev $swp1 vid 2 pvid untagged
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | conntrack_tcp_unreplied.sh | 58 ip netns add $ns1 || exit 1 62 ip netns add $ns2 || exit 1 65 ip -net $ns1 link add name veth1 type veth peer name veth2 73 ip -net $ns2 addr add 10.11.11.2/24 dev veth2 74 ip -net $ns2 route add default via 10.11.11.1 78 # add a rule inside NS so we enable conntrack 81 ip -net $ns1 addr add 10.11.11.1/24 dev veth1 82 ip -net $ns1 route add 10.99.99.99 via 10.11.11.2
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPrograms.hpp | 83 Program& add (const std::string& name); 84 Program& add (const std::string& name, const BuildOptions* buildOptions); 85 void add (const std::string& name, de::MovePtr<Program>& program); 151 Program& ProgramCollection<Program, BuildOptions>::add (const std::string& name) in add() function in vk::ProgramCollection 162 Program& ProgramCollection<Program, BuildOptions>::add (const std::string& name, const BuildOptions* buildOptions) in add() function in vk::ProgramCollection 164 Program& program = add(name); in add() 173 void ProgramCollection<Program, BuildOptions>::add (const std::string& name, de::MovePtr<Program>& program) in add() function in vk::ProgramCollection
|
/third_party/optimized-routines/string/aarch64/ |
H A D | strcpy-mte.S | 84 add len, tmp, len, lsr 2 91 IFSTPCPY (add result, dstin, len) 108 IFSTPCPY (add result, dstin, len) 119 IFSTPCPY (add result, dstin, len) 128 IFSTPCPY (add result, dstin, len) 135 add dst, dstin, len 158 IFSTPCPY (add result, dst, len)
|