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

  /bionic/libc/include/sys/
mman.h 41 #define MAP_FAILED ((void *)-1)
  /development/ndk/platforms/android-3/include/sys/
mman.h 42 #define MAP_FAILED ((void *)-1)
  /development/ndk/platforms/android-L/include/sys/
mman.h 41 #define MAP_FAILED ((void *)-1)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
osmman.h 19 #define MAP_FAILED (void*)-1
  /external/chromium_org/third_party/libxml/src/
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 57 #ifndef MAP_FAILED
58 #define MAP_FAILED ((void *) -1)
    [all...]
  /external/fio/os/windows/posix/include/sys/
mman.h 22 #define MAP_FAILED NULL
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc 108 #elif !defined(MAP_FAILED)
109 #define MAP_FAILED -1 // the only thing we need from mman.h
594 if (result != reinterpret_cast<void*>(MAP_FAILED) && size != 0) {
  /external/chromium_org/third_party/icu/source/common/
umapfile.c 51 # ifndef MAP_FAILED
52 # define MAP_FAILED ((void*)-1)
189 if(data==MAP_FAILED) {
398 if(data==MAP_FAILED) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 109 #elif !defined(MAP_FAILED)
110 #define MAP_FAILED -1 // the only thing we need from mman.h
757 if (result != reinterpret_cast<void*>(MAP_FAILED) && size != 0) {
    [all...]
  /external/icu/icu4c/source/common/
umapfile.c 51 # ifndef MAP_FAILED
52 # define MAP_FAILED ((void*)-1)
189 if(data==MAP_FAILED) {
398 if(data==MAP_FAILED) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 262 #define MAP_FAILED 0
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 259 #define MAP_FAILED 0
  /external/mksh/src/
histrap.c 57 #ifndef MAP_FAILED
58 #define MAP_FAILED caddr_cast(-1)
742 if (base == (unsigned char *)MAP_FAILED)
905 if (base == (unsigned char *)MAP_FAILED)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 81 void *const MAP_FAILED = (void*)-1;
705 return MAP_FAILED;
707 if (res != MAP_FAILED) {
719 return MAP_FAILED;
721 if (res != MAP_FAILED) {
    [all...]
  /external/libxml2/
xmllint.c 57 #ifndef MAP_FAILED
58 #define MAP_FAILED ((void *) -1)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 69 #ifndef MAP_FAILED
70 #define MAP_FAILED ((void *)-1)
993 * NB. When mmap fails it returns MAP_FAILED *NOT* NULL !!!!
996 if (tdb->map_ptr == MAP_FAILED) {
    [all...]

Completed in 663 milliseconds