Home
last modified time | relevance | path

Searched defs:mmap (Results 1 – 25 of 92) sorted by relevance

1234

/external/libtextclassifier/native/actions/
Dactions_jni.cc377 JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetLocalesFromMmap()
389 jint GetVersionFromMmap(JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetVersionFromMmap()
402 JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetNameFromMmap()
536 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
546 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
556 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
566 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
576 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
583 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
Dactions-suggestions.cc131 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap, const UniLib* unilib, in FromScopedMmap()
157 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap, in FromScopedMmap()
187 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap; in FromFileDescriptor() local
201 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap; in FromFileDescriptor() local
214 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in FromFileDescriptor() local
223 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in FromFileDescriptor() local
232 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in FromPath() local
241 std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in FromPath() local
/external/libtextclassifier/native/annotator/
Dannotator_jni.cc441 JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetLocalesFromMmap()
454 jint GetVersionFromMmap(JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetVersionFromMmap()
467 JNIEnv* env, libtextclassifier3::ScopedMmap* mmap) { in GetNameFromMmap()
911 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
920 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
929 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
936 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
943 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
952 const std::unique_ptr<libtextclassifier3::ScopedMmap> mmap( in TC3_JNI_METHOD() local
Dannotator.cc198 std::unique_ptr<ScopedMmap>* mmap, const UniLib* unilib, in FromScopedMmap()
226 std::unique_ptr<ScopedMmap>* mmap, std::unique_ptr<UniLib> unilib, in FromScopedMmap()
256 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(fd, offset, size)); in FromFileDescriptor() local
263 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(fd, offset, size)); in FromFileDescriptor() local
269 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(fd)); in FromFileDescriptor() local
276 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(fd)); in FromFileDescriptor() local
283 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(path)); in FromPath() local
290 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(path)); in FromPath() local
671 const ScopedMmap& mmap) { in InitializePersonNameEngineFromScopedMmap()
682 std::unique_ptr<ScopedMmap> mmap(new ScopedMmap(path)); in InitializePersonNameEngineFromPath() local
[all …]
/external/llvm-project/libc/src/sys/mman/linux/
Dmmap.cpp22 void *LLVM_LIBC_ENTRYPOINT(mmap)(void *addr, size_t size, int prot, int flags, in LLVM_LIBC_ENTRYPOINT() argument
/external/arm-trusted-firmware/plat/socionext/synquacer/
Dsq_xlat_setup.c16 const struct mmap_region *mmap) in sq_mmap_setup()
/external/freetype/
Dmeson_options.txt44 option('mmap', feature
/external/tinyalsa/
Dpcm_io.h41 void* (*mmap) (void *data, void *addr, size_t length, int prot, int flags, member
/external/tinyalsa_new/src/
Dpcm_io.h43 void *(*mmap) (void *data, void *addr, size_t length, int prot, int flags, member
/external/igt-gpu-tools/lib/
Dgem.h19 int (*mmap)(void **ptr, int drm_fd, uint32_t gem_handle, size_t size); member
/external/crosvm/kvm/tests/
Ddirty_log.rs23 let mmap = MemoryMappingBuilder::new(mem_size as usize) in test_run() localVariable
Dread_only_memory.rs25 let mmap = MemoryMappingBuilder::new(mem_size as usize) in test_run() localVariable
/external/elfutils/tests/
Delfgetzdata.c47 bool mmap = strcmp (argv[1], "mmap") == 0; in main() local
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered/
Dmain.cpp37 intstr_mmap mmap; in main() local
/external/arm-trusted-firmware/plat/arm/common/
Darm_bl1_fwu.c54 bl1_mem_info_t *mmap; in bl1_plat_mem_check() local
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dstr_agp.h153 #define OUTREG64(mmap, addr, val) __raw_writeq((val), (mmap)+(addr)) argument
154 #define OUTREG32(mmap, addr, val) __raw_writel((val), (mmap)+(addr)) argument
155 #define OUTREG16(mmap, addr, val) __raw_writew((val), (mmap)+(addr)) argument
156 #define OUTREG8(mmap, addr, val) __raw_writeb((val), (mmap)+(addr)) argument
158 #define INREG64(mmap, addr) __raw_readq((mmap)+(addr)) argument
159 #define INREG32(mmap, addr) __raw_readl((mmap)+(addr)) argument
160 #define INREG16(mmap, addr) __raw_readw((mmap)+(addr)) argument
161 #define INREG8(mmap, addr) __raw_readb((mmap)+(addr)) argument
/external/crosvm/base/src/
Dlib.rs10 mod mmap; module
/external/compiler-rt/lib/dfsan/
Ddfsan_interceptors.cc19 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR() argument
/external/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_utils.c25 void xlat_mmap_print(__unused const mmap_region_t *mmap) in xlat_mmap_print()
37 void xlat_mmap_print(const mmap_region_t *mmap) in xlat_mmap_print()
/external/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_interceptors.cpp29 INTERCEPTOR(void *, mmap, void *addr, SIZE_T length, int prot, int flags, in INTERCEPTOR() argument
/external/compiler-rt/lib/profile/
DWindowsMMap.c32 void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
/external/llvm-project/compiler-rt/lib/profile/
DWindowsMMap.c28 void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
/external/rust/crates/nix/src/sys/
Dmman.rs319 pub unsafe fn mmap(addr: *mut c_void, length: size_t, prot: ProtFlags, flags: MapFlags, fd: RawFd, … in mmap() function
/external/skqp/src/core/
DSkTMultiMap.h132 explicit ConstIter(const SkTMultiMap* mmap) in ConstIter()
/external/toolchain-utils/heatmaps/
Dheatmap_generator.py46 def merge(self, mmap): argument

1234