Home
last modified time | relevance | path

Searched refs:elems (Results 126 - 150 of 431) sorted by relevance

12345678910>>...18

/third_party/alsa-lib/src/control/
H A Dsetup.c55 struct list_head elems; member
62 while (!list_empty(&h->elems)) { in free_elems()
63 snd_sctl_elem_t *elem = list_entry(h->elems.next, snd_sctl_elem_t, list); in free_elems()
89 list_for_each(pos, &h->elems) { in snd_sctl_install()
186 list_for_each(pos, &h->elems) { in snd_sctl_remove()
571 list_add_tail(&elem->list, &h->elems); in add_elem()
624 INIT_LIST_HEAD(&h->elems); in snd_sctl_build()
/third_party/skia/src/utils/
H A DSkUTF.cpp277 uint16_t* elems = utf16; in UTF8ToUTF16() local
279 *dst++ = *elems++; in UTF8ToUTF16()
309 const char* elems = utf8; in UTF16ToUTF8() local
311 *dst++ = *elems++; in UTF16ToUTF8()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_parse.c527 struct ieee802_11_elems elems; in p2p_parse_ies() local
529 ieee802_11_parse_elems(data, len, &elems, 0); in p2p_parse_ies()
530 if (elems.ds_params) in p2p_parse_ies()
531 msg->ds_params = elems.ds_params; in p2p_parse_ies()
532 if (elems.ssid) in p2p_parse_ies()
533 msg->ssid = elems.ssid - 2; in p2p_parse_ies()
556 if (elems.wfd) { in p2p_parse_ies()
562 msg->pref_freq_list = elems.pref_freq_list; in p2p_parse_ies()
563 msg->pref_freq_list_len = elems.pref_freq_list_len; in p2p_parse_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh_rsn.c633 struct ieee802_11_elems *elems, const u8 *cat, in mesh_rsn_process_ampe()
646 elems->mic ? (elems->mic - 2) - cat : 0 }; in mesh_rsn_process_ampe()
668 if (!elems->mic || elems->mic_len < AES_BLOCK_SIZE) { in mesh_rsn_process_ampe()
673 ampe_buf = (u8 *) elems->mic + elems->mic_len; in mesh_rsn_process_ampe()
677 crypt_len = elems_len - (elems->mic - start); in mesh_rsn_process_ampe()
691 os_memcpy(crypt, elems->mic, crypt_len); in mesh_rsn_process_ampe()
632 mesh_rsn_process_ampe(struct wpa_supplicant *wpa_s, struct sta_info *sta, struct ieee802_11_elems *elems, const u8 *cat, const u8 *chosen_pmk, const u8 *start, size_t elems_len) mesh_rsn_process_ampe() argument
H A Dwmm_ac.c421 struct ieee802_11_elems elems; in wmm_ac_process_param_elem() local
427 if (ieee802_11_parse_elems(ies, ies_len, &elems, 1) == ParseFailed) { in wmm_ac_process_param_elem()
432 if (!elems.wmm) { in wmm_ac_process_param_elem()
437 if (elems.wmm_len != sizeof(*wmm_params)) { in wmm_ac_process_param_elem()
442 wmm_params = (struct wmm_parameter_element *)(elems.wmm); in wmm_ac_process_param_elem()
738 struct ieee802_11_elems elems; in wmm_ac_rx_action() local
782 if (ieee802_11_parse_elems(data + 2, len - 2, &elems, 1) != ParseOK) { in wmm_ac_rx_action()
790 if (elems.wmm_tspec_len != sizeof(struct wmm_tspec_element) - 2) { in wmm_ac_rx_action()
795 tspec = (struct wmm_tspec_element *)(elems.wmm_tspec - 2); in wmm_ac_rx_action()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_parse.c525 struct ieee802_11_elems elems; in p2p_parse_ies() local
527 ieee802_11_parse_elems(data, len, &elems, 0); in p2p_parse_ies()
528 if (elems.ds_params) in p2p_parse_ies()
529 msg->ds_params = elems.ds_params; in p2p_parse_ies()
530 if (elems.ssid) in p2p_parse_ies()
531 msg->ssid = elems.ssid - 2; in p2p_parse_ies()
554 if (elems.wfd) { in p2p_parse_ies()
560 msg->pref_freq_list = elems.pref_freq_list; in p2p_parse_ies()
561 msg->pref_freq_list_len = elems.pref_freq_list_len; in p2p_parse_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmesh_rsn.c641 struct ieee802_11_elems *elems, const u8 *cat, in mesh_rsn_process_ampe()
654 elems->mic ? (elems->mic - 2) - cat : 0 }; in mesh_rsn_process_ampe()
676 if (!elems->mic || elems->mic_len < AES_BLOCK_SIZE) { in mesh_rsn_process_ampe()
681 ampe_buf = (u8 *) elems->mic + elems->mic_len; in mesh_rsn_process_ampe()
685 crypt_len = elems_len - (elems->mic - start); in mesh_rsn_process_ampe()
699 os_memcpy(crypt, elems->mic, crypt_len); in mesh_rsn_process_ampe()
640 mesh_rsn_process_ampe(struct wpa_supplicant *wpa_s, struct sta_info *sta, struct ieee802_11_elems *elems, const u8 *cat, const u8 *chosen_pmk, const u8 *start, size_t elems_len) mesh_rsn_process_ampe() argument
H A Dwmm_ac.c421 struct ieee802_11_elems elems; in wmm_ac_process_param_elem() local
427 if (ieee802_11_parse_elems(ies, ies_len, &elems, 1) == ParseFailed) { in wmm_ac_process_param_elem()
432 if (!elems.wmm) { in wmm_ac_process_param_elem()
437 if (elems.wmm_len != sizeof(*wmm_params)) { in wmm_ac_process_param_elem()
442 wmm_params = (struct wmm_parameter_element *)(elems.wmm); in wmm_ac_process_param_elem()
738 struct ieee802_11_elems elems; in wmm_ac_rx_action() local
782 if (ieee802_11_parse_elems(data + 2, len - 2, &elems, 1) != ParseOK) { in wmm_ac_rx_action()
790 if (elems.wmm_tspec_len != sizeof(struct wmm_tspec_element) - 2) { in wmm_ac_rx_action()
795 tspec = (struct wmm_tspec_element *)(elems.wmm_tspec - 2); in wmm_ac_rx_action()
H A Dsme.c530 struct ieee802_11_elems elems; local
539 &elems, 0) == ParseFailed) {
544 if (!elems.basic_mle || !elems.basic_mle_len) {
556 mld_addr = get_basic_mle_mld_addr(elems.basic_mle, elems.basic_mle_len);
1646 struct ieee802_11_elems elems; local
1650 &elems, 0) == ParseFailed) {
1655 if (!elems.basic_mle || !elems
2320 struct ieee802_11_elems elems; global() local
3545 struct ieee802_11_elems elems; global() local
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c210 unsigned elems = glsl_get_length(val->type); in vtn_undef_ssa_value() local
211 val->elems = ralloc_array(b, struct vtn_ssa_value *, elems); in vtn_undef_ssa_value()
214 for (unsigned i = 0; i < elems; i++) in vtn_undef_ssa_value()
215 val->elems[i] = vtn_undef_ssa_value(b, elem_type); in vtn_undef_ssa_value()
218 for (unsigned i = 0; i < elems; i++) { in vtn_undef_ssa_value()
220 val->elems[i] = vtn_undef_ssa_value(b, elem_type); in vtn_undef_ssa_value()
252 unsigned elems = glsl_get_length(val->type); in vtn_const_ssa_value() local
253 val->elems = ralloc_array(b, struct vtn_ssa_value *, elems); in vtn_const_ssa_value()
1463 unsigned elems = w[3]; vtn_handle_type() local
2024 nir_constant **elems = ralloc_array(b, nir_constant *, elem_count); vtn_handle_constant() local
2574 unsigned elems = glsl_get_length(val->type); vtn_create_ssa_value() local
3969 unsigned elems = glsl_get_length(src->type); vtn_composite_copy() local
4076 unsigned elems = count - 3; vtn_handle_composite() local
5414 unsigned elems = glsl_get_length(src1->type); vtn_nir_select() local
5714 const unsigned elems = glsl_get_length(value.glsl_type); ray_query_load_intrinsic_create() local
[all...]
H A Dvtn_cfg.c46 unsigned elems = glsl_get_length(type); in glsl_type_count_function_params() local
47 for (unsigned i = 0; i < elems; i++) { in glsl_type_count_function_params()
66 unsigned elems = glsl_get_length(type); in glsl_type_add_to_function_params() local
68 for (unsigned i = 0; i < elems; i++) in glsl_type_add_to_function_params()
72 unsigned elems = glsl_get_length(type); in glsl_type_add_to_function_params() local
73 for (unsigned i = 0; i < elems; i++) { in glsl_type_add_to_function_params()
89 unsigned elems = glsl_get_length(value->type); in vtn_ssa_value_add_to_call_params() local
90 for (unsigned i = 0; i < elems; i++) { in vtn_ssa_value_add_to_call_params()
91 vtn_ssa_value_add_to_call_params(b, value->elems[i], in vtn_ssa_value_add_to_call_params()
105 unsigned elems in vtn_ssa_value_load_function_param() local
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundleItem.java287 Enumeration elems = lookups.keys(); in toOutputString()
288 while (elems.hasMoreElements()) { in toOutputString()
289 String str = (String)elems.nextElement(); in toOutputString()
/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh_ps.c569 * @elems: IEs of beacon or probe response
577 struct ieee802_11_elems *elems) in ieee80211_mps_frame_release()
583 has_buffered = ieee80211_check_tim(elems->tim, elems->tim_len, in ieee80211_mps_frame_release()
592 (!elems->awake_window || !get_unaligned_le16(elems->awake_window))) in ieee80211_mps_frame_release()
576 ieee80211_mps_frame_release(struct sta_info *sta, struct ieee802_11_elems *elems) ieee80211_mps_frame_release() argument
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh_ps.c570 * @elems: IEs of beacon or probe response
578 struct ieee802_11_elems *elems) in ieee80211_mps_frame_release()
584 has_buffered = ieee80211_check_tim(elems->tim, elems->tim_len, in ieee80211_mps_frame_release()
593 (!elems->awake_window || !get_unaligned_le16(elems->awake_window))) in ieee80211_mps_frame_release()
577 ieee80211_mps_frame_release(struct sta_info *sta, struct ieee802_11_elems *elems) ieee80211_mps_frame_release() argument
/kernel/linux/linux-6.6/sound/soc/sof/
H A Ddebug.c247 if (struct_size(reply, elems, reply->num_elems) != reply->rhdr.hdr.size) { in memory_info_update()
256 reply->elems[i].zone, reply->elems[i].id, in memory_info_update()
257 reply->elems[i].used, reply->elems[i].free); in memory_info_update()
/third_party/lame/libmp3lame/
H A Dgain_analysis.c417 uint32_t elems; in analyzeResult() local
422 elems = 0; in analyzeResult()
424 elems += Array[i]; in analyzeResult()
425 if (elems == 0) in analyzeResult()
428 upper = (uint32_t) ceil(elems * (1. - RMS_PERCENTILE)); in analyzeResult()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwmm.c327 struct ieee802_11_elems elems; in hostapd_wmm_action() local
346 if (ieee802_11_parse_elems(pos, left, &elems, 1) == ParseFailed) { in hostapd_wmm_action()
356 if (!elems.wmm_tspec || in hostapd_wmm_action()
357 elems.wmm_tspec_len != (sizeof(struct wmm_tspec_element) - 2)) { in hostapd_wmm_action()
374 (elems.wmm_tspec - 2), len); in hostapd_wmm_action()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_common.h232 struct ieee802_11_elems *elems,
274 int supp_rates_11b_only(struct ieee802_11_elems *elems);
394 struct wpabuf * ieee802_11_defrag_data(const struct ieee802_11_elems *elems,
398 struct wpabuf * ieee802_11_defrag(const struct ieee802_11_elems *elems,
401 struct wpabuf * ieee802_11_defrag_mle(struct ieee802_11_elems *elems, u8 type);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwmm.c323 struct ieee802_11_elems elems; in hostapd_wmm_action() local
342 if (ieee802_11_parse_elems(pos, left, &elems, 1) == ParseFailed) { in hostapd_wmm_action()
352 if (!elems.wmm_tspec || in hostapd_wmm_action()
353 elems.wmm_tspec_len != (sizeof(struct wmm_tspec_element) - 2)) { in hostapd_wmm_action()
370 (elems.wmm_tspec - 2), len); in hostapd_wmm_action()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/
H A Dia_css_output.host.c65 to->width_a_over_b = elems_a / to->port_b.elems; in ia_css_output_config()
71 assert(elems_a % to->port_b.elems == 0); in ia_css_output_config()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/raw/raw_1.0/
H A Dia_css_raw.host.c99 (elems_a % to->port_b.elems == 0)); in ia_css_raw_config()
101 to->width_a_over_b = elems_a / to->port_b.elems; in ia_css_raw_config()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/
H A Dia_css_vf.host.c44 to->dma.width_a_over_b = elems_a / to->dma.port_b.elems; in ia_css_vf_config()
47 assert(elems_a % to->dma.port_b.elems == 0); in ia_css_vf_config()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/
H A Dia_css_output.host.c66 to->width_a_over_b = elems_a / to->port_b.elems; in ia_css_output_config()
72 if (elems_a % to->port_b.elems != 0) in ia_css_output_config()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/raw/raw_1.0/
H A Dia_css_raw.host.c93 (elems_a % to->port_b.elems == 0)); in ia_css_raw_config()
95 to->width_a_over_b = elems_a / to->port_b.elems; in ia_css_raw_config()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/
H A Dia_css_vf.host.c44 to->dma.width_a_over_b = elems_a / to->dma.port_b.elems; in ia_css_vf_config()
47 if (elems_a % to->dma.port_b.elems != 0) in ia_css_vf_config()

Completed in 24 milliseconds

12345678910>>...18