Home
last modified time | relevance | path

Searched defs:use_mmap (Results 1 – 14 of 14) sorted by relevance

/third_party/elfutils/tests/
Dnewdata.c73 create_elf (int fd, int class, int use_mmap) in create_elf()
157 read_elf (int fd, int use_mmap) in read_elf()
237 check_elf (int class, int use_mmap) in check_elf()
Daddsections.c73 add_sections (const char *name, size_t nr, int use_mmap, size_t sec_size) in add_sections()
314 bool use_mmap = false; in main() local
Delfcopy.c72 copy_elf (const char *in, const char *out, bool use_mmap, bool reverse_offs) in copy_elf()
350 bool use_mmap = false; in main() local
Dvendorelf.c36 check_elf (const char *fname, int class, int use_mmap) in check_elf()
Demptyfile.c66 check_elf (const char *fname, int class, int use_mmap) in check_elf()
Delfstrtab.c133 check_elf (const char *fname, int class, int use_mmap) in check_elf()
Dfillfile.c200 check_elf (const char *fname, int class, int use_mmap) in check_elf()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c184 static void check_access(snd_pcm_t *pcm_handle, snd_pcm_hw_params_t *hwparams, bool use_mmap) { in check_access()
206 bool *use_mmap, in pa_alsa_set_hw_params()
523 bool *use_mmap, in pa_alsa_open_by_device_id_auto()
632 bool *use_mmap, in pa_alsa_open_by_device_id_mapping()
684 bool *use_mmap, in pa_alsa_open_by_device_string()
784 bool *use_mmap, in pa_alsa_open_by_template()
Dalsa-source.c146 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
Dalsa-sink.c162 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
/third_party/alsa-lib/include/
Daserver.h56 int use_mmap; member
100 char use_mmap; member
/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c131 bool use_mmap; member
1188 bool record = true, playback = true, use_mmap = true; in pa__init() local
/third_party/elfutils/libelf/
Delf_begin.c649 int use_mmap = (cmd == ELF_C_READ_MMAP || cmd == ELF_C_RDWR_MMAP in read_file() local
/third_party/libffi/src/
Ddlmalloc.c2130 #define use_mmap(M) ((M)->mflags & USE_MMAP_BIT) macro