/external/stlport/stlport/ |
D | setjmp.h | 30 #if !defined (setjmp) 33 # include_next <setjmp.h> 35 # include _STLP_NATIVE_C_HEADER(setjmp.h) 41 # error setjmp has been defined before inclusion of setjmp.h header.
|
/external/stlport/stlport/stl/ |
D | _csetjmp.h | 20 #if !defined (setjmp) 50 # if !defined (setjmp) 53 using _STLP_VENDOR_CSTD::setjmp; 55 using ::setjmp;
|
/external/libvpx/vp8/decoder/ |
D | onyxd_if.c | 63 if (setjmp(pbi->common.error.jmp)) in vp8dx_create_decompressor() 65 pbi->common.error.setjmp = 0; in vp8dx_create_decompressor() 70 pbi->common.error.setjmp = 1; in vp8dx_create_decompressor() 99 pbi->common.error.setjmp = 0; in vp8dx_create_decompressor() 295 if (setjmp(pbi->common.error.jmp)) in vp8dx_receive_compressed_data() 305 pbi->common.error.setjmp = 0; in vp8dx_receive_compressed_data() 318 pbi->common.error.setjmp = 1; in vp8dx_receive_compressed_data() 339 pbi->common.error.setjmp = 0; in vp8dx_receive_compressed_data() 359 pbi->common.error.setjmp = 0; in vp8dx_receive_compressed_data() 376 pbi->common.error.setjmp = 0; in vp8dx_receive_compressed_data() [all …]
|
/external/valgrind/main/VEX/test/ |
D | test-amd64.c | 1404 if (setjmp(jmp_env) == 0) { 1411 if (setjmp(jmp_env) == 0) { 1419 if (setjmp(jmp_env) == 0) { 1423 if (setjmp(jmp_env) == 0) { 1441 if (setjmp(jmp_env) == 0) { 1448 if (setjmp(jmp_env) == 0) { 1458 if (setjmp(jmp_env) == 0) { 1466 if (setjmp(jmp_env) == 0) { 1471 if (setjmp(jmp_env) == 0) { 1477 if (setjmp(jmp_env) == 0) { [all …]
|
D | test-i386.c | 1364 if (setjmp(jmp_env) == 0) { 1371 if (setjmp(jmp_env) == 0) { 1379 if (setjmp(jmp_env) == 0) { 1383 if (setjmp(jmp_env) == 0) { 1401 if (setjmp(jmp_env) == 0) { 1408 if (setjmp(jmp_env) == 0) { 1418 if (setjmp(jmp_env) == 0) { 1426 if (setjmp(jmp_env) == 0) { 1431 if (setjmp(jmp_env) == 0) { 1437 if (setjmp(jmp_env) == 0) { [all …]
|
/external/libpng/contrib/gregbook/ |
D | writepng.c | 109 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_init() 266 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_image() 304 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_row() 334 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_finish()
|
D | readpng.c | 121 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_init() 162 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_get_bgcolor() 216 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_get_image()
|
/external/clang/test/CodeGen/ |
D | function-attributes.c | 110 int setjmp(jmp_buf); 112 setjmp(0); in f19()
|
/external/llvm/test/Transforms/TailCallElim/ |
D | setjmp.ll | 13 %tmp75 = tail call i32 @setjmp(i32* %x) 18 declare i32 @setjmp(i32*) returns_twice
|
/external/expat/tests/ |
D | minicheck.c | 125 if (setjmp(env)) { in srunner_run_all() 132 if (setjmp(env)) { in srunner_run_all() 140 if (setjmp(env)) { in srunner_run_all()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_png.cpp | 146 if( setjmp( png_ptr->jmpbuf ) == 0 ) in ReadHeader() 195 if( setjmp(png_ptr->jmpbuf) == 0 ) in ReadData() 285 if( setjmp( png_ptr->jmpbuf ) == 0 ) in WriteImage()
|
D | grfmt_sunras.cpp | 100 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadHeader() 199 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadData()
|
/external/libpng/ |
D | example.c | 133 if (setjmp(png_jmpbuf(png_ptr))) 432 if (setjmp(png_jmpbuf((*png_ptr)))) 460 if (setjmp(png_jmpbuf((*png_ptr)))) 600 if (setjmp(png_jmpbuf(png_ptr)))
|
D | INSTALL | 131 __png.h__ already includes setjmp.h; 134 this means you have compiled another module that includes setjmp.h, 136 the same setjmp.h. If you are sure that you know what you are doing
|
/external/stlport/etc/ |
D | std_headers_c_h.txt | 4 setjmp.h
|
/external/llvm/cmake/ |
D | config-ix.cmake | 57 check_include_file(setjmp.h HAVE_SETJMP_H) 121 check_symbol_exists(longjmp setjmp.h HAVE_LONGJMP) 122 check_symbol_exists(setjmp setjmp.h HAVE_SETJMP) 123 check_symbol_exists(siglongjmp setjmp.h HAVE_SIGLONGJMP) 124 check_symbol_exists(sigsetjmp setjmp.h HAVE_SIGSETJMP)
|
/external/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 443 int setjmp; member 468 if (info->setjmp) in vpx_internal_error()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 82 // j -> returns_twice (like setjmp) 716 LIBBUILTIN(longjmp, "vJi", "fr", "setjmp.h", ALL_LANGUAGES) 739 // POSIX setjmp.h 741 // In some systems setjmp is a macro that expands to _setjmp. We undefine 743 #undef setjmp 744 LIBBUILTIN(_setjmp, "iJ", "fj", "setjmp.h", ALL_LANGUAGES) 745 LIBBUILTIN(__sigsetjmp, "iSJi", "fj", "setjmp.h", ALL_LANGUAGES) 746 LIBBUILTIN(setjmp, "iJ", "fj", "setjmp.h", ALL_LANGUAGES) 747 LIBBUILTIN(sigsetjmp, "iSJi", "fj", "setjmp.h", ALL_LANGUAGES) 748 LIBBUILTIN(setjmp_syscall, "iJ", "fj", "setjmp.h", ALL_LANGUAGES) [all …]
|
/external/libpng/contrib/visupng/ |
D | cexcept.h | 216 if (setjmp(exception__env) == 0) { \
|
/external/qemu/ |
D | loadpng.c | 52 if(setjmp(png_jmpbuf(p))) { in loadpng() 185 if(setjmp(png_jmpbuf(p))) { in readpng()
|
/external/freetype/include/freetype/config/ |
D | ftstdlib.h | 162 #define ft_setjmp( b ) setjmp( *(jmp_buf*) &(b) ) /* same thing here */
|
/external/webkit/Source/WebCore/platform/image-encoders/ |
D | PNGImageEncoder.cpp | 102 if (setjmp(png_jmpbuf(pngPtr))) in compressRGBABigEndianToPNG()
|
/external/clang/test/Sema/ |
D | uninit-variables.c | 471 extern int setjmp(jmp_buf env); // implicitly returns_twice 480 if (setjmp(env) == 0) { in returns_twice()
|
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 88 #if defined(_MSC_VER) && defined(setjmp) && \ 91 # undef setjmp 101 case Intrinsic::setjmp: in AddPrototypes() 367 case Intrinsic::setjmp: { in LowerIntrinsicCall()
|
/external/srec/srec/include/ |
D | c42mul.h | 45 #define SETUP_RETURN(REC) ((REC)->err_code= setjmp ((REC)->except_buf))
|