HomeSort by relevance Sort by last modified time
    Searched full:setjmp (Results 126 - 150 of 295) sorted by null

1 2 3 4 56 7 8 91011>>

  /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...]
  /external/quake/quake/src/WinQuake/
quakedef.h 50 #include <setjmp.h>
host.cpp 640 if (setjmp (host_abortserver) )
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
unwind.h 196 /* @@@ The following alternate entry points are for setjmp/longjmp
  /external/e2fsprogs/misc/
badblocks.c 47 #include <setjmp.h>
609 if (setjmp(terminate_env)) {
  /external/grub/stage2/
shared.h 887 # include <setjmp.h>
892 # define grub_setjmp setjmp
  /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...]
  /external/zlib/contrib/puff/
puff.c 66 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 366 sdl_check_funcs vsnprintf iconv sigaction setjmp nanosleep
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_events.c 27 #include <setjmp.h>
  /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)) {
TOUR 81 so I implement it using setjmp and longjmp. The global variable
var.c 204 if (setjmp(jmploc.loc))
  /frameworks/base/tools/aapt/
Images.cpp     [all...]
  /external/qemu/
cpu-exec.c 259 /* prepare setjmp context for exception handling */
261 if (setjmp(env->jmp_env) == 0) {
    [all...]
  /external/stlport/doc/
FAQ 42 Q6.0 In STLport, files like locale.h, setjmp.h, stdlib.h, etc.,
438 Q6.0 In STLport files like locale.h, setjmp.h, stdlib.h, etc., do
  /dalvik/vm/compiler/
Compiler.c 612 bool aborted = setjmp(jmpBuf);
  /external/e2fsprogs/
configure.in 626 AC_CHECK_HEADERS(dirent.h errno.h getopt.h malloc.h mntent.h paths.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h unistd.h utime.h linux/fd.h linux/major.h net/if_dl.h netinet/in.h sys/disklabel.h sys/ioctl.h sys/mkdev.h sys/mman.h sys/prctl.h sys/queue.h sys/resource.h sys/select.h sys/socket.h sys/sockio.h sys/stat.h sys/syscall.h sys/sysmacros.h sys/time.h sys/types.h sys/un.h sys/wait.h)
  /external/iproute2/misc/
arpd.c 545 #include <setjmp.h>
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
builtins.def     [all...]
function.h 558 /* Nonzero if function being compiled can call setjmp. */
  /external/freetype/src/smooth/
ftgrays.c 107 #include <setjmp.h>
113 #define ft_setjmp setjmp
    [all...]
  /external/jpeg/
install.doc     [all...]
  /external/libpng/contrib/gregbook/
wpng.c 105 #include <setjmp.h> /* for jmpbuf declaration in writepng.h */

Completed in 563 milliseconds

1 2 3 4 56 7 8 91011>>