Searched refs:jmp_buf (Results 1 - 25 of 69) sorted by relevance

123

/external/libvpx/libvpx/vpx_mem/memory_manager/include/
H A Dhmm_cnfg.h88 extern jmp_buf HMM_UNIQUE(jmp_buf);
94 longjmp(HMM_UNIQUE(jmp_buf), 1); }
/external/stlport/stlport/stl/
H A D_csetjmp.h43 using _STLP_VENDOR_CSTD::jmp_buf;
47 using ::jmp_buf;
/external/libpng/contrib/visupng/
H A Dcexcept.h198 jmp_buf *penv; \
213 jmp_buf *exception__prev, exception__env; \
/external/skia/include/images/
H A DSkJpegUtility.h27 jmp_buf fJmpBuf;
/external/skia/legacy/include/images/
H A DSkJpegUtility.h27 jmp_buf fJmpBuf;
/external/valgrind/main/memcheck/tests/
H A Dbadjump2.c11 static jmp_buf myjmpbuf;
/external/clang/test/CodeGen/
H A Dfunction-attributes.c114 typedef int jmp_buf[((9 * 2) + 3 + 16)]; typedef
115 int setjmp(jmp_buf);
/external/freetype/include/freetype/config/
H A Dftstdlib.h157 #define ft_jmp_buf jmp_buf /* note: this cannot be a typedef since */
158 /* jmp_buf is defined as a macro */
162 #define ft_setjmp( b ) setjmp( *(jmp_buf*) &(b) ) /* same thing here */
/external/bison/lib/
H A Dmsvc-inval.h154 jmp_buf restart;
/external/e2fsprogs/lib/ss/
H A Dlisten.c28 static jmp_buf listen_jmpb;
56 jmp_buf old_jmpb;
66 memcpy(old_jmpb, listen_jmpb, sizeof(jmp_buf));
124 memcpy(listen_jmpb, old_jmpb, sizeof(jmp_buf));
/external/webkit/Source/WebCore/platform/image-encoders/skia/
H A DJPEGImageEncoder.cpp79 jmp_buf* jumpBufferPtr = static_cast<jmp_buf*>(common->client_data);
115 jmp_buf jumpBuffer;
/external/clang/test/Sema/
H A Duninit-variables.c470 typedef char jmp_buf[256]; typedef
471 extern int setjmp(jmp_buf env); // implicitly returns_twice
473 void do_stuff_and_longjmp(jmp_buf env, int *result) __attribute__((noreturn));
478 jmp_buf env;
H A Dreturn.c201 jmp_buf test30_j;
/external/libpng/contrib/gregbook/
H A Dreadpng2.h93 jmp_buf jmpbuf;
H A Dwritepng.h114 jmp_buf jmpbuf;
/external/valgrind/main/include/
H A Dpub_tool_libcsetjmp.h57 /* Don't use jmp_buf, __builtin_setjmp or __builtin_longjmp directly.
115 #define VG_MINIMAL_JMP_BUF(_name) jmp_buf _name
/external/opencv/otherlibs/highgui/
H A Dbitstrm.h74 jmp_buf& JmpBuf();
78 jmp_buf m_jmp_buf;
/external/jpeg/
H A Dexample.c253 jmp_buf setjmp_buffer; /* for return to caller */
/external/qemu/
H A Dcpu-defs.h190 jmp_buf jmp_env; \
/external/qemu/distrib/jpeg-6b/
H A Dexample.c253 jmp_buf setjmp_buffer; /* for return to caller */
/external/valgrind/main/none/tests/amd64/
H A Dfaultstatus.c21 static jmp_buf escape;
/external/valgrind/main/none/tests/
H A Dfaultstatus.c44 static jmp_buf escape;
/external/valgrind/main/none/tests/x86/
H A Dfaultstatus.c24 static jmp_buf escape;
/external/webkit/Source/WebCore/platform/image-encoders/
H A DJPEGImageEncoder.cpp54 jmp_buf m_setjmpBuffer;
/external/libpng/
H A Dpngerror.c291 jmp_buf jmpbuf;
292 png_memcpy(jmpbuf, png_ptr->jmpbuf, png_sizeof(jmp_buf));

Completed in 2316 milliseconds

123