Searched refs:__snd_alloca (Results 1 - 9 of 9) sorted by relevance
| /third_party/alsa-lib/include/ |
| H A 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)
|
| H A 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)
|
| H A D | seq.h | 100 __snd_alloca(ptr, snd_seq_system_info) 143 __snd_alloca(ptr, snd_seq_client_info) 200 __snd_alloca(ptr, snd_seq_client_pool) 299 __snd_alloca(ptr, snd_seq_port_info) 361 __snd_alloca(ptr, snd_seq_port_subscribe) 399 __snd_alloca(ptr, snd_seq_query_subscribe) 449 __snd_alloca(ptr, snd_seq_queue_info) 481 __snd_alloca(ptr, snd_seq_queue_status) 499 __snd_alloca(ptr, snd_seq_queue_tempo) 530 __snd_alloca(pt [all...] |
| H A D | rawmidi.h | 113 #define snd_rawmidi_info_alloca(ptr) __snd_alloca(ptr, snd_rawmidi_info) 136 #define snd_rawmidi_params_alloca(ptr) __snd_alloca(ptr, snd_rawmidi_params) 158 #define snd_rawmidi_status_alloca(ptr) __snd_alloca(ptr, snd_rawmidi_status)
|
| H A D | control.h | 458 #define snd_ctl_elem_id_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_id) 491 #define snd_ctl_card_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_card_info) 510 #define snd_ctl_event_alloca(ptr) __snd_alloca(ptr, snd_ctl_event) 528 #define snd_ctl_elem_list_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_list) 550 #define snd_ctl_elem_info_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_info) 640 #define snd_ctl_elem_value_alloca(ptr) __snd_alloca(ptr, snd_ctl_elem_value)
|
| H A D | ump.h | 77 #define snd_ump_endpoint_info_alloca(ptr) __snd_alloca(ptr, snd_ump_endpoint_info) 118 #define snd_ump_block_info_alloca(ptr) __snd_alloca(ptr, snd_ump_block_info)
|
| H A D | pcm.h | 699 #define snd_pcm_info_alloca(ptr) __snd_alloca(ptr, snd_pcm_info) 782 #define snd_pcm_hw_params_alloca(ptr) __snd_alloca(ptr, snd_pcm_hw_params) 925 #define snd_pcm_sw_params_alloca(ptr) __snd_alloca(ptr, snd_pcm_sw_params) 973 #define snd_pcm_access_mask_alloca(ptr) __snd_alloca(ptr, snd_pcm_access_mask) 998 #define snd_pcm_format_mask_alloca(ptr) __snd_alloca(ptr, snd_pcm_format_mask) 1023 #define snd_pcm_subformat_mask_alloca(ptr) __snd_alloca(ptr, snd_pcm_subformat_mask) 1048 #define snd_pcm_status_alloca(ptr) __snd_alloca(ptr, snd_pcm_status)
|
| H A 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)
|
| H A D | global.h | 107 #define __snd_alloca(ptr,type) do { *ptr = (type##_t *) alloca(type##_sizeof()); memset(*ptr, 0, type##_sizeof()); } while (0) macro
|
Completed in 8 milliseconds