/third_party/elfutils/tests/ |
H A D | vendorelf.c | 36 check_elf (const char *fname, int class, int use_mmap) in check_elf() argument
|
H A D | newdata.c | 73 create_elf (int fd, int class, int use_mmap) in create_elf() argument 157 read_elf (int fd, int use_mmap) in read_elf() argument 237 check_elf (int class, int use_mmap) in check_elf() argument [all...] |
H A D | emptyfile.c | 66 check_elf (const char *fname, int class, int use_mmap) in check_elf() argument
|
H A D | elfcopy.c | 72 copy_elf (const char *in, const char *out, bool use_mmap, bool reverse_offs) in copy_elf() argument 350 bool use_mmap = false; in main() local
|
H A D | addsections.c | 73 add_sections (const char *name, size_t nr, int use_mmap, size_t sec_size) in add_sections() argument 314 bool use_mmap = false; in main() local
|
H A D | fillfile.c | 200 check_elf (const char *fname, int class, int use_mmap) in check_elf() argument
|
H A D | elfstrtab.c | 133 check_elf (const char *fname, int class, int use_mmap) in check_elf() argument
|
/third_party/elfutils/libelf/ |
H A D | elf_begin.c | 649 int use_mmap = (cmd == ELF_C_READ_MMAP || cmd == ELF_C_RDWR_MMAP in read_file() local
|
/third_party/alsa-lib/include/ |
H A D | aserver.h | 56 int use_mmap; member 100 char use_mmap; member
|
/third_party/pulseaudio/src/modules/oss/ |
H A D | module-oss.c | 131 bool use_mmap; member 1188 bool record = true, playback = true, use_mmap in pa__init() local [all...] |
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-sink.c | 162 bool use_mmap:1, use_tsched:1, deferred_volume:1, fixed_latency_range:1; member 2339 bool use_mmap = true; in pa_alsa_sink_new() local [all...] |
H A D | alsa-source.c | 146 bool use_mmap:1, use_tsched:1, deferred_volume:1, fixed_latency_range:1; member 2043 bool use_mmap = true; in pa_alsa_source_new() local [all...] |
H A D | alsa-util.c | 184 static void check_access(snd_pcm_t *pcm_handle, snd_pcm_hw_params_t *hwparams, bool use_mmap) { in check_access() argument 200 pa_alsa_set_hw_params( snd_pcm_t *pcm_handle, pa_sample_spec *ss, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, bool require_exact_channel_number) pa_alsa_set_hw_params() argument 514 pa_alsa_open_by_device_id_auto( const char *dev_id, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, pa_alsa_profile_set *ps, pa_alsa_mapping **mapping) pa_alsa_open_by_device_id_auto() argument 623 pa_alsa_open_by_device_id_mapping( const char *dev_id, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, pa_alsa_mapping *m) pa_alsa_open_by_device_id_mapping() argument 675 pa_alsa_open_by_device_string( const char *device, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, bool require_exact_channel_number) pa_alsa_open_by_device_string() argument 774 pa_alsa_open_by_template( char **template, const char *dev_id, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, bool require_exact_channel_number) pa_alsa_open_by_template() argument [all...] |