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

<<11121314151617181920>>

  /system/extras/ext4_utils/
ext4fixup.c 794 if (setjmp(setjmp_env))
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 20 #include <setjmp.h>
646 if (!setjmp(buf)) {
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 108 #include <setjmp.h>
115 #define ft_setjmp setjmp
    [all...]
  /external/jpeg/
install.doc     [all...]
  /external/llvm/projects/sample/autoconf/
configure.ac     [all...]
  /external/qemu/distrib/jpeg-6b/
install.doc     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 608 // After a call to a function like setjmp or vfork, any variable which is
  /external/e2fsprogs/
configure.in 732 AC_CHECK_HEADERS(dirent.h errno.h getopt.h malloc.h mntent.h paths.h semaphore.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h termio.h unistd.h utime.h linux/fd.h linux/major.h net/if_dl.h netinet/in.h sys/disklabel.h sys/file.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/libpng/contrib/gregbook/
wpng.c 105 #include <setjmp.h> /* for jmpbuf declaration in writepng.h */
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 214 // setjmp, mark all calls in the function as eligible for tail calls
  /external/ppp/pppd/
tty.c 85 #include <setjmp.h>
    [all...]
  /external/stlport/etc/
ChangeLog-4.0 450 * csetjmp/setjmp.h - guards added against VC++ #defines (thanks to Gavin Wood)
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 103 #include <setjmp.h>
  /external/valgrind/main/none/tests/x86/
gen_insn_test.pl 83 #include <setjmp.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 31 #include <bits/setjmp.h>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 31 #include <bits/setjmp.h>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 31 #include <bits/setjmp.h>
    [all...]
  /external/libpng/
CHANGES 141 try to fix Linux "setjmp" buffer size problems
183 fixed "error" in pngconf.h for Linux setjmp() behaviour
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 781 // Store the frame pointer to the setjmp buffer.
787 // Store the stack pointer to the setjmp buffer.
794 // Call LLVM's EH setjmp, which is lightweight.
    [all...]
  /external/grub/
ChangeLog     [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 99 /// This corresponds to the eh.sjlj.setjmp intrinsic.
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 26 #include <setjmp.h>
    [all...]
  /external/quake/quake/src/QW/client/
cl_main.c 1309 if (setjmp (host_abort) )
  /external/valgrind/main/coregrind/
m_machine.c 32 #include "pub_core_libcsetjmp.h" // setjmp facilities
    [all...]

Completed in 1531 milliseconds

<<11121314151617181920>>