Home
last modified time | relevance | path

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

12

/third_party/freetype/
Dmeson_options.txt44 option('mmap', feature
/third_party/skia/third_party/externals/freetype/
Dmeson_options.txt32 option('mmap', feature
/third_party/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
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Dusb_handle.h71 void *(*mmap)(struct usb_handle *handle, uint32_t size); member
/third_party/mesa3d/src/intel/tools/
Dintel_dump_gpu.c177 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/
Dconfigure.ac196 AC_ARG_ENABLE([mmap], optenable
Dconfigure1426 --disable-mmap do not check mmap() and do not use function
/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c34 void* mmap(void* addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
Dmusl_malloc_dispatch.h36 MallocMmapType mmap; member
/third_party/libunwind/src/win/
Dpal-single-threaded.c28 void* mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset) in mmap() function
/third_party/libunwind/src/mingw/
Dpal-single-threaded.c28 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/
Dmman.c55 void *mmap(void *addr, size_t len, int prot, int flags, HANDLE fh, OffsetType off) { in mmap() function
/third_party/flutter/skia/src/core/
DSkTMultiMap.h132 explicit ConstIter(const SkTMultiMap* mmap) in ConstIter()
/third_party/python/Tools/freeze/
Dextensions_win32.ini37 [mmap] section
38 dsp=%PYTHONPREFIX%\PCbuild\mmap.dsp argument
/third_party/python/Doc/whatsnew/
D3.8.rst1001 mmap section in Improved Modules
D3.3.rst1520 mmap section in Improved Modules
D3.4.rst1113 mmap section in Improved Modules
/third_party/alsa-utils/axfer/
Dxfer-libasound.h53 bool mmap:1; member
/third_party/NuttX/fs/vfs/include/
Dfile.h136 int (*mmap)(struct file* filep, struct VmMapRegion *region); member
/third_party/flutter/skia/src/ports/
DSkOSFile_win.cpp101 SkAutoWinMMap mmap(CreateFileMapping(file, nullptr, PAGE_READONLY, 0, 0, nullptr)); in sk_fdmmap() local
/third_party/skia/src/ports/
DSkOSFile_win.cpp101 SkAutoWinMMap mmap(CreateFileMapping(file, nullptr, PAGE_READONLY, 0, 0, nullptr)); in sk_fdmmap() local
/third_party/python/Lib/test/
Dtest_mmap.py13 mmap = import_module('mmap') variable
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.h211 gpointer (*mmap) (gpointer start, gsize length, gint prot, gint flags, member
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c698 mmap(void *addr, size_t length, int prot, int flags, int fd, off_t offset) in mmap() function
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c386 # define mmap(addr, len, prot, flags, fd, offset) \ macro

12