/third_party/uboot/u-boot-2020.01/drivers/net/ |
D | bcm6368-eth.c | 131 uint8_t num_ports; member 219 for (i = 0; i < priv->num_ports; i++) { in bcm6368_eth_adjust_link() 313 for (i = 0; i < priv->num_ports; i++) { in bcm6368_eth_start() 322 for (i = ETH_RGMII_PORT0; i < priv->num_ports; i++) { in bcm6368_eth_start() 364 for (i = 0; i < priv->num_ports; i++) { in bcm6368_eth_start() 411 for (i = 0; i < priv->num_ports; i++) { in bcm6368_eth_stop() 419 for (i = ETH_RGMII_PORT0; i < priv->num_ports; i++) { in bcm6368_eth_stop() 458 for (i = 0; i < priv->num_ports; ++i) { in bcm6368_phy_is_external() 508 int num_ports, ret, i; in bcm6368_eth_probe() local 518 num_ports = dev_read_u32_default(dev, "brcm,num-ports", ETH_MAX_PORT); in bcm6368_eth_probe() [all …]
|
/third_party/gstreamer/gstplugins_good/ext/raw1394/ |
D | gst1394probe.c | 36 int num_ports = 0; 48 num_ports = raw1394_get_port_info (handle, NULL, 0); 49 for (port = 0; port < num_ports; port++) {
|
D | gsthdv1394src.h | 52 gint num_ports; member
|
D | gstdv1394src.h | 58 gint num_ports; member
|
D | gsthdv1394src.c | 445 int m = src->num_ports; in gst_hdv1394src_discover_avc_node() 547 src->num_ports = raw1394_get_port_info (src->handle, src->pinfo, 16); in gst_hdv1394src_start() 549 if (src->num_ports == 0) in gst_hdv1394src_start()
|
D | gstdv1394src.c | 708 int m = src->num_ports; in gst_dv1394src_discover_avc_node() 810 src->num_ports = raw1394_get_port_info (src->handle, src->pinfo, 16); in gst_dv1394src_start() 812 if (src->num_ports == 0) in gst_dv1394src_start()
|
/third_party/lwip/src/netif/ |
D | bridgeif.c | 114 u8_t num_ports; member 234 for (i = 0; i < br->num_ports; i++) { in bridgeif_is_local_mac() 540 if (br->num_ports >= br->max_ports) { in bridgeif_add_port() 543 port = &br->ports[br->num_ports]; in bridgeif_add_port() 545 port->port_num = br->num_ports; in bridgeif_add_port() 547 br->num_ports++; in bridgeif_add_port()
|
/third_party/boost/libs/asio/test/latency/ |
D | udp_server.cpp | 106 unsigned short num_ports = static_cast<unsigned short>(std::atoi(argv[2])); in main() local 113 for (unsigned short i = 0; i < num_ports; ++i) in main()
|
D | udp_client.cpp | 38 unsigned short num_ports = static_cast<unsigned short>(std::atoi(argv[3])); in main() local 52 unsigned short last_port = first_port + num_ports - 1; in main()
|
/third_party/uboot/u-boot-2020.01/drivers/pci/ |
D | pci_tegra.c | 205 unsigned int num_ports; member 947 if (soc->num_ports > 2) 1040 .num_ports = 2, 1050 .num_ports = 3, 1062 .num_ports = 2, 1072 .num_ports = 2, 1083 .num_ports = 3,
|
/third_party/grpc/test/core/iomgr/ |
D | tcp_server_posix_test.cc | 301 const unsigned num_ports = 2; in test_connect() local 355 for (port_num = 0; port_num < num_ports; ++port_num) { in test_connect() 384 for (port_num = 0; port_num < num_ports; ++port_num) { in test_connect()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.c | 1840 media->num_ports = 0; in gst_sdp_media_init() 1927 cp->num_ports = media->num_ports; in gst_sdp_media_copy() 1985 if (media->num_ports > 1) in gst_sdp_media_as_text() 1986 g_string_append_printf (lines, "/%u", media->num_ports); in gst_sdp_media_as_text() 2109 return media->num_ports; in gst_sdp_media_get_num_ports() 2123 gst_sdp_media_set_port_info (GstSDPMedia * media, guint port, guint num_ports) in gst_sdp_media_set_port_info() argument 2128 media->num_ports = num_ports; in gst_sdp_media_set_port_info() 3105 nmedia.num_ports = atoi (slash + 1); in gst_sdp_parse_line() 3108 nmedia.num_ports = 0; in gst_sdp_parse_line() 3221 g_print (" num_ports: '%u'\n", media->num_ports); in print_media()
|
D | gstsdpmessage.h | 266 guint num_ports; member 614 guint num_ports);
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_output_base.txt | 92 EGLint *num_ports); 245 EGLint *num_ports) 249 returned in <num_ports>. Otherwise, up to <max_ports> matching 250 layers will be returned in <ports> and <num_ports> will be set to 261 returned but num_ports is set to 0. 264 <ports> and <num_ports> will be unaffected. If <dpy> is not a valid,
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_output_base.txt | 92 EGLint *num_ports); 245 EGLint *num_ports) 249 returned in <num_ports>. Otherwise, up to <max_ports> matching 250 layers will be returned in <ports> and <num_ports> will be set to 261 returned but num_ports is set to 0. 264 <ports> and <num_ports> will be unaffected. If <dpy> is not a valid,
|
/third_party/grpc/src/core/lib/iomgr/ |
D | tcp_server_posix.cc | 453 unsigned num_ports = 0; in get_port_index() local 457 if (++num_ports > port_index) { in get_port_index()
|
/third_party/uboot/u-boot-2020.01/drivers/ata/ |
D | dwc_ahsata.c | 116 u32 tmp, cap_save, num_ports; in ahci_host_init() local 145 num_ports = (cap_save & SATA_HOST_CAP_NP_MASK) + 1; in ahci_host_init() 146 writel_with_flush((1 << num_ports) - 1, &host_mmio->pi); in ahci_host_init()
|
/third_party/libusb/libusb/os/ |
D | windows_winusb.c | 823 static int alloc_root_hub_config_desc(struct libusb_device *dev, ULONG num_ports, in alloc_root_hub_config_desc() argument 847 ptr[CONFIG_DESC_EP_MAX_PACKET_OFFSET] = (uint8_t)((num_ports + 7) / 8); in alloc_root_hub_config_desc() 867 ULONG port_number, num_ports; in init_root_hub() local 888 num_ports = hub_info.u.HubInformation.HubDescriptor.bNumberOfPorts; in init_root_hub() 889 usbi_dbg("root hub '%s' reports %lu ports", priv->dev_id, ULONG_CAST(num_ports)); in init_root_hub() 896 for (port_number = 1; port_number <= num_ports; port_number++) { in init_root_hub() 938 for (port_number = 1; port_number <= num_ports; port_number++) { in init_root_hub() 1011 r = alloc_root_hub_config_desc(dev, num_ports, config_desc_length, ep_interval); in init_root_hub()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvcontext.c | 79 for (j = 0; j < adaptors[adaptor_nr].num_ports && !context->xv_port_id; j++) { in gst_lookup_xv_port_from_adaptor() 85 adaptors[adaptor_nr].num_ports); in gst_lookup_xv_port_from_adaptor()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | config.c | 3166 unsigned int num_ports; in wpa_config_set_cred_req_conn_capab() local 3191 num_ports = 0; in wpa_config_set_cred_req_conn_capab() 3194 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab() 3200 ports[num_ports++] = atoi(pos); in wpa_config_set_cred_req_conn_capab() 3208 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab() 3214 ports[num_ports] = -1; in wpa_config_set_cred_req_conn_capab()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | config.c | 3166 unsigned int num_ports; in wpa_config_set_cred_req_conn_capab() local 3191 num_ports = 0; in wpa_config_set_cred_req_conn_capab() 3194 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab() 3200 ports[num_ports++] = atoi(pos); in wpa_config_set_cred_req_conn_capab() 3208 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab() 3214 ports[num_ports] = -1; in wpa_config_set_cred_req_conn_capab()
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
D | eglext.h | 803 …y dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports); 812 …y dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports);
|
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/ |
D | eglext.h | 803 …y dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports); 812 …y dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports);
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_egl.h | 1343 …y dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports); 1352 …y dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports);
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
D | eglext.h | 803 …y dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports); 812 …y dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports);
|