HomeSort by relevance Sort by last modified time
    Searched defs:MAP_FAILED (Results 1 - 25 of 25) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
mremap.c 59 if (ret == MAP_FAILED)
69 #ifndef MAP_FAILED
70 #define MAP_FAILED ((void *) -1)
84 return MAP_FAILED;
fileread.cc 56 # ifndef MAP_FAILED
57 # define MAP_FAILED (reinterpret_cast<void*>(-1))
74 return MAP_FAILED;
504 if (p != MAP_FAILED)
output.cc 54 # ifndef MAP_FAILED
55 # define MAP_FAILED (reinterpret_cast<void*>(-1))
81 return MAP_FAILED;
95 return MAP_FAILED;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
mman.h 45 #define MAP_FAILED ((void *) -1)
53 The return value is the actual mapping address chosen or MAP_FAILED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
mman.h 45 #define MAP_FAILED ((void *) -1)
53 The return value is the actual mapping address chosen or MAP_FAILED
  /bionic/libc/include/sys/
mman.h 42 #define MAP_FAILED __BIONIC_CAST(reinterpret_cast, void*, -1)
  /external/libxml2/
testRelax.c 38 #ifndef MAP_FAILED
39 #define MAP_FAILED ((void *) -1)
98 if (base == (void *) MAP_FAILED)
testSchemas.c 38 #ifndef MAP_FAILED
39 #define MAP_FAILED ((void *) -1)
94 if (base == (void *) MAP_FAILED)
xmllint.c 41 #ifndef MAP_FAILED
42 #define MAP_FAILED ((void *) -1)
    [all...]
  /external/compiler-rt/lib/profile/
WindowsMMap.h 31 #define MAP_FAILED ((void *) -1)
  /external/fio/os/windows/posix/include/sys/
mman.h 22 #define MAP_FAILED NULL
  /external/libffi/testsuite/libffi.call/
ffitest.h 45 # ifndef MAP_FAILED
46 # define MAP_FAILED -1
58 # ifndef MAP_FAILED
59 # define MAP_FAILED -1
  /external/libmicrohttpd/src/microhttpd/
memorypool.c 31 #ifndef MAP_FAILED
32 #define MAP_FAILED ((void*)-1)
96 pool->memory = MAP_FAILED;
106 pool->memory = MAP_FAILED;
108 if ((pool->memory == MAP_FAILED) || (pool->memory == NULL))
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
ffitest.h 45 # ifndef MAP_FAILED
46 # define MAP_FAILED -1
58 # ifndef MAP_FAILED
59 # define MAP_FAILED -1
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
ffitest.h 45 # ifndef MAP_FAILED
46 # define MAP_FAILED -1
58 # ifndef MAP_FAILED
59 # define MAP_FAILED -1
  /external/icu/icu4c/source/common/
umapfile.cpp 55 # ifndef MAP_FAILED
56 # define MAP_FAILED ((void*)-1)
223 if(data==MAP_FAILED) {
432 if(data==MAP_FAILED) {
  /external/ImageMagick/MagickCore/
blob.c 88 #if !defined(MAP_FAILED)
89 #define MAP_FAILED ((void *) -1)
    [all...]
nt-base.c 71 #if !defined(MAP_FAILED)
72 #define MAP_FAILED ((void *)(LONG_PTR)-1)
    [all...]
  /external/mksh/src/
histrap.c 57 #ifndef MAP_FAILED
58 #define MAP_FAILED caddr_cast(-1)
803 if (base == (unsigned char *)MAP_FAILED)
982 if (base == (unsigned char *)MAP_FAILED)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 386 #ifndef MAP_FAILED
387 # define MAP_FAILED ((void *)-1)
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
plugin.c 39 # ifndef MAP_FAILED
40 # define MAP_FAILED ((void *) -1)
565 if (buffer != MAP_FAILED)
    [all...]
  /external/libevent/
buffer.c 99 /* some systems do not have MAP_FAILED */
100 #ifndef MAP_FAILED
101 #define MAP_FAILED ((void *)-1)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 131 void *const MAP_FAILED = (void*)-1;
694 return MAP_FAILED;
696 if (res != MAP_FAILED) {
713 return MAP_FAILED;
715 if (res != MAP_FAILED) {
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 72 #ifndef MAP_FAILED
73 #define MAP_FAILED ((void *)-1)
998 * NB. When mmap fails it returns MAP_FAILED *NOT* NULL !!!!
1001 if (tdb->map_ptr == MAP_FAILED) {
    [all...]
  /external/libdrm/
xf86drm.c 65 /* Not all systems have MAP_FAILED defined */
66 #ifndef MAP_FAILED
67 #define MAP_FAILED ((void *)-1)
    [all...]

Completed in 649 milliseconds