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

1 2 3 4 56 7 8 91011>>

  /bionic/libc/arch-mips/bionic/
sigsetjmp.S 36 #include <machine/setjmp.h>
56 1: LA t9, setjmp
setjmp.S 1 /* $OpenBSD: setjmp.S,v 1.5 2005/08/07 16:40:15 espie Exp $ */
37 * setjmp, longjmp implementation for libc. this code depends
59 NON_LEAF(setjmp, FRAMESZ, ra)
62 SETUP_GP64(GPOFF, setjmp)
140 END(setjmp)
  /external/freetype/include/freetype/config/
ftstdlib.h 155 #include <setjmp.h>
162 #define ft_setjmp( b ) setjmp( *(jmp_buf*) &(b) ) /* same thing here */
  /frameworks/av/cmds/stagefright/
jpeg.cpp 18 #include <setjmp.h>
54 if (setjmp(sf_err.longjmp_buffer)) {
  /bionic/libc/arch-arm/
arm.mk 15 arch-arm/bionic/setjmp.S \
  /bionic/libc/bionic/
sigsetmask.c 30 /* called from setjmp assembly fragment */
  /external/libpng/
TODO 9 Improve setjmp/longjmp usage or remove it in favor of returning error codes.
  /external/valgrind/main/include/
pub_tool_libcsetjmp.h 3 /*--- A minimal setjmp/longjmp facility. pub_tool_libcsetjmp.h ---*/
36 // PURPOSE: Provides a minimal setjmp/longjmp facility, that saves/
41 /* This provides an extremely minimal setjmp/longjmp facility, in
53 #include <setjmp.h>
  /external/libpng/contrib/gregbook/
writepng.c 59 #include "png.h" /* libpng header; includes zlib.h and setjmp.h */
104 /* setjmp() must be called in every function that calls a PNG-writing
109 if (setjmp(mainprog_ptr->jmpbuf)) {
263 /* as always, setjmp() must be called in every function that calls a
266 if (setjmp(mainprog_ptr->jmpbuf)) {
301 /* as always, setjmp() must be called in every function that calls a
304 if (setjmp(mainprog_ptr->jmpbuf)) {
331 /* as always, setjmp() must be called in every function that calls a
334 if (setjmp(mainprog_ptr->jmpbuf)) {
375 * setjmp() and longjmp() are called from the same code, they ar
    [all...]
readpng.c 118 /* setjmp() must be called in every function that calls a PNG-reading
121 if (setjmp(png_jmpbuf(png_ptr))) {
159 /* setjmp() must be called in every function that calls a PNG-reading
162 if (setjmp(png_jmpbuf(png_ptr))) {
213 /* setjmp() must be called in every function that calls a PNG-reading
216 if (setjmp(png_jmpbuf(png_ptr))) {
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 22 // really expensive. It basically inserts setjmp/longjmp calls to emulate the
144 // VisualStudio defines setjmp as _setjmp
145 #if defined(_MSC_VER) && defined(setjmp) && \
147 # pragma push_macro("setjmp")
148 # undef setjmp macro
152 SetJmpFn = Intrinsic::getDeclaration(&M, Intrinsic::setjmp);
156 # pragma pop_macro("setjmp")
409 // inserts setjmp calls into the entries of functions with invoke instructions
413 // setjmp stuff on the early exit path. This requires a bit of dataflow, but
416 // If we have an invoke instruction, insert a setjmp that dominates al
    [all...]
  /external/llvm/cmake/
config-ix.cmake 58 check_include_file(setjmp.h HAVE_SETJMP_H)
129 check_symbol_exists(longjmp setjmp.h HAVE_LONGJMP)
130 check_symbol_exists(setjmp setjmp.h HAVE_SETJMP)
131 check_symbol_exists(siglongjmp setjmp.h HAVE_SIGLONGJMP)
132 check_symbol_exists(sigsetjmp setjmp.h HAVE_SIGSETJMP)
  /bionic/libc/arch-arm/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.
  /dalvik/vm/mterp/x86/
entry.S 83 movl offThread_bailPtr(%ecx),%esp # Restore "setjmp" esp
85 addl $$(FRAME_SIZE-4), %ebp # Restore %ebp at point of setjmp
  /development/ndk/platforms/android-3/arch-arm/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 53 if (setjmp(pbi->common.error.jmp))
55 pbi->common.error.setjmp = 0;
60 pbi->common.error.setjmp = 1;
79 pbi->common.error.setjmp = 0;
314 pbi->common.error.setjmp = 0;
386 if (setjmp(pbi->common.error.jmp))
400 pbi->common.error.setjmp = 1;
459 pbi->common.error.setjmp = 0;
  /external/libyuv/files/source/
mjpeg_decoder.cc 17 #include <setjmp.h>
125 if (setjmp(error_mgr_->setjmp_buffer)) {
247 if (setjmp(error_mgr_->setjmp_buffer)) {
275 if (setjmp(error_mgr_->setjmp_buffer)) {
364 if (setjmp(error_mgr_->setjmp_buffer)) {
463 // recover from errors we use setjmp() as shown in their example. setjmp() is
471 // This rewinds the call stack to the point of the corresponding setjmp()
  /external/llvm/test/CodeGen/X86/
sjlj.ll 12 declare i32 @llvm.eh.sjlj.setjmp(i8*) nounwind
21 %r = tail call i32 @llvm.eh.sjlj.setjmp(i8* bitcast ([5 x i8*]* @buf to i8*))
  /external/valgrind/main/coregrind/
pub_core_libcsetjmp.h 3 /*--- A minimal setjmp/longjmp facility. pub_core_libcsetjmp.h ---*/
36 // PURPOSE: Provides a minimal setjmp/longjmp facility, that saves/
  /frameworks/native/cmds/screenshot/
screenshot.c 55 if (setjmp(png_jmpbuf(png))) {
56 ALOGE("failed png setjmp\n");
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.

Completed in 480 milliseconds

1 2 3 4 56 7 8 91011>>