/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wnm_sta.c | 1932 const struct wpabuf *elems) in wnm_send_coloc_intf_report() 1937 if (wpa_s->wpa_state < WPA_ASSOCIATED || !elems) in wnm_send_coloc_intf_report() 1944 buf = wpabuf_alloc(3 + wpabuf_len(elems)); in wnm_send_coloc_intf_report() 1951 wpabuf_put_buf(buf, elems); in wnm_send_coloc_intf_report() 1962 struct wpabuf *elems) in wnm_set_coloc_intf_elems() 1965 if (elems && wpabuf_len(elems) == 0) { in wnm_set_coloc_intf_elems() 1966 wpabuf_free(elems); in wnm_set_coloc_intf_elems() 1967 elems = NULL; in wnm_set_coloc_intf_elems() 1969 wpa_s->coloc_intf_elems = elems; in wnm_set_coloc_intf_elems() 1931 wnm_send_coloc_intf_report(struct wpa_supplicant *wpa_s, u8 dialog_token, const struct wpabuf *elems) wnm_send_coloc_intf_report() argument 1961 wnm_set_coloc_intf_elems(struct wpa_supplicant *wpa_s, struct wpabuf *elems) wnm_set_coloc_intf_elems() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wps_hostapd.c | 1454 struct ieee802_11_elems elems; in hostapd_wps_probe_req_rx() local 1459 if (ieee802_11_parse_elems(ie, ie_len, &elems, 0) == ParseFailed) { in hostapd_wps_probe_req_rx() 1465 if (elems.ssid && elems.ssid_len > 0 && in hostapd_wps_probe_req_rx() 1466 (elems.ssid_len != hapd->conf->ssid.ssid_len || in hostapd_wps_probe_req_rx() 1467 os_memcmp(elems.ssid, hapd->conf->ssid.ssid, elems.ssid_len) != in hostapd_wps_probe_req_rx() 1482 if (elems.ssid && elems.ssid_len == P2P_WILDCARD_SSID_LEN && in hostapd_wps_probe_req_rx() 1483 os_memcmp(elems in hostapd_wps_probe_req_rx() [all...] |
H A D | ieee802_11_shared.c | 228 struct ieee802_11_elems elems; in ieee802_11_sa_query_action() local 237 if (ieee802_11_parse_elems(ies, ies_len, &elems, 1) == in ieee802_11_sa_query_action() 256 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in ieee802_11_sa_query_action()
|
/kernel/linux/linux-5.10/include/linux/netfilter_ipv4/ |
H A D | ip_tables.h | 85 unsigned char elems[]; member
|
/kernel/linux/linux-6.6/include/sound/sof/ |
H A D | trace.h | 68 uint32_t elem_cnt; /**< number of entries in elems[] array */ 71 struct sof_ipc_trace_filter_elem elems[]; member
|
/third_party/rust/crates/syn/src/gen/ |
H A D | clone.rs | 306 elems: self.elems.clone(), in clone() 706 elems: self.elems.clone(), in clone() 1538 elems: self.elems.clone(), in clone() 1563 elems: self.elems.clone(), in clone() 1576 elems: self.elems in clone() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_basic.c | 261 if (CHECK(skel->bss->elems != num_elems, "elems", "got %u expected %u\n", in test_sockmap_copy() 262 skel->bss->elems, num_elems)) in test_sockmap_copy()
|
/kernel/linux/linux-5.10/include/linux/netfilter/ |
H A D | x_tables.h | 280 int xt_check_entry_offsets(const void *base, const char *elems, 528 int xt_compat_check_entry_offsets(const void *base, const char *elems,
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-vbi-out.c | 224 unsigned elems = in vivid_sliced_vbi_out_process() local 230 while (elems--) { in vivid_sliced_vbi_out_process()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-vbi-out.c | 224 unsigned elems = in vivid_sliced_vbi_out_process() local 230 while (elems--) { in vivid_sliced_vbi_out_process()
|
/kernel/linux/linux-6.6/include/linux/netfilter/ |
H A D | x_tables.h | 280 int xt_check_entry_offsets(const void *base, const char *elems, 532 int xt_compat_check_entry_offsets(const void *base, const char *elems,
|
/third_party/python/Lib/xml/etree/ |
H A D | ElementPath.py | 331 elems = list(parent.findall(elem.tag)) 332 if elems[index] is elem:
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_common.h | 155 struct ieee802_11_elems *elems, 184 int supp_rates_11b_only(struct ieee802_11_elems *elems);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ssearch.cpp | 374 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status); in OrderList() local 392 ucol_setOffset(elems, stringOffset, &status); in OrderList() 395 low = ucol_getOffset(elems); in OrderList() 396 order = ucol_next(elems, &status); in OrderList() 397 high = ucol_getOffset(elems); in OrderList() 408 ucol_closeElements(elems); in OrderList()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_variables.c | 503 unsigned elems = glsl_get_length(deref->type); in _vtn_local_load_store() local 504 for (unsigned i = 0; i < elems; i++) { in _vtn_local_load_store() 507 _vtn_local_load_store(b, load, child, inout->elems[i], access); in _vtn_local_load_store() 511 unsigned elems = glsl_get_length(deref->type); in _vtn_local_load_store() local 512 for (unsigned i = 0; i < elems; i++) { in _vtn_local_load_store() 514 _vtn_local_load_store(b, load, child, inout->elems[i], access); in _vtn_local_load_store() 673 unsigned elems = glsl_get_length(ptr->type->type); in _vtn_variable_load_store() local 680 for (unsigned i = 0; i < elems; i++) { in _vtn_variable_load_store() 684 &(*inout)->elems[i]); in _vtn_variable_load_store() 749 unsigned elems in _vtn_variable_copy() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | events.c | 2210 struct ieee802_11_elems elems; in wnm_process_assoc_resp() local 2215 if (ieee802_11_parse_elems(ies, ies_len, &elems, 1) == ParseFailed) in wnm_process_assoc_resp() 2219 if (elems.bss_max_idle_period) { in wnm_process_assoc_resp() 2222 WPA_GET_LE16(elems.bss_max_idle_period); in wnm_process_assoc_resp() 2225 (elems.bss_max_idle_period[2] & 0x01) ? in wnm_process_assoc_resp() 2274 struct ieee802_11_elems elems; in interworking_process_assoc_resp() local 2279 if (ieee802_11_parse_elems(ies, ies_len, &elems, 1) == ParseFailed) in interworking_process_assoc_resp() 2282 if (elems.qos_map_set) { in interworking_process_assoc_resp() 2283 wpas_qos_map_set(wpa_s, elems.qos_map_set, in interworking_process_assoc_resp() 2284 elems in interworking_process_assoc_resp() 2294 struct ieee802_11_elems elems; multi_ap_process_assoc_resp() local 2511 struct ieee802_11_elems elems; wpa_supplicant_event_associnfo() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11_shared.c | 255 struct ieee802_11_elems elems; in ieee802_11_sa_query_action() local 264 if (ieee802_11_parse_elems(ies, ies_len, &elems, 1) == in ieee802_11_sa_query_action() 283 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in ieee802_11_sa_query_action()
|
/kernel/linux/linux-5.10/sound/usb/6fire/ |
H A D | control.c | 520 const struct snd_kcontrol_new *elems) in usb6fire_control_add_virtual() 535 while (elems[i].name) { in usb6fire_control_add_virtual() 536 control = snd_ctl_new1(&elems[i], rt); in usb6fire_control_add_virtual() 516 usb6fire_control_add_virtual( struct control_runtime *rt, struct snd_card *card, char *name, const struct snd_kcontrol_new *elems) usb6fire_control_add_virtual() argument
|
/kernel/linux/linux-6.6/sound/usb/6fire/ |
H A D | control.c | 520 const struct snd_kcontrol_new *elems) in usb6fire_control_add_virtual() 535 while (elems[i].name) { in usb6fire_control_add_virtual() 536 control = snd_ctl_new1(&elems[i], rt); in usb6fire_control_add_virtual() 516 usb6fire_control_add_virtual( struct control_runtime *rt, struct snd_card *card, char *name, const struct snd_kcontrol_new *elems) usb6fire_control_add_virtual() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_blend_vulkan.c | 150 .elems = planes, in init_filter() 159 .elems = planes, in init_filter() 170 .elems = planes, in init_filter()
|
H A D | vf_scale_vulkan.c | 150 .elems = in_planes, in init_filter() 161 .elems = av_pix_fmt_count_planes(s->vkctx.output_format), in init_filter() 210 for (int i = 0; i < desc_i[1].elems; i++) { in init_filter()
|
H A D | vf_overlay_vulkan.c | 106 .elems = planes, in init_filter() 115 .elems = planes, in init_filter() 126 .elems = planes, in init_filter()
|
/third_party/spirv-tools/test/opt/ |
H A D | types_test.cpp | 408 uint32_t elems = 1; in GenerateAllTypesWithDecorations() local 413 for (uint32_t j = 0; j < (elems % 4) + 1; ++j) { in GenerateAllTypesWithDecorations() 417 ++elems; in GenerateAllTypesWithDecorations()
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
H A D | x_tables.h | 181 for ((pos) = (struct xt_entry_match *)entry->elems; \
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_ipv4/ |
H A D | ip_tables.h | 124 unsigned char elems[0]; member
|