/third_party/freetype/ |
D | meson_options.txt | 44 option('mmap', feature
|
/third_party/skia/third_party/externals/freetype/ |
D | meson_options.txt | 32 option('mmap', feature
|
/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 708 struct drm_i915_gem_mmap *mmap = argp; in ioctl() local 719 struct drm_i915_gem_mmap_offset *mmap = argp; in ioctl() local
|
/third_party/freetype/builds/unix/ |
D | configure.ac | 196 AC_ARG_ENABLE([mmap], optenable
|
D | configure | 1426 --disable-mmap do not check mmap() and do not use function
|
/third_party/musl/porting/linux/user/src/hook/ |
D | malloc_common.c | 34 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
|
D | musl_malloc_dispatch.h | 36 MallocMmapType mmap; member
|
/third_party/libunwind/src/win/ |
D | pal-single-threaded.c | 28 void* mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset) in mmap() function
|
/third_party/libunwind/src/mingw/ |
D | pal-single-threaded.c | 28 void* mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset) in mmap() function
|
/third_party/iowow/src/platform/win32/mman/ |
D | mman.c | 55 void *mmap(void *addr, size_t len, int prot, int flags, HANDLE fh, OffsetType off) { in mmap() function
|
/third_party/flutter/skia/src/core/ |
D | SkTMultiMap.h | 132 explicit ConstIter(const SkTMultiMap* mmap) in ConstIter()
|
/third_party/python/Tools/freeze/ |
D | extensions_win32.ini | 37 [mmap] section 38 dsp=%PYTHONPREFIX%\PCbuild\mmap.dsp argument
|
/third_party/python/Doc/whatsnew/ |
D | 3.8.rst | 1001 mmap section in Improved Modules
|
D | 3.3.rst | 1520 mmap section in Improved Modules
|
D | 3.4.rst | 1113 mmap section in Improved Modules
|
/third_party/alsa-utils/axfer/ |
D | xfer-libasound.h | 53 bool mmap:1; member
|
/third_party/NuttX/fs/vfs/include/ |
D | file.h | 136 int (*mmap)(struct file* filep, struct VmMapRegion *region); member
|
/third_party/flutter/skia/src/ports/ |
D | SkOSFile_win.cpp | 101 SkAutoWinMMap mmap(CreateFileMapping(file, nullptr, PAGE_READONLY, 0, 0, nullptr)); in sk_fdmmap() local
|
/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 | 13 mmap = import_module('mmap') variable
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2object.h | 211 gpointer (*mmap) (gpointer start, gsize length, gint prot, gint flags, member
|
/third_party/mesa3d/src/drm-shim/ |
D | drm_shim.c | 698 mmap(void *addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
|
/third_party/gettext/gettext-runtime/intl/ |
D | loadmsgcat.c | 386 # define mmap(addr, len, prot, flags, fd, offset) \ macro
|