Searched defs:use_mmap (Results 1 – 14 of 14) sorted by relevance
/third_party/elfutils/tests/ |
D | newdata.c | 73 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()
|
D | addsections.c | 73 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
|
D | elfcopy.c | 72 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
|
D | vendorelf.c | 36 check_elf (const char *fname, int class, int use_mmap) in check_elf()
|
D | emptyfile.c | 66 check_elf (const char *fname, int class, int use_mmap) in check_elf()
|
D | elfstrtab.c | 133 check_elf (const char *fname, int class, int use_mmap) in check_elf()
|
D | fillfile.c | 200 check_elf (const char *fname, int class, int use_mmap) in check_elf()
|
/third_party/pulseaudio/src/modules/alsa/ |
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() 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()
|
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
|
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
|
/third_party/alsa-lib/include/ |
D | aserver.h | 56 int use_mmap; member 100 char use_mmap; member
|
/third_party/pulseaudio/src/modules/oss/ |
D | module-oss.c | 131 bool use_mmap; member 1188 bool record = true, playback = true, use_mmap = true; in pa__init() local
|
/third_party/elfutils/libelf/ |
D | elf_begin.c | 649 int use_mmap = (cmd == ELF_C_READ_MMAP || cmd == ELF_C_RDWR_MMAP in read_file() local
|
/third_party/libffi/src/ |
D | dlmalloc.c | 2130 #define use_mmap(M) ((M)->mflags & USE_MMAP_BIT) macro
|