Home
last modified time | relevance | path

Searched refs:max_ports (Results 1 - 9 of 9) sorted by relevance

/third_party/lwip/src/include/netif/
H A Dbridgeif.h75 u8_t max_ports; member
87 #define BRIDGEIF_INITDATA1(max_ports, max_fdb_dynamic_entries, max_fdb_static_entries, ethaddr) {ethaddr, max_ports, max_fdb_dynamic_entries, max_fdb_static_entries}
92 #define BRIDGEIF_INITDATA2(max_ports, max_fdb_dynamic_entries, max_fdb_static_entries, e0, e1, e2, e3, e4, e5) {{e0, e1, e2, e3, e4, e5}, max_ports, max_fdb_dynamic_entries, max_fdb_static_entries}
/third_party/lwip/src/netif/
H A Dbridgeif.c113 u8_t max_ports; member
253 if (dstport_idx < br->max_ports) { in bridgeif_send_to_port()
434 LWIP_ASSERT("init_data->max_ports <= BRIDGEIF_MAX_PORTS", in bridgeif_init()
435 init_data->max_ports <= BRIDGEIF_MAX_PORTS); in bridgeif_init()
437 alloc_len_sizet = sizeof(bridgeif_private_t) + (init_data->max_ports * sizeof(bridgeif_port_t) + (init_data->max_fdb_static_entries * sizeof(bridgeif_fdb_static_entry_t))); in bridgeif_init()
449 br->max_ports = init_data->max_ports; in bridgeif_init()
453 br->fdbs = (bridgeif_fdb_static_entry_t *)(((u8_t *)(br + 1)) + (init_data->max_ports * sizeof(bridgeif_port_t))); in bridgeif_init()
540 if (br->num_ports >= br->max_ports) { in bridgeif_add_port()
/third_party/alsa-lib/test/
H A Dseq.c22 int max_ports; variable
50 max_ports = snd_seq_system_info_get_ports(sysinfo); in system_info()
59 printf(" Max ports : %i\n", max_ports); in show_system_info()
93 max = port < 0 ? max_ports : port + 1; in show_port_info()
/third_party/EGL/api/EGL/
H A Deglext.h840 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETOUTPUTPORTSEXTPROC) (EGLDisplay dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports);
849 EGLAPI EGLBoolean EGLAPIENTRY eglGetOutputPortsEXT (EGLDisplay dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports);
/third_party/mesa3d/include/EGL/
H A Deglext.h839 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETOUTPUTPORTSEXTPROC) (EGLDisplay dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports);
848 EGLAPI EGLBoolean EGLAPIENTRY eglGetOutputPortsEXT (EGLDisplay dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports);
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglext.h803 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETOUTPUTPORTSEXTPROC) (EGLDisplay dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports);
812 EGLAPI EGLBoolean EGLAPIENTRY eglGetOutputPortsEXT (EGLDisplay dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports);
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Deglext.h803 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETOUTPUTPORTSEXTPROC) (EGLDisplay dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports);
812 EGLAPI EGLBoolean EGLAPIENTRY eglGetOutputPortsEXT (EGLDisplay dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports);
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Deglext.h805 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETOUTPUTPORTSEXTPROC) (EGLDisplay dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports);
814 EGLAPI EGLBoolean EGLAPIENTRY eglGetOutputPortsEXT (EGLDisplay dpy, const EGLAttrib *attrib_list, EGLOutputPortEXT *ports, EGLint max_ports, EGLint *num_ports);
/third_party/rust/crates/libc/src/unix/haiku/
H A Dnative.rs294 pub max_ports: u32,

Completed in 22 milliseconds