Home
last modified time | relevance | path

Searched refs:setjmp (Results 1 – 25 of 118) sorted by relevance

12345

/external/stlport/stlport/
Dsetjmp.h30 #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.h20 #if !defined (setjmp)
50 # if !defined (setjmp)
53 using _STLP_VENDOR_CSTD::setjmp;
55 using ::setjmp;
/external/libvpx/vp8/decoder/
Donyxd_if.c63 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/
Dtest-amd64.c1404 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 …]
Dtest-i386.c1364 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/
Dwritepng.c109 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()
Dreadpng.c121 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/
Dfunction-attributes.c110 int setjmp(jmp_buf);
112 setjmp(0); in f19()
/external/llvm/test/Transforms/TailCallElim/
Dsetjmp.ll13 %tmp75 = tail call i32 @setjmp(i32* %x)
18 declare i32 @setjmp(i32*) returns_twice
/external/expat/tests/
Dminicheck.c125 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/
Dgrfmt_png.cpp146 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()
Dgrfmt_sunras.cpp100 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadHeader()
199 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadData()
/external/libpng/
Dexample.c133 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)))
DINSTALL131 __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/
Dstd_headers_c_h.txt4 setjmp.h
/external/llvm/cmake/
Dconfig-ix.cmake57 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/
Dvpx_codec_internal.h443 int setjmp; member
468 if (info->setjmp) in vpx_internal_error()
/external/clang/include/clang/Basic/
DBuiltins.def82 // 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/
Dcexcept.h216 if (setjmp(exception__env) == 0) { \
/external/qemu/
Dloadpng.c52 if(setjmp(png_jmpbuf(p))) { in loadpng()
185 if(setjmp(png_jmpbuf(p))) { in readpng()
/external/freetype/include/freetype/config/
Dftstdlib.h162 #define ft_setjmp( b ) setjmp( *(jmp_buf*) &(b) ) /* same thing here */
/external/webkit/Source/WebCore/platform/image-encoders/
DPNGImageEncoder.cpp102 if (setjmp(png_jmpbuf(pngPtr))) in compressRGBABigEndianToPNG()
/external/clang/test/Sema/
Duninit-variables.c471 extern int setjmp(jmp_buf env); // implicitly returns_twice
480 if (setjmp(env) == 0) { in returns_twice()
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp88 #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/
Dc42mul.h45 #define SETUP_RETURN(REC) ((REC)->err_code= setjmp ((REC)->except_buf))

12345