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

1 2 34 5

  /external/grub/grub/
asmstub.c 41 #include <setjmp.h>
126 /* Do a setjmp here for the stop command. */
127 if (! setjmp (env_for_exit))
  /external/grub/stage2/
shared.h 887 # include <setjmp.h>
892 # define grub_setjmp setjmp
  /external/libpng/
pngconf.h 355 /* This is an attempt to force a single setjmp behaviour on Linux. If
359 * the same setjmp.h that was included when libpng was built. Only define
375 __pngconf.h__ in libpng already includes setjmp.h;
381 /* include setjmp.h for error handling */
382 # include <setjmp.h>
    [all...]
pngread.c 84 if (setjmp(jmpbuf))
86 if (setjmp(png_ptr->jmpbuf))
182 /* Applications that neglect to set up their own setjmp() and then
186 if (setjmp(jmpbuf))
190 if (setjmp(png_ptr->jmpbuf))
    [all...]
pngtest.c 690 static png_FILE_p fpout; /* "static" prevents setjmp corruption */
797 if (setjmp(jmpbuf))
799 if (setjmp(png_jmpbuf(read_ptr)))
821 if (setjmp(jmpbuf))
823 if (setjmp(png_jmpbuf(write_ptr)))
    [all...]
pngwrite.c 502 if (setjmp(jmpbuf))
504 if (setjmp(png_ptr->jmpbuf))
584 /* Applications that neglect to set up their own setjmp() and then
589 if (setjmp(jmpbuf))
593 if (setjmp(png_ptr->jmpbuf))
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 313 /* This is an attempt to force a single setjmp behaviour on Linux. If
326 __png.h__ already includes setjmp.h;
331 /* include setjmp.h for error handling */
332 # include <setjmp.h>
    [all...]
pngread.c 72 if (setjmp(jmpbuf))
74 if (setjmp(png_ptr->jmpbuf))
161 /* Applications that neglect to set up their own setjmp() and then encounter
165 if (setjmp(jmpbuf))
169 if (setjmp(png_ptr->jmpbuf))
    [all...]
pngwrite.c 473 if (setjmp(jmpbuf))
475 if (setjmp(png_ptr->jmpbuf))
547 /* Applications that neglect to set up their own setjmp() and then encounter
551 if (setjmp(jmpbuf))
555 if (setjmp(png_ptr->jmpbuf))
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 232 if (setjmp (png_jmpbuf(png_ptr)))
pnm2png.c 393 /* setjmp() must be called in every function that calls a PNG-reading libpng function */
394 if (setjmp (png_jmpbuf(png_ptr)))
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 366 sdl_check_funcs vsnprintf iconv sigaction setjmp nanosleep
  /external/webkit/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 109 // We need to do the setjmp here. Otherwise bad things will happen
110 if (setjmp(m_png->jmpbuf)) {
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
libmng_types.h 189 #include <setjmp.h> /* needed for error-recovery (blergh) */
  /system/core/sh/
histedit.c 295 if (setjmp(jmploc.loc)) {
var.c 204 if (setjmp(jmploc.loc))
eval.c 864 if (setjmp(jmploc.loc)) {
937 if (setjmp(jmploc.loc)) {
990 if (!setjmp(jmploc.loc)) {
  /bionic/libc/
Android.mk 354 arch-arm/bionic/setjmp.S \
392 arch-x86/bionic/setjmp.S \
432 arch-sh/bionic/setjmp.S \
  /dalvik/vm/compiler/
Compiler.c 625 bool aborted = setjmp(jmpBuf);
  /external/e2fsprogs/e2fsck/
e2fsck.h 26 #include <setjmp.h>
164 #define E2F_FLAG_SETJMP_OK 0x0010 /* Setjmp valid for abort */
  /external/e2fsprogs/misc/
badblocks.c 47 #include <setjmp.h>
609 if (setjmp(terminate_env)) {
  /frameworks/base/tools/aapt/
Images.cpp     [all...]
  /external/libpng/contrib/gregbook/
wpng.c 105 #include <setjmp.h> /* for jmpbuf declaration in writepng.h */
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_events.c 27 #include <setjmp.h>
  /external/quake/quake/src/WinQuake/
host.cpp 640 if (setjmp (host_abortserver) )

Completed in 4757 milliseconds

1 2 34 5