Searched defs:MAP_FAILED (Results 1 - 17 of 17) sorted by path

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dosmman.h19 #define MAP_FAILED (void*)-1 macro
/external/chromium_org/third_party/icu/source/common/
H A Dumapfile.c51 # ifndef MAP_FAILED
52 # define MAP_FAILED ((void*)-1) macro
189 if(data==MAP_FAILED) {
398 if(data==MAP_FAILED) {
/external/chromium_org/third_party/libxml/src/
H A DtestRelax.c38 #ifndef MAP_FAILED
39 #define MAP_FAILED ((void *) -1) macro
98 if (base == (void *) MAP_FAILED)
H A DtestSchemas.c38 #ifndef MAP_FAILED
39 #define MAP_FAILED ((void *) -1) macro
94 if (base == (void *) MAP_FAILED)
H A Dxmllint.c57 #ifndef MAP_FAILED
58 #define MAP_FAILED ((void *) -1) macro
1833 if (base == (void *) MAP_FAILED)
2220 if (base == (void *) MAP_FAILED)
2335 if (base == (void *) MAP_FAILED)
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.cc109 #elif !defined(MAP_FAILED)
110 #define MAP_FAILED -1 // the only thing we need from mman.h macro
757 if (result != reinterpret_cast<void*>(MAP_FAILED) && size != 0) {
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h262 #define MAP_FAILED 0 macro
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.cc108 #elif !defined(MAP_FAILED)
109 #define MAP_FAILED -1 // the only thing we need from mman.h macro
594 if (result != reinterpret_cast<void*>(MAP_FAILED) && size != 0) {
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h259 #define MAP_FAILED 0 macro
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc81 void *const MAP_FAILED = (void*)-1; variable
705 return MAP_FAILED;
707 if (res != MAP_FAILED) {
719 return MAP_FAILED;
721 if (res != MAP_FAILED) {
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c69 #ifndef MAP_FAILED
70 #define MAP_FAILED ((void *)-1) macro
993 * NB. When mmap fails it returns MAP_FAILED *NOT* NULL !!!!
996 if (tdb->map_ptr == MAP_FAILED) {
/external/fio/os/windows/posix/include/sys/
H A Dmman.h22 #define MAP_FAILED NULL macro
/external/icu/icu4c/source/common/
H A Dumapfile.c51 # ifndef MAP_FAILED
52 # define MAP_FAILED ((void*)-1) macro
189 if(data==MAP_FAILED) {
398 if(data==MAP_FAILED) {
/external/libxml2/
H A Dxmllint.c57 #ifndef MAP_FAILED
58 #define MAP_FAILED ((void *) -1) macro
1840 if (base == (void *) MAP_FAILED)
2226 if (base == (void *) MAP_FAILED)
2341 if (base == (void *) MAP_FAILED)
/external/mksh/src/
H A Dhistrap.c57 #ifndef MAP_FAILED
58 #define MAP_FAILED caddr_cast(-1) macro
742 if (base == (unsigned char *)MAP_FAILED)
905 if (base == (unsigned char *)MAP_FAILED)
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
H A DSDL_dmaaudio.c46 #ifndef MAP_FAILED
47 #define MAP_FAILED ((Uint8 *)-1) macro
425 if ( dma_buf == MAP_FAILED ) {
/external/stlport/src/details/
H A Dfstream_unistd.cpp72 #ifndef MAP_FAILED /* MMAP failure return code */
73 # define MAP_FAILED -1 macro
321 if (base != (void*)MAP_FAILED) {

Completed in 456 milliseconds