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

1 23 4 5

  /external/libpng/
example.c 128 /* Set error handling if you are using the setjmp/longjmp method (this is
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)))
  /external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
SDL_cpuinfo.c 33 #include <setjmp.h>
319 if ( setjmp(jmpbuf) == 0 ) {
  /external/qemu/
loadpng.c 52 if(setjmp(png_jmpbuf(p))) {
185 if(setjmp(png_jmpbuf(p))) {
qemu-common.h 75 #include <setjmp.h>
  /external/zlib/contrib/blast/
blast.c 27 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
396 if (setjmp(s.env) != 0) /* if came back here via longjmp(), */
  /system/core/sh/
trap.c 438 if (setjmp(loc1.loc)) {
441 if (setjmp(loc2.loc)) {
main.c 95 * commands. The setjmp call sets up the location to jump to when an
112 if (setjmp(jmploc.loc)) {
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 40 #include <setjmp.h>
159 if (setjmp(errmgr.jumper) != 0) {
  /bionic/libc/arch-sh/bionic/
_setjmp.S 39 #include <machine/setjmp.h>
sigsetjmp.S 35 * from: @(#)setjmp.s 5.1 (Berkeley) 4/23/90
39 #include <machine/setjmp.h>
45 /* identical to setjmp */
  /bootable/recovery/minui/
resources.c 83 if (setjmp(png_jmpbuf(png_ptr))) {
  /dalvik/vm/compiler/
Compiler.h 18 #include <setjmp.h>
  /external/e2fsprogs/e2fsck/
e2fsck.c 194 if (setjmp(ctx->abort_loc)) {
  /external/libpng/contrib/gregbook/
readpng2.c 59 #include "png.h" /* libpng header; includes zlib.h and setjmp.h */
195 /* setjmp() must be called in every function that calls a PNG-reading
200 if (setjmp(mainprog_ptr->jmpbuf)) {
357 /* setjmp() must be called in every function that calls a PNG-reading
360 if (setjmp(mainprog_ptr->jmpbuf)) {
386 /* setjmp() doesn't make sense here, because we'd either have to exit(),
631 * setjmp() and longjmp() are called from the same code, they are
  /external/openssl/crypto/des/
read_pwd.c 92 #include <setjmp.h>
282 if (setjmp(save))
  /external/webkit/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 57 #include <setjmp.h>
173 // We need to do the setjmp here. Otherwise bad things will happen
174 if (setjmp(m_err.setjmp_buffer)) {
373 /* Return control to the setjmp point. */
  /development/tools/etc1tool/
etc1tool.cpp 183 if (setjmp(png_jmpbuf(png_ptr))) {
419 if (setjmp(png_jmpbuf(png_ptr))) {
  /external/zlib/contrib/puff/
puff.c 74 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
    [all...]
  /external/netcat/
netcat.c 68 #include <setjmp.h> /* jmp_buf et al */
755 if (setjmp (jbuf) == 0) {
757 } else { /* setjmp: connect failed... */
832 if (setjmp (jbuf) == 0) { /* do timeout for initial connect */
857 if (setjmp (jbuf) == 0) {
    [all...]
stupidh 46 getopt string strings signal setjmp io param stat types time timeb utime \
  /external/quake/quake/src/WinQuake/
quakedef.h 50 #include <setjmp.h>
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 212 // All objects need to be instantiated before this setjmp call so that
214 if (setjmp(sk_err.fJmpBuf)) {
215 return return_false(cinfo, *bm, "setjmp");
449 // All objects need to be instantiated before this setjmp call so that
451 if (setjmp(sk_err.fJmpBuf)) {
523 if (setjmp(sk_err.fJmpBuf)) {
852 // allocate these before set call setjmp
858 if (setjmp(sk_err.fJmpBuf)) {
SkImageDecoder_libpng.cpp 208 /* Set error handling if you are using the setjmp/longjmp method (this is
212 if (setjmp(png_jmpbuf(png_ptr))) {
270 if (setjmp(png_jmpbuf(png_ptr))) {
634 if (setjmp(png_jmpbuf(png_ptr))) {
    [all...]
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 32 if (setjmp(sk_err.fJmpBuf)) {
  /external/bison/data/
glr.c 292 # include <setjmp.h>
294 # define YYSETJMP(env) setjmp (env)
    [all...]

Completed in 756 milliseconds

1 23 4 5