Home
last modified time | relevance | path

Searched refs:__snd_alloca (Results 1 - 9 of 9) sorted by relevance

/third_party/alsa-lib/include/
H A Dtimer.h169 #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 Dhwdep.h123 #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 Dseq.h100 __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 Drawmidi.h113 #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 Dcontrol.h458 #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 Dump.h77 #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 Dpcm.h699 #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 Dmixer.h147 #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 Dglobal.h107 #define __snd_alloca(ptr,type) do { *ptr = (type##_t *) alloca(type##_sizeof()); memset(*ptr, 0, type##_sizeof()); } while (0) macro

Completed in 8 milliseconds