HomeSort by relevance Sort by last modified time
    Searched refs:setjmp (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /external/libpng/contrib/visupng/
cexcept.h 194 #include <setjmp.h>
205 /* the calls to setjmp() and longjmp(). A wrapper struct is used to */
216 if (setjmp(exception__env) == 0) { \
  /system/core/sh/
error.h 58 #include <setjmp.h>
110 * BSD setjmp saves the signal mask, which violates ANSI C and takes time,
115 #define setjmp(jmploc) _setjmp(jmploc) macro
  /external/quake/quake/src/QW/server/
qwsvdef.h 35 #include <setjmp.h>
  /external/skia/include/images/
SkJpegUtility.h 28 #include <setjmp.h>
  /external/freetype/include/freetype/config/
ftstdlib.h 154 #include <setjmp.h>
161 #define ft_setjmp( b ) setjmp( *(jmp_buf*) &(b) ) /* same thing here */
  /external/expat/tests/
minicheck.c 10 #include <setjmp.h>
125 if (setjmp(env)) {
132 if (setjmp(env)) {
140 if (setjmp(env)) {
  /external/openssl/crypto/
s390xcap.c 4 #include <setjmp.h>
  /external/libvpx/vp8/decoder/
onyxd_if.c 97 if (setjmp(pbi->common.error.jmp))
99 pbi->common.error.setjmp = 0;
104 pbi->common.error.setjmp = 1;
133 pbi->common.error.setjmp = 0;
326 if (setjmp(pbi->common.error.jmp))
328 pbi->common.error.setjmp = 0;
332 pbi->common.error.setjmp = 1;
354 pbi->common.error.setjmp = 0;
364 pbi->common.error.setjmp = 0;
478 pbi->common.error.setjmp = 0
    [all...]
  /bionic/libc/arch-sh/bionic/
setjmp.S 1 /* $OpenBSD: setjmp.S,v 1.2 2007/03/02 06:11:54 miod Exp $ */
2 /* $NetBSD: setjmp.S,v 1.10 2006/01/05 19:21:37 uwe Exp $ */
35 * from: @(#)setjmp.s 5.1 (Berkeley) 4/23/90
39 #include <machine/setjmp.h>
42 * C library -- setjmp, longjmp
46 * setjmp(a)
51 ENTRY(setjmp) function
108 SET_ENTRY_SIZE(setjmp)
  /external/libpng/contrib/gregbook/
readpng.c 118 /* setjmp() must be called in every function that calls a PNG-reading
121 if (setjmp(png_jmpbuf(png_ptr))) {
159 /* setjmp() must be called in every function that calls a PNG-reading
162 if (setjmp(png_jmpbuf(png_ptr))) {
213 /* setjmp() must be called in every function that calls a PNG-reading
216 if (setjmp(png_jmpbuf(png_ptr))) {
writepng.c 59 #include "png.h" /* libpng header; includes zlib.h and setjmp.h */
104 /* setjmp() must be called in every function that calls a PNG-writing
109 if (setjmp(mainprog_ptr->jmpbuf)) {
263 /* as always, setjmp() must be called in every function that calls a
266 if (setjmp(mainprog_ptr->jmpbuf)) {
301 /* as always, setjmp() must be called in every function that calls a
304 if (setjmp(mainprog_ptr->jmpbuf)) {
331 /* as always, setjmp() must be called in every function that calls a
334 if (setjmp(mainprog_ptr->jmpbuf)) {
375 * setjmp() and longjmp() are called from the same code, they ar
    [all...]
  /bionic/libc/arch-arm/bionic/
setjmp.S 1 /* $OpenBSD: setjmp.S,v 1.2 2004/02/01 05:40:52 drahn Exp $ */
2 /* $NetBSD: setjmp.S,v 1.5 2003/04/05 23:08:51 bjh21 Exp $ */
38 #include <machine/setjmp.h>
42 * C library -- setjmp, longjmp
46 * setjmp(a)
51 ENTRY(setjmp) function
_setjmp.S 38 #include <machine/setjmp.h>
  /external/jpeg/
example.c 29 * <setjmp.h> is used for the optional error recovery mechanism shown in
33 #include <setjmp.h>
239 * We use C's setjmp/longjmp facility to return control. This means that the
240 * routine which calls the JPEG library must first execute a setjmp() call to
242 * longjmp(). But we need to make the setjmp buffer accessible to the
272 /* Return control to the setjmp point */
301 * so that the setjmp() error recovery below can assume the file is open.
316 /* Establish the setjmp return context for my_error_exit to use. */
317 if (setjmp(jerr.setjmp_buffer)) {
396 * so as to simplify the setjmp error logic above. (Actually, I don'
    [all...]
  /bionic/libc/arch-x86/bionic/
setjmp.S 1 /* $OpenBSD: setjmp.S,v 1.8 2005/08/07 11:30:38 espie Exp $ */
37 * C library -- setjmp, longjmp
41 * setjmp(a)
46 ENTRY(setjmp) function
  /external/webkit/WebCore/
WebCorePrefix.h 87 #include <setjmp.h>
  /external/e2fsprogs/lib/ss/
listen.c 21 #include <setjmp.h>
68 setjmp(listen_jmpb);
list_rqs.c 15 #include <setjmp.h>
  /external/bluetooth/bluez/compat/
msdun.c 36 #include <setjmp.h>
  /external/quake/quake/src/QW/client/
quakedef.h 40 #include <setjmp.h>
  /external/srec/srec/include/
c42mul.h 45 #define SETUP_RETURN(REC) ((REC)->err_code= setjmp ((REC)->except_buf))
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 423 #include <setjmp.h>
429 int setjmp; member in struct:vpx_internal_error_info
454 if (info->setjmp)
  /external/grub/grub/
main.c 30 #include <setjmp.h>
  /external/qemu/
cpu-defs.h 29 #include <setjmp.h>
  /external/webkit/WebCore/platform/image-encoders/skia/
PNGImageEncoder.cpp 146 if (setjmp(png_jmpbuf(pngPtr))) {

Completed in 481 milliseconds

12 3 4 5