/frameworks/rs/cpu_ref/linkloader/lib/ |
mmanWindows.cpp | 21 void* mmap(void *, size_t, int, int, int, off_t) { function
|
/bionic/libc/bionic/ |
mmap.cpp | 35 // mmap2(2) is like mmap(2), but the offset is in 4096-byte blocks, not bytes. 40 void* mmap(void* addr, size_t size, int prot, int flags, int fd, off_t offset) { function
|
/development/ndk/sources/android/libportable/arch-mips/ |
mmap.c | 91 extern void* REAL(mmap)(void *, size_t, int, int, int, off_t); 92 void *WRAP(mmap)(void *addr, size_t size, int prot, int flags, int fd, long byte_offset) function 105 ret_addr = REAL(mmap)(addr, size, native_prot, native_flags, fd, byte_offset);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
malloc_hook_mmap_freebsd.h | 30 // Override mmap/munmap/mremap/sbrk to provide support for calling the 43 // Make sure mmap doesn't get #define'd away by <sys/mman.h> 44 #undef mmap macro 59 void* mmap(void *start, size_t length,int prot, int flags, 116 extern "C" void* mmap(void *start, size_t length, int prot, int flags,
|
malloc_hook_mmap_linux.h | 33 // We define mmap() and mmap64(), which somewhat reimplements libc's mmap 35 // (which we're overriding with our mmap64() and mmap() wrappers) so we can't 74 // 64b and 32b have different calling conventions for mmap(). 122 // have 64-bit mmap() support. 130 // Fall back to old 32-bit offset mmap() call 137 // Some Linux ports like ARM EABI Linux has no mmap, just mmap2. 153 // calls right into mmap and mmap64, so that the stack frames in the caller's 161 // Make sure mmap doesn't get #define'd away by <sys/mman.h> 162 # undef mmap macro [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
malloc_hook_mmap_freebsd.h | 30 // Override mmap/munmap/mremap/sbrk to provide support for calling the 43 // Make sure mmap doesn't get #define'd away by <sys/mman.h> 44 #undef mmap macro 59 void* mmap(void *start, size_t length,int prot, int flags, 116 extern "C" void* mmap(void *start, size_t length, int prot, int flags,
|
malloc_hook_mmap_linux.h | 33 // We define mmap() and mmap64(), which somewhat reimplements libc's mmap 35 // (which we're overriding with our mmap64() and mmap() wrappers) so we can't 50 // 64b and 32b have different calling conventions for mmap(). 96 // have 64-bit mmap() support. 104 // Fall back to old 32-bit offset mmap() call 111 // Some Linux ports like ARM EABI Linux has no mmap, just mmap2. 127 // calls right into mmap and mmap64, so that the stack frames in the caller's 135 // Make sure mmap doesn't get #define'd away by <sys/mman.h> 136 # undef mmap macro [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
win_console_handler.py | 14 import mmap namespace 44 m = mmap.mmap(-1, 1, sys.argv[1])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
win_console_handler.py | 14 import mmap namespace 44 m = mmap.mmap(-1, 1, sys.argv[1])
|
/external/openfst/src/include/fst/ |
mapped-file.h | 33 // mmap'ed files. If mmap equals NULL, then data represents an owned region of 34 // size bytes. Otherwise, mmap and size refer to the mapping and data is a 35 // casted pointer to a region contained within [mmap, mmap + size). 36 // If size is 0, then mmap refers and data refer to a block of memory managed 40 void *mmap; member in struct:fst::MemoryRegion
|
/external/linux-tools-perf/util/ |
evlist.h | 30 struct perf_mmap *mmap; member in struct:perf_evlist
|
/external/marisa-trie/lib/marisa/ |
trie.cc | 12 void Trie::mmap(Mapper *mapper, const char *filename, function in class:marisa::Trie
|
intvector.cc | 43 void IntVector::mmap(Mapper *mapper, const char *filename, function in class:marisa::IntVector
|
tail.cc | 30 void Tail::mmap(Mapper *mapper, const char *filename, function in class:marisa::Tail
|
vector-inline.h | 21 void Vector<T>::mmap(Mapper *mapper, const char *filename, function in class:marisa::Vector
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
trie.cc | 12 void Trie::mmap(Mapper *mapper, const char *filename, function in class:marisa_alpha::Trie
|
intvector.cc | 43 void IntVector::mmap(Mapper *mapper, const char *filename, function in class:marisa_alpha::IntVector
|
tail.cc | 30 void Tail::mmap(Mapper *mapper, const char *filename, function in class:marisa_alpha::Tail
|
vector-inline.h | 21 void Vector<T>::mmap(Mapper *mapper, const char *filename, function in class:marisa_alpha::Vector
|
/development/ndk/platforms/android-3/include/linux/ |
android_pmem.h | 44 int (*mmap) (struct file *, struct vm_area_struct *); member in struct:pmem_file_operations
|
/external/libvpx/libvpx/ |
example_xma.c | 69 void my_mem_dtor(vpx_codec_mmap_t *mmap) { 71 printf("freeing segment %d\n", mmap->id); 73 free(mmap->priv); 155 vpx_codec_mmap_t mmap; local 158 res = vpx_codec_get_mem_map(&decoder, &mmap, &iter); 159 align = mmap.align ? mmap.align - 1 : 0; 164 mmap.id, mmap.sz, mmap.align [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
android_pmem.h | 44 int (*mmap) (struct file *, struct vm_area_struct *); member in struct:pmem_file_operations
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
android_pmem.h | 44 int (*mmap) (struct file *, struct vm_area_struct *); member in struct:pmem_file_operations
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
android_pmem.h | 44 int (*mmap) (struct file *, struct vm_area_struct *); member in struct:pmem_file_operations
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
android_pmem.h | 44 int (*mmap) (struct file *, struct vm_area_struct *); member in struct:pmem_file_operations
|