Searched refs:__snd_alloca (Results 1 – 8 of 8) sorted by relevance
/third_party/alsa-lib/include/ |
D | seq.h | 100 __snd_alloca(ptr, snd_seq_system_info) 136 __snd_alloca(ptr, snd_seq_client_info) 177 __snd_alloca(ptr, snd_seq_client_pool) 266 __snd_alloca(ptr, snd_seq_port_info) 324 __snd_alloca(ptr, snd_seq_port_subscribe) 362 __snd_alloca(ptr, snd_seq_query_subscribe) 412 __snd_alloca(ptr, snd_seq_queue_info) 444 __snd_alloca(ptr, snd_seq_queue_status) 462 __snd_alloca(ptr, snd_seq_queue_tempo) 493 __snd_alloca(ptr, snd_seq_queue_timer) [all …]
|
D | timer.h | 169 #define snd_timer_id_alloca(ptr) __snd_alloca(ptr, snd_timer_id) 187 #define snd_timer_ginfo_alloca(ptr) __snd_alloca(ptr, snd_timer_ginfo) 205 #define snd_timer_info_alloca(ptr) __snd_alloca(ptr, snd_timer_info) 218 #define snd_timer_params_alloca(ptr) __snd_alloca(ptr, snd_timer_params) 238 #define snd_timer_status_alloca(ptr) __snd_alloca(ptr, snd_timer_status)
|
D | hwdep.h | 123 #define snd_hwdep_info_alloca(ptr) __snd_alloca(ptr, snd_hwdep_info) 137 #define snd_hwdep_dsp_status_alloca(ptr) __snd_alloca(ptr, snd_hwdep_dsp_status) 150 #define snd_hwdep_dsp_image_alloca(ptr) __snd_alloca(ptr, snd_hwdep_dsp_image)
|
D | rawmidi.h | 110 #define snd_rawmidi_info_alloca(ptr) __snd_alloca(ptr, snd_rawmidi_info) 133 #define snd_rawmidi_params_alloca(ptr) __snd_alloca(ptr, snd_rawmidi_params) 155 #define snd_rawmidi_status_alloca(ptr) __snd_alloca(ptr, snd_rawmidi_status)
|
D | control.h | 454 #define snd_ctl_elem_id_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_id) 487 #define snd_ctl_card_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_card_info) 506 #define snd_ctl_event_alloca(ptr) __snd_alloca(ptr, snd_ctl_event) 524 #define snd_ctl_elem_list_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_list) 546 #define snd_ctl_elem_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_info) 636 #define snd_ctl_elem_value_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_value)
|
D | pcm.h | 682 #define snd_pcm_info_alloca(ptr) __snd_alloca(ptr, snd_pcm_info) 764 #define snd_pcm_hw_params_alloca(ptr) __snd_alloca(ptr, snd_pcm_hw_params) 905 #define snd_pcm_sw_params_alloca(ptr) __snd_alloca(ptr, snd_pcm_sw_params) 953 #define snd_pcm_access_mask_alloca(ptr) __snd_alloca(ptr, snd_pcm_access_mask) 978 #define snd_pcm_format_mask_alloca(ptr) __snd_alloca(ptr, snd_pcm_format_mask) 1003 #define snd_pcm_subformat_mask_alloca(ptr) __snd_alloca(ptr, snd_pcm_subformat_mask) 1028 #define snd_pcm_status_alloca(ptr) __snd_alloca(ptr, snd_pcm_status)
|
D | mixer.h | 147 #define snd_mixer_class_alloca(ptr) __snd_alloca(ptr, snd_mixer_class) 299 #define snd_mixer_selem_id_alloca(ptr) __snd_alloca(ptr, snd_mixer_selem_id)
|
D | global.h | 107 #define __snd_alloca(ptr,type) do { *ptr = (type##_t *) alloca(type##_sizeof()); memset(*ptr, 0, ty… macro
|