/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh.c | 408 struct ieee802_11_elems elems; in wpa_mesh_notify_peer() local 413 if (ieee802_11_parse_elems(ies, ie_len, &elems, 0) == ParseFailed) { in wpa_mesh_notify_peer() 418 wpa_mesh_new_mesh_peer(wpa_s, addr, &elems); in wpa_mesh_notify_peer() 551 struct ieee802_11_elems elems; in mesh_attr_text() local 556 if (ieee802_11_parse_elems(ies, ies_len, &elems, 0) == ParseFailed) in mesh_attr_text() 559 if (elems.mesh_id_len < 1) in mesh_attr_text() 562 mesh_id = os_malloc(elems.mesh_id_len + 1); in mesh_attr_text() 566 os_memcpy(mesh_id, elems.mesh_id, elems.mesh_id_len); in mesh_attr_text() 567 mesh_id[elems in mesh_attr_text() [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | util.c | 917 struct ieee802_11_elems *elems, in ieee80211_parse_extension_element() 932 if (len >= sizeof(*elems->mu_edca_param_set)) in ieee80211_parse_extension_element() 933 elems->mu_edca_param_set = data; in ieee80211_parse_extension_element() 937 elems->he_cap = data; in ieee80211_parse_extension_element() 938 elems->he_cap_len = len; in ieee80211_parse_extension_element() 943 if (len >= sizeof(*elems->he_operation) && in ieee80211_parse_extension_element() 945 elems->he_operation = data; in ieee80211_parse_extension_element() 949 elems->uora_element = data; in ieee80211_parse_extension_element() 953 elems->max_channel_switch_time = data; in ieee80211_parse_extension_element() 956 if (len >= sizeof(*elems in ieee80211_parse_extension_element() 915 ieee80211_parse_extension_element(u32 *crc, const struct element *elem, struct ieee802_11_elems *elems, struct ieee80211_elems_parse_params *params) ieee80211_parse_extension_element() argument 1012 _ieee802_11_parse_elems_full(struct ieee80211_elems_parse_params *params, struct ieee802_11_elems *elems, const struct element *check_inherit) _ieee802_11_parse_elems_full() argument 1409 ieee802_11_find_bssid_profile(const u8 *start, size_t len, struct ieee802_11_elems *elems, struct cfg80211_bss *bss, u8 *nontransmitted_profile) ieee802_11_find_bssid_profile() argument 1478 ieee80211_mle_get_sta_prof(struct ieee802_11_elems *elems, u8 link_id) ieee80211_mle_get_sta_prof() argument 1534 ieee80211_mle_parse_link(struct ieee802_11_elems *elems, struct ieee80211_elems_parse_params *params) ieee80211_mle_parse_link() argument 1596 struct ieee802_11_elems *elems; ieee802_11_parse_elems_full() local 2261 ieee80211_sta_get_rates(struct ieee80211_sub_if_data *sdata, struct ieee802_11_elems *elems, enum nl80211_band band, u32 *basic_rates) ieee80211_sta_get_rates() argument [all...] |
H A D | mesh_plink.c | 421 struct ieee802_11_elems *elems) in mesh_sta_info_init() 432 rates = ieee80211_sta_get_rates(sdata, elems, sband->band, in mesh_sta_info_init() 449 elems->ht_cap_elem, in mesh_sta_info_init() 454 elems->vht_cap_elem, NULL, in mesh_sta_info_init() 457 ieee80211_he_cap_ie_to_sta_he_cap(sdata, sband, elems->he_cap, in mesh_sta_info_init() 458 elems->he_cap_len, in mesh_sta_info_init() 459 elems->he_6ghz_capa, in mesh_sta_info_init() 462 ieee80211_eht_cap_ie_to_sta_eht_cap(sdata, sband, elems->he_cap, in mesh_sta_info_init() 463 elems->he_cap_len, in mesh_sta_info_init() 464 elems in mesh_sta_info_init() 419 mesh_sta_info_init(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee802_11_elems *elems) mesh_sta_info_init() argument 543 mesh_sta_info_alloc(struct ieee80211_sub_if_data *sdata, u8 *addr, struct ieee802_11_elems *elems, struct ieee80211_rx_status *rx_status) mesh_sta_info_alloc() argument 620 mesh_neighbour_update(struct ieee80211_sub_if_data *sdata, u8 *hw_addr, struct ieee802_11_elems *elems, struct ieee80211_rx_status *rx_status) mesh_neighbour_update() argument 1021 mesh_plink_get_event(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee802_11_elems *elems, enum ieee80211_self_protected_actioncode ftype, u16 llid, u16 plid) mesh_plink_get_event() argument 1112 mesh_process_plink_frame(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct ieee80211_rx_status *rx_status) mesh_process_plink_frame() argument 1217 struct ieee802_11_elems *elems; mesh_rx_plink_frame() local [all...] |
H A D | mlme.c | 898 const u8 *elems, in ieee80211_add_before_ht_elems() 935 noffset = ieee80211_ie_split_ric(elems, elems_len, in ieee80211_add_before_ht_elems() 941 skb_put_data(skb, elems + offset, noffset - offset); in ieee80211_add_before_ht_elems() 947 const u8 *elems, in ieee80211_add_before_vht_elems() 969 noffset = ieee80211_ie_split(elems, elems_len, in ieee80211_add_before_vht_elems() 972 skb_put_data(skb, elems + offset, noffset - offset); in ieee80211_add_before_vht_elems() 978 const u8 *elems, in ieee80211_add_before_he_elems() 1003 noffset = ieee80211_ie_split(elems, elems_len, in ieee80211_add_before_he_elems() 1006 skb_put_data(skb, elems + offset, noffset - offset); in ieee80211_add_before_he_elems() 1179 * careful - need to know about all the present elems befor in ieee80211_assoc_link_elems() 897 ieee80211_add_before_ht_elems(struct sk_buff *skb, const u8 *elems, size_t elems_len, size_t offset) ieee80211_add_before_ht_elems() argument 946 ieee80211_add_before_vht_elems(struct sk_buff *skb, const u8 *elems, size_t elems_len, size_t offset) ieee80211_add_before_vht_elems() argument 977 ieee80211_add_before_he_elems(struct sk_buff *skb, const u8 *elems, size_t elems_len, size_t offset) ieee80211_add_before_he_elems() argument 1838 ieee80211_sta_process_chanswitch(struct ieee80211_link_data *link, u64 timestamp, u32 device_timestamp, struct ieee802_11_elems *elems, bool beacon) ieee80211_sta_process_chanswitch() argument 3945 ieee80211_twt_req_supported(struct ieee80211_sub_if_data *sdata, struct ieee80211_supported_band *sband, const struct link_sta_info *link_sta, const struct ieee802_11_elems *elems) ieee80211_twt_req_supported() argument 3966 ieee80211_recalc_twt_req(struct ieee80211_sub_if_data *sdata, struct ieee80211_supported_band *sband, struct ieee80211_link_data *link, struct link_sta_info *link_sta, struct ieee802_11_elems *elems) ieee80211_recalc_twt_req() argument 4020 struct ieee802_11_elems *elems; ieee80211_assoc_config_link() local 4838 struct ieee802_11_elems *elems; ieee80211_prep_channel() local 5104 ieee80211_assoc_success(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, const u8 *elem_start, unsigned int elem_len) ieee80211_assoc_success() argument 5291 struct ieee802_11_elems *elems; ieee80211_rx_mgmt_assoc_resp() local 5803 ieee80211_ml_reconfiguration(struct ieee80211_sub_if_data *sdata, struct ieee802_11_elems *elems) ieee80211_ml_reconfiguration() argument 5912 struct ieee802_11_elems *elems; ieee80211_rx_mgmt_beacon() local 6308 struct ieee802_11_elems *elems; ieee80211_sta_rx_queued_mgmt() local 6329 struct ieee802_11_elems *elems; ieee80211_sta_rx_queued_mgmt() local [all...] |
H A D | scan.c | 41 static bool is_uapsd_supported(struct ieee802_11_elems *elems) in is_uapsd_supported() argument 45 if (elems->wmm_info && elems->wmm_info_len == 7 in is_uapsd_supported() 46 && elems->wmm_info[5] == 1) in is_uapsd_supported() 47 qos_info = elems->wmm_info[6]; in is_uapsd_supported() 48 else if (elems->wmm_param && elems->wmm_param_len == 24 in is_uapsd_supported() 49 && elems->wmm_param[5] == 1) in is_uapsd_supported() 50 qos_info = elems->wmm_param[6]; in is_uapsd_supported() 72 struct ieee802_11_elems *elems; in ieee80211_inform_bss() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | drv_callbacks.c | 63 struct ieee802_11_elems elems; in hostapd_notify_assoc_fils_finish() local 74 sta->fils_pending_assoc_req_len, &elems, 0); in hostapd_notify_assoc_fils_finish() 75 if (!elems.fils_session) { in hostapd_notify_assoc_fils_finish() 82 elems.fils_session, in hostapd_notify_assoc_fils_finish() 151 struct ieee802_11_elems elems; in hostapd_notif_assoc() local 190 ieee802_11_parse_elems(req_ies, req_ies_len, &elems, 0); in hostapd_notif_assoc() 191 if (elems.wps_ie) { in hostapd_notif_assoc() 192 ie = elems.wps_ie - 2; in hostapd_notif_assoc() 193 ielen = elems.wps_ie_len + 2; in hostapd_notif_assoc() 195 } else if (elems in hostapd_notif_assoc() 1844 struct ieee802_11_elems elems; hostapd_notif_update_dh_ie() local [all...] |
H A D | ap_list.c | 171 struct ieee802_11_elems *elems, in ap_list_process_beacon() 193 elems->supp_rates, elems->supp_rates_len, in ap_list_process_beacon() 194 elems->ext_supp_rates, elems->ext_supp_rates_len); in ap_list_process_beacon() 196 if (elems->erp_info) in ap_list_process_beacon() 197 ap->erp = elems->erp_info[0]; in ap_list_process_beacon() 201 if (elems->ds_params) in ap_list_process_beacon() 202 ap->channel = elems->ds_params[0]; in ap_list_process_beacon() 203 else if (elems in ap_list_process_beacon() 169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) ap_list_process_beacon() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | ucoleitr.cpp | 188 UCollationPCE::UCollationPCE(UCollationElements *elems) { init(elems); } in UCollationPCE() argument 192 void UCollationPCE::init(UCollationElements *elems) { in init() argument 193 init(CollationElementIterator::fromUCollationElements(elems)); in init() 304 ucol_closeElements(UCollationElements *elems) in ucol_closeElements() argument 306 delete CollationElementIterator::fromUCollationElements(elems); in ucol_closeElements() 310 ucol_reset(UCollationElements *elems) in ucol_reset() argument 312 CollationElementIterator::fromUCollationElements(elems)->reset(); in ucol_reset() 316 ucol_next(UCollationElements *elems, in ucol_next() argument 323 return CollationElementIterator::fromUCollationElements(elems) in ucol_next() 370 ucol_previous(UCollationElements *elems, UErrorCode *status) ucol_previous() argument 463 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order) ucol_getMaxExpansion() argument 478 ucol_setText( UCollationElements *elems, const UChar *text, int32_t textLength, UErrorCode *status) ucol_setText() argument 496 ucol_getOffset(const UCollationElements *elems) ucol_getOffset() argument 502 ucol_setOffset(UCollationElements *elems, int32_t offset, UErrorCode *status) ucol_setOffset() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucoleitr.cpp | 188 UCollationPCE::UCollationPCE(UCollationElements *elems) { init(elems); } in UCollationPCE() argument 192 void UCollationPCE::init(UCollationElements *elems) { in init() argument 193 init(CollationElementIterator::fromUCollationElements(elems)); in init() 304 ucol_closeElements(UCollationElements *elems) in ucol_closeElements() argument 306 delete CollationElementIterator::fromUCollationElements(elems); in ucol_closeElements() 310 ucol_reset(UCollationElements *elems) in ucol_reset() argument 312 CollationElementIterator::fromUCollationElements(elems)->reset(); in ucol_reset() 316 ucol_next(UCollationElements *elems, in ucol_next() argument 323 return CollationElementIterator::fromUCollationElements(elems) in ucol_next() 370 ucol_previous(UCollationElements *elems, UErrorCode *status) ucol_previous() argument 463 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order) ucol_getMaxExpansion() argument 478 ucol_setText( UCollationElements *elems, const char16_t *text, int32_t textLength, UErrorCode *status) ucol_setText() argument 496 ucol_getOffset(const UCollationElements *elems) ucol_getOffset() argument 502 ucol_setOffset(UCollationElements *elems, int32_t offset, UErrorCode *status) ucol_setOffset() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucoleitr.cpp | 188 UCollationPCE::UCollationPCE(UCollationElements *elems) { init(elems); } in UCollationPCE() argument 192 void UCollationPCE::init(UCollationElements *elems) { in init() argument 193 init(CollationElementIterator::fromUCollationElements(elems)); in init() 304 ucol_closeElements(UCollationElements *elems) in ucol_closeElements() argument 306 delete CollationElementIterator::fromUCollationElements(elems); in ucol_closeElements() 310 ucol_reset(UCollationElements *elems) in ucol_reset() argument 312 CollationElementIterator::fromUCollationElements(elems)->reset(); in ucol_reset() 316 ucol_next(UCollationElements *elems, in ucol_next() argument 323 return CollationElementIterator::fromUCollationElements(elems) in ucol_next() 370 ucol_previous(UCollationElements *elems, UErrorCode *status) ucol_previous() argument 463 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order) ucol_getMaxExpansion() argument 478 ucol_setText( UCollationElements *elems, const UChar *text, int32_t textLength, UErrorCode *status) ucol_setText() argument 496 ucol_getOffset(const UCollationElements *elems) ucol_getOffset() argument 502 ucol_setOffset(UCollationElements *elems, int32_t offset, UErrorCode *status) ucol_setOffset() argument [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | util.c | 950 struct ieee802_11_elems *elems) in ieee80211_parse_extension_element() 962 if (len >= sizeof(*elems->mu_edca_param_set)) { in ieee80211_parse_extension_element() 963 elems->mu_edca_param_set = data; in ieee80211_parse_extension_element() 970 elems->he_cap = data; in ieee80211_parse_extension_element() 971 elems->he_cap_len = len; in ieee80211_parse_extension_element() 974 if (len >= sizeof(*elems->he_operation) && in ieee80211_parse_extension_element() 979 elems->he_operation = data; in ieee80211_parse_extension_element() 984 elems->uora_element = data; in ieee80211_parse_extension_element() 988 elems->max_channel_switch_time = data; in ieee80211_parse_extension_element() 991 if (len >= sizeof(*elems in ieee80211_parse_extension_element() 948 ieee80211_parse_extension_element(u32 *crc, const struct element *elem, struct ieee802_11_elems *elems) ieee80211_parse_extension_element() argument 1007 _ieee802_11_parse_elems_crc(const u8 *start, size_t len, bool action, struct ieee802_11_elems *elems, u64 filter, u32 crc, const struct element *check_inherit) _ieee802_11_parse_elems_crc() argument 1392 ieee802_11_find_bssid_profile(const u8 *start, size_t len, struct ieee802_11_elems *elems, u8 *transmitter_bssid, u8 *bss_bssid, u8 *nontransmitted_profile) ieee802_11_find_bssid_profile() argument 1462 ieee802_11_parse_elems_crc(const u8 *start, size_t len, bool action, struct ieee802_11_elems *elems, u64 filter, u32 crc, u8 *transmitter_bssid, u8 *bss_bssid) ieee802_11_parse_elems_crc() argument 2073 ieee80211_sta_get_rates(struct ieee80211_sub_if_data *sdata, struct ieee802_11_elems *elems, enum nl80211_band band, u32 *basic_rates) ieee80211_sta_get_rates() argument [all...] |
H A D | mesh_plink.c | 413 struct ieee802_11_elems *elems) in mesh_sta_info_init() 424 rates = ieee80211_sta_get_rates(sdata, elems, sband->band, in mesh_sta_info_init() 441 elems->ht_cap_elem, sta)) in mesh_sta_info_init() 445 elems->vht_cap_elem, sta); in mesh_sta_info_init() 447 ieee80211_he_cap_ie_to_sta_he_cap(sdata, sband, elems->he_cap, in mesh_sta_info_init() 448 elems->he_cap_len, in mesh_sta_info_init() 449 elems->he_6ghz_capa, in mesh_sta_info_init() 456 if (elems->ht_operation && in mesh_sta_info_init() 457 !(elems->ht_operation->ht_param & in mesh_sta_info_init() 530 struct ieee802_11_elems *elems, in mesh_sta_info_alloc() 411 mesh_sta_info_init(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee802_11_elems *elems) mesh_sta_info_init() argument 529 mesh_sta_info_alloc(struct ieee80211_sub_if_data *sdata, u8 *addr, struct ieee802_11_elems *elems, struct ieee80211_rx_status *rx_status) mesh_sta_info_alloc() argument 606 mesh_neighbour_update(struct ieee80211_sub_if_data *sdata, u8 *hw_addr, struct ieee802_11_elems *elems, struct ieee80211_rx_status *rx_status) mesh_neighbour_update() argument 1007 mesh_plink_get_event(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee802_11_elems *elems, enum ieee80211_self_protected_actioncode ftype, u16 llid, u16 plid) mesh_plink_get_event() argument 1098 mesh_process_plink_frame(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct ieee80211_rx_status *rx_status) mesh_process_plink_frame() argument 1203 struct ieee802_11_elems elems; mesh_rx_plink_frame() local [all...] |
H A D | scan.c | 41 static bool is_uapsd_supported(struct ieee802_11_elems *elems) in is_uapsd_supported() argument 45 if (elems->wmm_info && elems->wmm_info_len == 7 in is_uapsd_supported() 46 && elems->wmm_info[5] == 1) in is_uapsd_supported() 47 qos_info = elems->wmm_info[6]; in is_uapsd_supported() 48 else if (elems->wmm_param && elems->wmm_param_len == 24 in is_uapsd_supported() 49 && elems->wmm_param[5] == 1) in is_uapsd_supported() 50 qos_info = elems->wmm_param[6]; in is_uapsd_supported() 61 struct ieee802_11_elems *elems, in ieee80211_update_bss_from_elems() 59 ieee80211_update_bss_from_elems(struct ieee80211_local *local, struct ieee80211_bss *bss, struct ieee802_11_elems *elems, struct ieee80211_rx_status *rx_status, bool beacon) ieee80211_update_bss_from_elems() argument 158 struct ieee802_11_elems elems; ieee80211_bss_info_update() local [all...] |
/third_party/node/deps/cares/src/lib/ |
H A D | ares__sortaddrinfo.c | 404 struct addrinfo_sort_elem *elems; in ares__sortaddrinfo() local 416 elems = (struct addrinfo_sort_elem *)ares_malloc( in ares__sortaddrinfo() 418 if (!elems) { in ares__sortaddrinfo() 429 elems[i].ai = cur; in ares__sortaddrinfo() 430 elems[i].original_order = i; in ares__sortaddrinfo() 431 has_src_addr = find_src_addr(channel, cur->ai_addr, &elems[i].src_addr.sa); in ares__sortaddrinfo() 433 ares_free(elems); in ares__sortaddrinfo() 436 elems[i].has_src_addr = (has_src_addr == 1) ? ARES_TRUE : ARES_FALSE; in ares__sortaddrinfo() 441 qsort((void *)elems, nelem, sizeof(struct addrinfo_sort_elem), in ares__sortaddrinfo() 444 list_sentinel->ai_next = elems[ in ares__sortaddrinfo() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 81 LLVMValueRef shuffle, elems[LP_MAX_VECTOR_LENGTH]; in lp_build_uninterleave2_half() local 92 elems[i] = lp_build_const_int32(gallivm, shufvals[i] + lo_hi); in lp_build_uninterleave2_half() 96 elems[i] = lp_build_const_int32(gallivm, 2*i + lo_hi); in lp_build_uninterleave2_half() 100 shuffle = LLVMConstVector(elems, type.length); in lp_build_uninterleave2_half() 114 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; in lp_build_const_extend_shuffle() local 123 elems[i] = lp_build_const_int32(gallivm, i); in lp_build_const_extend_shuffle() 126 elems[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_const_extend_shuffle() 129 return LLVMConstVector(elems, length); in lp_build_const_extend_shuffle() 135 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; in lp_build_const_unpackx2_shuffle() local 143 elems[ in lp_build_const_unpackx2_shuffle() 159 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; lp_build_const_shuffle1() local 180 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH], shuf; lp_build_shuffle1undef() local 232 LLVMValueRef elems[8]; lp_build_gather_s3tc() local 1220 LLVMValueRef x, mul, delta, res, v0, v1, elems[8]; lp_build_lerp23_single() local 1773 LLVMValueRef elems[16], intrargs[2], shufa, mulclo, mulchi, mask8hi; s3tc_decode_block_dxt5() local 2332 LLVMValueRef elems[8]; lp_build_gather_rgtc() local [all...] |
H A D | lp_bld_pack.c | 90 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; in lp_build_const_unpack_shuffle() local 99 elems[i + 0] = lp_build_const_int32(gallivm, 0 + j); in lp_build_const_unpack_shuffle() 100 elems[i + 1] = lp_build_const_int32(gallivm, n + j); in lp_build_const_unpack_shuffle() 103 return LLVMConstVector(elems, n); in lp_build_const_unpack_shuffle() 114 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; in lp_build_const_unpack_shuffle_half() local 124 elems[i + 0] = lp_build_const_int32(gallivm, 0 + j); in lp_build_const_unpack_shuffle_half() 125 elems[i + 1] = lp_build_const_int32(gallivm, n + j); in lp_build_const_unpack_shuffle_half() 128 return LLVMConstVector(elems, n); in lp_build_const_unpack_shuffle_half() 139 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; in lp_build_const_unpack_shuffle_16wide() local 150 elems[ in lp_build_const_unpack_shuffle_16wide() 163 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; lp_build_const_pack_shuffle() local 189 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; lp_build_extract_range() local 297 LLVMValueRef shuffle, elems[LP_MAX_VECTOR_LENGTH]; lp_build_uninterleave1() local 1031 LLVMValueRef elems[LP_MAX_VECTOR_LENGTH]; lp_build_pad_vector() local [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_alu.c | 47 dest->elems = ralloc_array(b, struct vtn_ssa_value *, 1); in wrap_matrix() 48 dest->elems[0] = val; in wrap_matrix() 59 return val->elems[0]; in unwrap_matrix() 107 vec_src[j] = nir_fdot(&b->nb, src0_transpose->elems[j]->def, in matrix_multiply() 108 src1->elems[i]->def); in matrix_multiply() 110 dest->elems[i]->def = nir_vec(&b->nb, vec_src, src0_rows); in matrix_multiply() 120 dest->elems[i]->def = in matrix_multiply() 121 nir_fmul(&b->nb, src0->elems[src0_columns - 1]->def, in matrix_multiply() 122 nir_channel(&b->nb, src1->elems[i]->def, src0_columns - 1)); in matrix_multiply() 124 dest->elems[ in matrix_multiply() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | drv_callbacks.c | 50 struct ieee802_11_elems elems; in hostapd_notify_assoc_fils_finish() local 61 sta->fils_pending_assoc_req_len, &elems, 0); in hostapd_notify_assoc_fils_finish() 62 if (!elems.fils_session) { in hostapd_notify_assoc_fils_finish() 69 elems.fils_session, in hostapd_notify_assoc_fils_finish() 111 struct ieee802_11_elems elems; in hostapd_notif_assoc() local 152 ieee802_11_parse_elems(req_ies, req_ies_len, &elems, 0); in hostapd_notif_assoc() 153 if (elems.wps_ie) { in hostapd_notif_assoc() 154 ie = elems.wps_ie - 2; in hostapd_notif_assoc() 155 ielen = elems.wps_ie_len + 2; in hostapd_notif_assoc() 157 } else if (elems in hostapd_notif_assoc() 1612 struct ieee802_11_elems elems; hostapd_notif_update_dh_ie() local [all...] |
H A D | ap_list.c | 171 struct ieee802_11_elems *elems, in ap_list_process_beacon() 193 elems->supp_rates, elems->supp_rates_len, in ap_list_process_beacon() 194 elems->ext_supp_rates, elems->ext_supp_rates_len); in ap_list_process_beacon() 196 if (elems->erp_info) in ap_list_process_beacon() 197 ap->erp = elems->erp_info[0]; in ap_list_process_beacon() 201 if (elems->ds_params) in ap_list_process_beacon() 202 ap->channel = elems->ds_params[0]; in ap_list_process_beacon() 203 else if (elems in ap_list_process_beacon() 169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) ap_list_process_beacon() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh.c | 589 struct ieee802_11_elems elems; in wpa_mesh_notify_peer() local 595 if (ieee802_11_parse_elems(ies, ie_len, &elems, 0) == ParseFailed) { in wpa_mesh_notify_peer() 600 wpa_mesh_new_mesh_peer(wpa_s, addr, &elems); in wpa_mesh_notify_peer() 737 struct ieee802_11_elems elems; in mesh_attr_text() local 742 if (ieee802_11_parse_elems(ies, ies_len, &elems, 0) == ParseFailed) in mesh_attr_text() 745 if (elems.mesh_id_len < 1) in mesh_attr_text() 748 mesh_id = os_malloc(elems.mesh_id_len + 1); in mesh_attr_text() 752 os_memcpy(mesh_id, elems.mesh_id, elems.mesh_id_len); in mesh_attr_text() 753 mesh_id[elems in mesh_attr_text() [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | ip_qos_monitor.h | 30 void HandleTcpReportMsgComplete(const std::vector<int64_t> &elems, int32_t cmd); 31 void ParseTcpReportMsg(const std::vector<int64_t> &elems, int32_t cmd); 32 void HandleTcpPktsResp(const std::vector<int64_t> &elems); 33 bool ParseNetworkInternetGood(const std::vector<int64_t> &elems);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | util.py | 36 def findNamedElem(elems, name): 41 return findFirstWithPredicate(elems, lambda elem: getElemName(elem) == name) 44 def findTypedElem(elems, typename): 49 return findFirstWithPredicate(elems, lambda elem: getElemType(elem) == typename)
|
/third_party/vulkan-headers/registry/spec_tools/ |
H A D | util.py | 36 def findNamedElem(elems, name): 41 return findFirstWithPredicate(elems, lambda elem: getElemName(elem) == name) 44 def findTypedElem(elems, typename): 49 return findFirstWithPredicate(elems, lambda elem: getElemType(elem) == typename)
|
/third_party/ninja/src/ |
H A D | string_piece_util.cc | 23 vector<StringPiece> elems; in SplitStringPiece() local 24 elems.reserve(count(input.begin(), input.end(), sep) + 1); in SplitStringPiece() 31 elems.push_back(StringPiece(pos, input.end() - pos)); in SplitStringPiece() 34 elems.push_back(StringPiece(pos, next_pos - pos)); in SplitStringPiece() 38 return elems; in SplitStringPiece()
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | fold_screen_state_internel.h | 80 std::vector<std::string> elems; in StringSplit() local 83 elems.push_back(str.substr(previous, current - previous)); in StringSplit() 89 elems.push_back(str.substr(previous)); in StringSplit() 91 return elems; in StringSplit() 98 std::vector<std::string> elems = StringSplit(PHY_ROTATION_OFFSET, ';'); in GetPhyRotationOffset() local 99 for (auto& num : elems) { in GetPhyRotationOffset()
|