/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermRebuild.cpp | 742 auto *const proto = node.getFunctionPrototype(); in traverseFunctionDefinitionChildren() local 743 ASSERT(proto); in traverseFunctionDefinitionChildren() 747 auto *const newProto = traverseAnyAs<TIntermFunctionPrototype>(*proto); in traverseFunctionDefinitionChildren() 752 if (newProto != proto || newBody != body) in traverseFunctionDefinitionChildren()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | generator.py | 1057 """Turn a `<proto>` `<name>` into C-language prototype 1303 proto = cmd.find('proto') 1313 # Done by walking the tree for <proto> element by element. 1317 pdecl += noneStr(proto.text) 1318 tdecl += noneStr(proto.text) 1321 for elem in proto:
|
/third_party/python/Lib/test/ |
H A D | test_genericalias.py | 354 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 355 with self.subTest(alias=alias, proto=proto): 356 s = pickle.dumps(alias, proto)
|
H A D | test_wsgiref.py | 716 for proto in "HTTP/0.9", "HTTP/1.0", "HTTP/1.1": 718 h = TestHandler(SERVER_PROTOCOL=proto) 725 h = TestHandler(SERVER_PROTOCOL=proto) 730 if proto=="HTTP/0.9":
|
H A D | test_bool.py | 277 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 278 self.assertIs(pickle.loads(pickle.dumps(True, proto)), True) 279 self.assertIs(pickle.loads(pickle.dumps(False, proto)), False)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ibss_rsn.c | 62 static int supp_ether_send(void *ctx, const u8 *dest, u16 proto, const u8 *buf, in supp_ether_send() argument 70 " proto=0x%04x len=%lu no_encrypt=%d)", in supp_ether_send() 71 __func__, MAC2STR_SEC(dest), proto, (unsigned long) len, in supp_ether_send() 75 return wpa_drv_tx_control_port(wpa_s, dest, proto, buf, len, in supp_ether_send() 79 return l2_packet_send(wpa_s->l2, dest, proto, buf, len); in supp_ether_send()
|
/third_party/vulkan-headers/registry/ |
H A D | generator.py | 1057 """Turn a `<proto>` `<name>` into C-language prototype 1303 proto = cmd.find('proto') 1313 # Done by walking the tree for <proto> element by element. 1317 pdecl += noneStr(proto.text) 1318 tdecl += noneStr(proto.text) 1321 for elem in proto:
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_nokia.c | 87 u8 proto; member 108 u8 proto; member 286 neg_cmd->proto = NOKIA_PROTO_BYTE; in nokia_send_negotiation()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 497 uint16_t proto = cfg_family == PF_INET ? ETH_P_IP : ETH_P_IPV6; in do_tx() local 503 eth.h_proto = htons(proto); in do_tx() 513 laddr.sll_protocol = htons(proto); in do_tx()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_qp_grp.c | 276 int proto; in create_udp_flow() local 286 err = usnic_transport_sock_get_addr(sock, &proto, &addr, &port_num); in create_udp_flow() 290 if (proto != IPPROTO_UDP) { in create_udp_flow()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun.c | 163 u16 proto) in gen_eth_tnl_hdr() 176 vlan->h_vlan_encapsulated_proto = htons(proto); in gen_eth_tnl_hdr() 178 eth->h_proto = htons(proto); in gen_eth_tnl_hdr() 161 gen_eth_tnl_hdr(char *buf, struct net_device *dev, struct mlx5e_encap_entry *e, u16 proto) gen_eth_tnl_hdr() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_flower.c | 152 u16 proto = be16_to_cpu(act->vlan.proto); in mlxsw_sp_flower_parse_actions() local 158 proto, prio, extack); in mlxsw_sp_flower_parse_actions()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_compat.c | 81 u32 proto; member 104 get_user(params.proto, &src->proto)) in snd_pcm_ioctl_sw_params_compat()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_proto.c | 380 pr_debug("proto header not found\n"); in ipv6_confirm() 437 ct->proto.tcp.state == TCP_CONNTRACK_ESTABLISHED) { in nf_ct_tcp_fixup() 438 ct->proto.tcp.seen[0].td_maxwin = 0; in nf_ct_tcp_fixup() 439 ct->proto.tcp.seen[1].td_maxwin = 0; in nf_ct_tcp_fixup()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_nokia.c | 87 u8 proto; member 108 u8 proto; member 286 neg_cmd->proto = NOKIA_PROTO_BYTE; in nokia_send_negotiation()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_qp_grp.c | 275 int proto; in create_udp_flow() local 285 err = usnic_transport_sock_get_addr(sock, &proto, &addr, &port_num); in create_udp_flow() 289 if (proto != IPPROTO_UDP) { in create_udp_flow()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 497 uint16_t proto = cfg_family == PF_INET ? ETH_P_IP : ETH_P_IPV6; in do_tx() local 503 eth.h_proto = htons(proto); in do_tx() 513 laddr.sll_protocol = htons(proto); in do_tx()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_compat.c | 81 u32 proto; member 104 get_user(params.proto, &src->proto)) in snd_pcm_ioctl_sw_params_compat()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_proto.c | 428 ct->proto.tcp.state == TCP_CONNTRACK_ESTABLISHED) { in nf_ct_tcp_fixup() 429 ct->proto.tcp.seen[0].td_maxwin = 0; in nf_ct_tcp_fixup() 430 ct->proto.tcp.seen[1].td_maxwin = 0; in nf_ct_tcp_fixup()
|
/third_party/curl/lib/vtls/ |
H A D | rustls.c | 392 struct alpn_proto_buf proto; in cr_init_backend() local 402 Curl_alpn_to_proto_str(&proto, connssl->alpn); in cr_init_backend() 403 infof(data, VTLS_INFOF_ALPN_OFFER_1STR, proto.data); in cr_init_backend()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 1250 std::string proto = protoStream.str(); in WriteAuxiliaryContextCppSetupReplay() local 1255 replayWriter.addPrivateFunction(proto, headerStream, bodyStream); in WriteAuxiliaryContextCppSetupReplay() 1291 std::string proto = protoStream.str(); in WriteShareGroupCppSetupReplay() local 1297 replayWriter.addPrivateFunction(proto, headerStream, bodyStream); in WriteShareGroupCppSetupReplay() 6189 std::string proto = "void InitReplay()"; in writeCppReplayIndexFiles() local 6192 source << proto << "\n"; in writeCppReplayIndexFiles() local 6199 mReplayWriter.addPrivateFunction(proto, std::stringstream(), source); in writeCppReplayIndexFiles() 6203 std::string proto = "void ReplayFrame(uint32_t frameIndex)"; in writeCppReplayIndexFiles() local 6207 source << proto << "\n"; in writeCppReplayIndexFiles() local 6222 mReplayWriter.addPublicFunction(proto, st in writeCppReplayIndexFiles() 6227 std::string proto = "void ResetReplay()"; writeCppReplayIndexFiles() local 6231 source << proto << "\\n"; writeCppReplayIndexFiles() local 6242 std::string proto = "const char *GetSerializedContextState(uint32_t frameIndex)"; writeCppReplayIndexFiles() local 6246 source << proto << "\\n"; writeCppReplayIndexFiles() local 6305 std::string proto = protoStream.str(); writeMainContextCppReplay() local 6315 std::string proto = "void SetupReplay()"; writeMainContextCppReplay() local 6319 out << proto << "\\n"; writeMainContextCppReplay() local 6387 std::string proto = protoStream.str(); writeMainContextCppReplay() local 6389 bodyStream << proto << "\\n"; writeMainContextCppReplay() local 6413 std::string proto = protoStream.str(); writeMainContextCppReplay() local 6434 std::string proto = protoStream.str(); writeMainContextCppReplay() local 6437 bodyStream << proto << "\\n"; writeMainContextCppReplay() local 7282 saveH << proto << ";\\n"; saveHeader() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 1099 u8 proto; in nv50_msto_enable() local 1124 proto = NV917D_SOR_SET_CONTROL_PROTOCOL_DP_A; in nv50_msto_enable() 1126 proto = NV917D_SOR_SET_CONTROL_PROTOCOL_DP_B; in nv50_msto_enable() 1128 mstm->outp->update(mstm->outp, head->base.index, armh, proto, in nv50_msto_enable() 1629 struct nv50_head_atom *asyh, u8 proto, u8 depth) in nv50_sor_update() 1639 nv_encoder->ctrl |= NVVAL(NV507D, SOR_SET_CONTROL, PROTOCOL, proto); in nv50_sor_update() 1701 u8 proto = NV507D_SOR_SET_CONTROL_PROTOCOL_CUSTOM; in nv50_sor_enable() local 1716 proto = NV507D_SOR_SET_CONTROL_PROTOCOL_SINGLE_TMDS_A; in nv50_sor_enable() 1726 proto = NV507D_SOR_SET_CONTROL_PROTOCOL_DUAL_TMDS; in nv50_sor_enable() 1728 proto in nv50_sor_enable() 1628 nv50_sor_update(struct nouveau_encoder *nv_encoder, u8 head, struct nv50_head_atom *asyh, u8 proto, u8 depth) nv50_sor_update() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | rtmpproto.c | 2597 char proto[8], hostname[256], path[1024], auth[100], *fname; in rtmp_open() local 2608 av_url_split(proto, sizeof(proto), auth, sizeof(auth), in rtmp_open() 2630 if (rt->listen && strcmp(proto, "rtmp")) { in rtmp_open() 2632 proto); in rtmp_open() 2635 if (!strcmp(proto, "rtmpt") || !strcmp(proto, "rtmpts")) { in rtmp_open() 2636 if (!strcmp(proto, "rtmpts")) in rtmp_open() 2641 } else if (!strcmp(proto, "rtmps")) { in rtmp_open() 2646 } else if (!strcmp(proto, "rtmp in rtmp_open() [all...] |
/kernel/linux/linux-6.6/drivers/net/ |
H A D | vrf.c | 1025 u16 proto) in vrf_l3_out() 1027 switch (proto) { in vrf_l3_out() 1229 struct net_device *vrf_dev, u16 proto) in vrf_prepare_mac_header() 1253 eth->h_proto = htons(proto); in vrf_prepare_mac_header() 1276 u16 proto, struct net_device *orig_dev) in vrf_add_mac_header_if_unset() 1281 return vrf_prepare_mac_header(skb, vrf_dev, proto); in vrf_add_mac_header_if_unset() 1464 u16 proto) in vrf_l3_rcv() 1466 switch (proto) { in vrf_l3_rcv() 1022 vrf_l3_out(struct net_device *vrf_dev, struct sock *sk, struct sk_buff *skb, u16 proto) vrf_l3_out() argument 1228 vrf_prepare_mac_header(struct sk_buff *skb, struct net_device *vrf_dev, u16 proto) vrf_prepare_mac_header() argument 1274 vrf_add_mac_header_if_unset(struct sk_buff *skb, struct net_device *vrf_dev, u16 proto, struct net_device *orig_dev) vrf_add_mac_header_if_unset() argument 1462 vrf_l3_rcv(struct net_device *vrf_dev, struct sk_buff *skb, u16 proto) vrf_l3_rcv() argument
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_ct.c | 430 ct->proto.tcp.seen[0].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in tcf_ct_flow_table_add() 431 ct->proto.tcp.seen[1].flags |= IP_CT_TCP_FLAG_BE_LIBERAL; in tcf_ct_flow_table_add() 465 ct->proto.tcp.state != TCP_CONNTRACK_ESTABLISHED) in tcf_ct_flow_table_process_conn() 839 u8 proto; in tcf_ct_handle_fragments() local 854 err = nf_ct_handle_fragments(net, skb, zone, family, &proto, &mru); in tcf_ct_handle_fragments() 1203 int err, family, proto, len; in tcf_ct_fill_params() local 1276 proto = tb[TCA_CT_HELPER_PROTO] ? nla_get_u8(tb[TCA_CT_HELPER_PROTO]) : IPPROTO_TCP; in tcf_ct_fill_params() 1277 err = nf_ct_add_helper(tmpl, name, family, proto, in tcf_ct_fill_params()
|