/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/ |
SDL_cpuinfo.c | 33 #include <setjmp.h> 372 if ( setjmp(jmpbuf) == 0 ) {
|
/external/qemu/ |
loadpng.c | 52 if(setjmp(png_jmpbuf(p))) { 185 if(setjmp(png_jmpbuf(p))) {
|
/external/valgrind/main/none/tests/ppc64/ |
twi_tdi.c | 4 #include <setjmp.h> 21 if (setjmp(env_sigtrap)) {
|
/external/valgrind/main/tests/ |
s390x_features.c | 3 #include <setjmp.h> 52 if (setjmp(env)) {
|
/external/zlib/src/contrib/blast/ |
blast.c | 29 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */ 398 if (setjmp(s.env) != 0) /* if came back here via longjmp(), */
|
/system/core/sh/ |
trap.c | 438 if (setjmp(loc1.loc)) { 441 if (setjmp(loc2.loc)) {
|
main.c | 95 * commands. The setjmp call sets up the location to jump to when an 112 if (setjmp(jmploc.loc)) {
|
/system/extras/tests/bionic/libc/other/ |
test_jpeg.c | 40 #include <setjmp.h> 159 if (setjmp(errmgr.jumper) != 0) {
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_solaris.h | 485 #include <setjmp.h> 542 (void) setjmp(context); \ 550 if (!setjmp(CONTEXT(_thread))) { \ 618 if (setjmp(CONTEXT(_thread))) _main(); \ 623 if (!setjmp(CONTEXT(_thread))) { \
|
_irix.h | 121 #include <setjmp.h> 332 (void) setjmp(jb); \ 349 if (!setjmp(_thread->md.jb)) { \
|
_hpux.h | 93 #include <setjmp.h>
|
_macos.h | 64 #include <setjmp.h> 276 (void) setjmp(jb); \ 291 (void) setjmp(jb); \ 310 if (!setjmp(_thread->md.jb)) { \
|
_openbsd.h | 83 #include <setjmp.h>
|
_scoos.h | 76 #include <setjmp.h>
|
/bionic/libc/arch-mips/bionic/ |
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/chromium_org/ui/gfx/codec/ |
jpeg_codec.cc | 7 #include <setjmp.h> 39 // Return control to the setjmp point. 221 // Establish the setjmp return context for ErrorExit to use. 222 if (setjmp(errmgr.setjmp_buffer)) { 473 // Establish the setjmp return context for ErrorExit to use. 474 if (setjmp(errmgr.setjmp_buffer)) {
|
/external/iputils/ |
tftpd.c | 62 #include <setjmp.h> 369 (void) setjmp(timeoutbuf); 435 (void) setjmp(timeoutbuf);
|
/external/llvm/lib/CodeGen/ |
IntrinsicLowering.cpp | 87 // VisualStudio defines setjmp as _setjmp 88 #if defined(_MSC_VER) && defined(setjmp) && \ 90 # pragma push_macro("setjmp") 91 # undef setjmp macro 101 case Intrinsic::setjmp: 102 EnsureFunctionExists(M, "setjmp", I->arg_begin(), I->arg_end(), 363 // The setjmp/longjmp intrinsics should only exist in the code if it was 366 // convert the call to an explicit setjmp or longjmp call. 367 case Intrinsic::setjmp: { 368 Value *V = ReplaceCallWith("setjmp", CI, CS.arg_begin(), CS.arg_end() [all...] |
/frameworks/native/cmds/screenshot/ |
screenshot.c | 55 if (setjmp(png_jmpbuf(png))) { 56 ALOGE("failed png setjmp\n");
|
/system/extras/ext4_utils/ |
ext4_utils.h | 38 #include <setjmp.h>
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
read_pwd.c | 92 #include <setjmp.h> 282 if (setjmp(save))
|
/external/libpng/contrib/gregbook/ |
readpng2.c | 59 #include "png.h" /* libpng header; includes zlib.h and setjmp.h */ 195 /* setjmp() must be called in every function that calls a PNG-reading 200 if (setjmp(mainprog_ptr->jmpbuf)) { 357 /* setjmp() must be called in every function that calls a PNG-reading 360 if (setjmp(mainprog_ptr->jmpbuf)) { 386 /* setjmp() doesn't make sense here, because we'd either have to exit(), 631 * setjmp() and longjmp() are called from the same code, they are
|
/external/opencv/otherlibs/highgui/ |
grfmt_pxm.cpp | 148 if( setjmp( m_strm.JmpBuf()) == 0 ) 230 if( setjmp( m_strm.JmpBuf()) == 0 )
|
grfmt_sunras.cpp | 100 if( setjmp( m_strm.JmpBuf()) == 0 ) 199 if( setjmp( m_strm.JmpBuf()) == 0 )
|
/external/openssl/crypto/des/ |
read_pwd.c | 92 #include <setjmp.h> 282 if (setjmp(save))
|