| /third_party/rust/crates/rustix/tests/mm/ |
| D | main.rs | 11 mod mmap; module
|
| /third_party/rust/crates/rustix/src/mm/ |
| D | mod.rs | 5 mod mmap; module
|
| D | mmap.rs | 36 pub unsafe fn mmap<Fd: AsFd>( in mmap() function
|
| /third_party/skia/third_party/externals/freetype/ |
| D | meson_options.txt | 32 option('mmap', feature
|
| /third_party/elfutils/tests/ |
| D | elfgetzdata.c | 47 bool mmap = strcmp (argv[1], "mmap") == 0; in main() local
|
| /third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
| D | str_agp.h | 153 #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
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
| D | usb_handle.h | 71 void *(*mmap)(struct usb_handle *handle, uint32_t size); member
|
| /third_party/mesa3d/src/intel/tools/ |
| D | intel_dump_gpu.c | 177 struct drm_i915_gem_mmap mmap = { in gem_mmap() local 718 struct drm_i915_gem_mmap *mmap = argp; in ioctl() local 729 struct drm_i915_gem_mmap_offset *mmap = argp; in ioctl() local
|
| /third_party/musl/src/malloc/mallocng/ |
| D | glue.h | 38 #define mmap __mmap macro
|
| /third_party/musl/porting/linux/user/src/hook/ |
| D | malloc_common.c | 103 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
|
| D | musl_malloc_dispatch.h | 40 MallocMmapType mmap; member
|
| /third_party/musl/src/hook/linux/ |
| D | malloc_common.c | 131 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
|
| D | musl_malloc_dispatch.h | 62 MallocMmapType mmap; member
|
| /third_party/rust/crates/nix/src/sys/ |
| D | mman.rs | 419 pub unsafe fn mmap( in mmap() function
|
| /third_party/rust/crates/regex/bench/src/ |
| D | main.rs | 45 let mmap = in main() localVariable
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
| D | syscalls.rs | 45 pub(crate) unsafe fn mmap( in mmap() function
|
| /third_party/rust/crates/rustix/src/backend/libc/mm/ |
| D | syscalls.rs | 69 pub(crate) unsafe fn mmap( in mmap() function
|
| /third_party/python/Tools/freeze/ |
| D | extensions_win32.ini | 37 [mmap] section 38 dsp=%PYTHONPREFIX%\PCbuild\mmap.dsp argument
|
| /third_party/backends/backend/ |
| D | v4l.h | 97 struct video_mmap mmap; member
|
| /third_party/alsa-utils/axfer/ |
| D | xfer-libasound.h | 53 bool mmap:1; member
|
| /third_party/NuttX/fs/vfs/include/ |
| D | file.h | 139 int (*mmap)(struct file* filep, struct VmMapRegion *region); member
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.8.rst | 1003 mmap section in Improved Modules
|
| D | 3.3.rst | 1520 mmap section in Improved Modules
|
| /third_party/skia/src/ports/ |
| D | SkOSFile_win.cpp | 101 SkAutoWinMMap mmap(CreateFileMapping(file, nullptr, PAGE_READONLY, 0, 0, nullptr)); in sk_fdmmap() local
|
| /third_party/python/Lib/test/ |
| D | test_mmap.py | 17 mmap = import_module('mmap') variable
|