HomeSort by relevance Sort by last modified time
    Searched refs:longjmp (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/clang/test/Sema/
implicit-builtin-decl.c 57 void longjmp(); // expected-warning{{declaration of built-in function 'longjmp' requires inclusion of the header <setjmp.h>}}
return.c 204 longjmp(test30_j, 1);
207 longjmp(test30_j, 2);
  /dalvik/vm/mterp/cstubs/
entry.cpp 26 /* We exit via a longjmp */
32 /* run until somebody longjmp()s out */
60 longjmp(*pJmpBuf, 1);
  /external/libpng/contrib/visupng/
cexcept.h 147 return, break, continue, goto, longjmp) is forbidden--the compiler
205 /* the calls to setjmp() and longjmp(). A wrapper struct is used to */
244 for (;; longjmp(*the_exception_context->penv, 1)) \
  /external/libvpx/vpx_mem/memory_manager/include/
hmm_cnfg.h 94 longjmp(HMM_UNIQUE(jmp_buf), 1); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
setjmp.h 82 extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
90 `longjmp' restores the mask; `_longjmp' is just an alias. */
99 or not `longjmp' will restore the signal mask. */
109 This is just an alias `longjmp'. */
  /system/core/sh/
error.h 116 #define longjmp(jmploc, val) _longjmp(jmploc, val) macro
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 20 longjmp (rec, 1); /* recover control */
  /bionic/libc/arch-arm/bionic/
setjmp.S 42 * C library -- setjmp, longjmp
44 * longjmp(a,v)
88 ENTRY(longjmp) function
142 END(longjmp)
  /bionic/libc/arch-x86/bionic/
setjmp.S 37 * C library -- setjmp, longjmp
39 * longjmp(a,v)
69 ENTRY(longjmp) function
  /external/freetype/include/freetype/config/
ftstdlib.h 160 #define ft_longjmp longjmp
  /bionic/libc/arch-sh/bionic/
setjmp.S 42 * C library -- setjmp, longjmp
44 * longjmp(a,v)
110 ENTRY(longjmp) function
167 SET_ENTRY_SIZE(longjmp)
  /system/extras/ext4_utils/
ext4_utils.h 53 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!force) longjmp(setjmp_env, EXIT_FAILURE); } while (0)
55 #define critical_error(fmt, args...) do { fprintf(stderr, "critical error: %s: " fmt "\n", __func__, ## args); longjmp(setjmp_env, EXIT_FAILURE); } while (0)
  /external/srec/srec/include/
c42mul.h 46 #define RETURN_ERROR(CODE) (rec->except_enabled ? longjmp(rec->except_buf, (CODE)) : SERVICE_ERROR(CODE))
  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 63 longjmp(JMPBUF(png), 1);
249 longjmp(JMPBUF(png), 1);
257 // in this case as soon as we longjmp().
262 longjmp(JMPBUF(png), 1);
341 longjmp(JMPBUF(m_reader->pngPtr()), 1);
  /external/jpeg/
example.c 239 * We use C's setjmp/longjmp facility to return control. This means that the
242 * longjmp(). But we need to make the setjmp buffer accessible to the
273 longjmp(myerr->setjmp_buffer, 1);
  /external/webkit/Source/WebCore/platform/image-encoders/
JPEGImageEncoder.cpp 83 longjmp(err->m_setjmpBuffer, -1);
  /external/libpng/
pngerror.c 293 longjmp(jmpbuf,1);
296 longjmp(png_ptr->jmpbuf, 1);
358 * method used in the default routine calls longjmp(png_ptr->jmpbuf, 1)
  /external/qemu/distrib/libpng-1.2.19/
pngerror.c 231 longjmp(jmpbuf, 1);
234 longjmp(png_ptr->jmpbuf, 1);
288 * method used in the default routine calls longjmp(png_ptr->jmpbuf, 1)
  /external/zlib/contrib/blast/
blast.c 27 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
75 if (s->left == 0) longjmp(s->env, 1); /* out of input */
159 if (s->left == 0) longjmp(s->env, 1); /* out of input */
396 if (setjmp(s.env) != 0) /* if came back here via longjmp(), */
  /external/e2fsprogs/lib/ss/
listen.c 45 longjmp(listen_jmpb, 1);
  /external/expat/tests/
minicheck.c 167 longjmp(env, 1);
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 51 longjmp(JumpBuffer, 1);
  /external/webkit/Source/WebCore/platform/image-encoders/skia/
JPEGImageEncoder.cpp 80 longjmp(*jumpBufferPtr, -1);
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 136 longjmp( m_jmp_buf, RBS_THROW_EOS );
464 longjmp( m_jmp_buf, RBS_THROW_FORB );
566 longjmp( m_jmp_buf, RBS_THROW_FORB );

Completed in 795 milliseconds

12 3 4