HomeSort by relevance Sort by last modified time
    Searched full:setjmp (Results 326 - 350 of 639) sorted by null

<<11121314151617181920>>

  /external/zlib/src/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(), */
  /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 503 if (setjmp(jmpbuf))
505 if (setjmp(png_ptr->jmpbuf))
585 /* Applications that neglect to set up their own setjmp() and then
590 if (setjmp(jmpbuf))
594 if (setjmp(png_ptr->jmpbuf))
    [all...]
libpng.3     [all...]
pngerror.c 300 /* Here if not setjmp support or if png_ptr is null. */
  /external/qemu/distrib/libpng-1.2.19/
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...]
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...]
  /system/core/sh/
eval.c 864 if (setjmp(jmploc.loc)) {
937 if (setjmp(jmploc.loc)) {
990 if (!setjmp(jmploc.loc)) {
  /dalvik/vm/compiler/
Utility.cpp 365 * Matching setjmp in compiler thread work loop in Compiler.c.
  /external/grub/stage2/
Makefile.am 11 EXTRA_DIST = setjmp.S apm.S $(noinst_SCRIPTS)
  /external/libpng/contrib/pngminus/
png2pnm.c 232 if (setjmp (png_jmpbuf(png_ptr)))
  /external/libvpx/examples/includes/geshi/geshi/
cpp-qt.php 99 'sinh', 'cosh', 'tanh', 'setjmp', 'longjmp',
klonecpp.php 78 'sinh', 'cosh', 'tanh', 'setjmp', 'longjmp',
objc.php 106 'setvbuf', 'setjmp', 'setbuf', 'scanf', 'rewind', 'rename',
  /external/llvm/docs/HistoricalNotes/
2001-05-18-ExceptionHandling.txt 103 platforms with many registers (ie, the IA64) setjmp/longjmp style exception
  /external/qemu/
qemu-common.h 123 #include <setjmp.h>
  /external/quake/quake/src/WinQuake/
quakedef.h 50 #include <setjmp.h>
  /frameworks/base/tools/aapt/
Images.cpp     [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
unwind.h 193 /* @@@ The following alternate entry points are for setjmp/longjmp
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
unwind.h 193 /* @@@ The following alternate entry points are for setjmp/longjmp
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
unwind.h 193 /* @@@ The following alternate entry points are for setjmp/longjmp
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
unwind.h 193 /* @@@ The following alternate entry points are for setjmp/longjmp

Completed in 1196 milliseconds

<<11121314151617181920>>