Searched defs:MAP_FAILED (Results 1 - 10 of 10) sorted by relevance

/external/libffi/testsuite/libffi.call/
H A Dffitest.h26 # ifndef MAP_FAILED
27 # define MAP_FAILED -1 macro
39 # ifndef MAP_FAILED
40 # define MAP_FAILED -1 macro
77 if (page == (void *) MAP_FAILED)
/external/libffi/testsuite/libffi.special/
H A Dffitestcxx.h26 # ifndef MAP_FAILED
27 # define MAP_FAILED -1 macro
39 # ifndef MAP_FAILED
40 # define MAP_FAILED -1 macro
77 if (page == 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/icu4c/common/
H A Dumapfile.c48 # ifndef MAP_FAILED
49 # define MAP_FAILED ((void*)-1) macro
190 if(data==MAP_FAILED) {
399 if(data==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) {
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc66 void *const MAP_FAILED = (void*)-1; variable
533 return MAP_FAILED;
535 if (res != MAP_FAILED) {
545 return MAP_FAILED;
547 if (res != MAP_FAILED) {
/external/libxml2/
H A Dxmllint.c57 #ifndef MAP_FAILED
58 #define MAP_FAILED ((void *) -1) macro
1837 if (base == (void *) MAP_FAILED)
2224 if (base == (void *) MAP_FAILED)
2339 if (base == (void *) MAP_FAILED)
/external/openssh/
H A Ddefines.h170 #ifndef MAP_FAILED
171 # define MAP_FAILED ((void *)-1) macro
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c69 #ifndef MAP_FAILED
70 #define MAP_FAILED ((void *)-1) macro
995 * NB. When mmap fails it returns MAP_FAILED *NOT* NULL !!!!
998 if (tdb->map_ptr == MAP_FAILED) {
/external/mksh/src/
H A Dsh.h268 #if !defined(MAP_FAILED)
271 #define MAP_FAILED ((void *)-1) macro
273 #define MAP_FAILED ((caddr_t)-1) macro

Completed in 490 milliseconds