/bionic/libc/arch-arm/bionic/ |
setjmp.S | 1 /* $OpenBSD: setjmp.S,v 1.2 2004/02/01 05:40:52 drahn Exp $ */ 2 /* $NetBSD: setjmp.S,v 1.5 2003/04/05 23:08:51 bjh21 Exp $ */ 37 #include <machine/setjmp.h> 40 * C library -- setjmp, longjmp 44 * setjmp(a) 49 ENTRY(setjmp) function
|
sigsetjmp.S | 37 #include <machine/setjmp.h> 44 * setjmp(a, m) 52 b PIC_SYM(_C_LABEL(setjmp), PLT)
|
/bionic/libc/arch-sh/bionic/ |
setjmp.S | 1 /* $OpenBSD: setjmp.S,v 1.2 2007/03/02 06:11:54 miod Exp $ */ 2 /* $NetBSD: setjmp.S,v 1.10 2006/01/05 19:21:37 uwe Exp $ */ 35 * from: @(#)setjmp.s 5.1 (Berkeley) 4/23/90 39 #include <machine/setjmp.h> 42 * C library -- setjmp, longjmp 46 * setjmp(a) 51 ENTRY(setjmp) function 108 SET_ENTRY_SIZE(setjmp)
|
sigsetjmp.S | 35 * from: @(#)setjmp.s 5.1 (Berkeley) 4/23/90 39 #include <machine/setjmp.h> 45 /* identical to setjmp */
|
/bionic/libc/arch-x86/bionic/ |
setjmp.S | 1 /* $OpenBSD: setjmp.S,v 1.8 2005/08/07 11:30:38 espie Exp $ */ 37 * C library -- setjmp, longjmp 41 * setjmp(a) 46 ENTRY(setjmp) function
|
/external/expat/tests/ |
minicheck.c | 10 #include <setjmp.h> 125 if (setjmp(env)) { 132 if (setjmp(env)) { 140 if (setjmp(env)) {
|
/dalvik/vm/mterp/cstubs/ |
entry.c | 12 #include <setjmp.h> 31 changeInterp = setjmp(jmpBuf) -1;
|
/system/extras/tests/bionic/libstdc++/ |
test_csetjmp.cpp | 47 #ifndef setjmp 48 #error "setjmp must be a macro"
|
/external/opencore/oscl/oscl/osclerror/src/ |
oscl_error_imp_jumps.h | 32 \brief Implemenation of using Setjmp / Longjmp. 45 // Implemenation of Leave using Setjmp / Longjmp. 47 //ANSI setjmp/longjmp implementation. This is needed on any OS 141 int __tr=setjmp(*(__trap->iJumpData->Top()));\ 156 int __tr=setjmp(*(__trap->iJumpData->Top()));\
|
oscl_error_imp_jumps.cpp | 20 //for use with the setjmp/longjmp error handler.
|
/external/freetype/include/freetype/config/ |
ftstdlib.h | 154 #include <setjmp.h> 161 #define ft_setjmp( b ) setjmp( *(jmp_buf*) &(b) ) /* same thing here */
|
/external/opencore/oscl/oscl/config/shared/ |
osclconfig_error_check.h | 52 the target platform supports the setjmp.h header file including 53 the setjmp and longjmp functions.
|
/bionic/libc/unistd/ |
sigblock.c | 30 /* this function is called from the ARM assembly setjmp fragments */
|
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.
|
INSTALL | 131 __png.h__ already includes setjmp.h; 134 this means you have compiled another module that includes setjmp.h, 136 the same setjmp.h. If you are sure that you know what you are doing
|
/external/skia/include/images/ |
SkJpegUtility.h | 28 #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))) {
|
/bionic/libc/stdlib/ |
setjmperr.c | 38 #include <setjmp.h>
|
/external/stlport/stlport/ |
stdlib.h | 53 /* on evc3/evc4 including stdlib.h also defines setjmp macro */
|
/system/core/sh/ |
error.h | 58 #include <setjmp.h> 110 * BSD setjmp saves the signal mask, which violates ANSI C and takes time, 115 #define setjmp(jmploc) _setjmp(jmploc) macro
|
/external/jpeg/ |
example.c | 29 * <setjmp.h> is used for the optional error recovery mechanism shown in 33 #include <setjmp.h> 239 * We use C's setjmp/longjmp facility to return control. This means that the 240 * routine which calls the JPEG library must first execute a setjmp() call to 242 * longjmp(). But we need to make the setjmp buffer accessible to the 272 /* Return control to the setjmp point */ 301 * so that the setjmp() error recovery below can assume the file is open. 316 /* Establish the setjmp return context for my_error_exit to use. */ 317 if (setjmp(jerr.setjmp_buffer)) { 396 * so as to simplify the setjmp error logic above. (Actually, I don' [all...] |
/external/bluetooth/bluez/compat/ |
msdun.c | 36 #include <setjmp.h>
|
/external/e2fsprogs/lib/ss/ |
list_rqs.c | 15 #include <setjmp.h>
|