HomeSort by relevance Sort by last modified time
    Searched full:setjmp (Results 176 - 200 of 995) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyfpe.h 113 * setjmp from corrupting their values. Some current implementations seem
114 * to be more restrictive. For example, the HPUX man page for setjmp says
116 * Upon the return from a setjmp() call caused by a longjmp(), the
118 * from which setjmp() was called are undefined. Code which depends on
130 #include <setjmp.h>
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
  /bionic/libc/bionic/
setjmp_cookie.cpp 61 __libc_fatal("setjmp cookie mismatch");
68 __libc_fatal("setjmp checksum mismatch");
sigsetmask.c 30 /* called from setjmp assembly fragment */
  /external/clang/test/Sema/
implicit-builtin-decl.c 59 void longjmp(); // expected-warning{{declaration of built-in function 'longjmp' requires inclusion of the header <setjmp.h>}}
64 void sigsetjmp(struct __jmp_buf_tag[1], int); // expected-warning{{declaration of built-in function 'sigsetjmp' requires inclusion of the header <setjmp.h>}}
  /external/freetype/include/config/
ftstdlib.h 154 #include <setjmp.h>
161 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/config/
ftstdlib.h 155 #include <setjmp.h>
162 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
  /external/llvm/test/CodeGen/PowerPC/
sj-ctr-loop.ll 33 %0 = call i32 @llvm.eh.sjlj.setjmp(i8* bitcast ([1 x %struct.__jmp_buf_tag.1.15.17.21.25.49.53.55]* @env_sigill to i8*))
48 declare i32 @llvm.eh.sjlj.setjmp(i8*) #0
  /external/llvm/test/Transforms/SafeStack/
setjmp2.ll 10 ; setjmp/longjmp test with dynamically sized array.
31 ; CHECK: setjmp
  /external/pdfium/third_party/freetype/include/freetype/config/
ftstdlib.h 155 #include <setjmp.h>
162 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
  /external/valgrind/none/tests/linux/
pthread-stack.c 16 #include <setjmp.h>
49 if (setjmp(goback)) {
  /external/valgrind/none/tests/solaris/
pthread-stack.c 12 #include <setjmp.h>
48 if (setjmp(goback))
  /frameworks/av/cmds/stagefright/
jpeg.cpp 18 #include <setjmp.h>
54 if (setjmp(sf_err.longjmp_buffer)) {
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftstdlib.h 154 #include <setjmp.h>
161 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
  /toolchain/binutils/binutils-2.25/opcodes/
sysdep.h 60 It is faster than setjmp/longjmp on systems where the signal mask is
69 #define OPCODES_SIGSETJMP(buf) setjmp(buf)
  /external/libpng/contrib/gregbook/
writepng.c 60 #include "png.h" /* libpng header, includes setjmp.h */
105 /* setjmp() must be called in every function that calls a PNG-writing
111 if (setjmp(mainprog_ptr->jmpbuf)) {
265 /* as always, setjmp() must be called in every function that calls a
268 if (setjmp(mainprog_ptr->jmpbuf)) {
303 /* as always, setjmp() must be called in every function that calls a
306 if (setjmp(mainprog_ptr->jmpbuf)) {
333 /* as always, setjmp() must be called in every function that calls a
336 if (setjmp(mainprog_ptr->jmpbuf)) {
377 * setjmp() and longjmp() are called from the same code, they ar
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 7 #include <setjmp.h>
269 if (setjmp(mark) == -1) {
282 if (setjmp(mark) == -1) {
366 if (setjmp(m_JmpBuf) == -1) {
374 if (setjmp(m_JmpBuf) == -1) {
482 if (setjmp(m_JmpBuf) == -1) {
500 if (setjmp(m_JmpBuf) == -1)
603 if (setjmp(p->m_JumpMark) == -1) {
647 if (setjmp(p->m_JumpMark) == -1) {
667 if (setjmp(p->m_JumpMark) == -1)
    [all...]
  /bionic/libc/arch-mips/
mips.mk 18 arch-mips/bionic/setjmp.S \
  /external/cmockery/cmockery_0_1_2/src/example/
allocate_module_test.c 18 #include <setjmp.h>
assert_macro_test.c 18 #include <setjmp.h>
  /external/libpng/
TODO 8 Remove setjmp/longjmp usage in favor of returning error codes.
  /external/libpng/contrib/conftest/
write.dfa 35 option SETJMP on
  /external/libpng/contrib/pngminim/decoder/
pngusr.dfa 36 option SETJMP on
  /external/libpng/contrib/pngminim/encoder/
pngusr.dfa 38 option SETJMP on
  /external/libpng/contrib/pngminim/preader/
pngusr.dfa 34 option SETJMP on
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_reader.cpp 21 #include <setjmp.h>
53 if (setjmp(mErrorManager.setjmp_buf)) {
125 if (setjmp(mErrorManager.setjmp_buf)) {
243 if (setjmp(mErrorManager.setjmp_buf)) {

Completed in 776 milliseconds

1 2 3 4 5 6 78 91011>>