HomeSort by relevance Sort by last modified time
    Searched refs:longjmp (Results 76 - 100 of 222) sorted by null

1 2 34 5 6 7 8 9

  /external/ltp/testcases/kernel/syscalls/stat/
stat06.c 360 longjmp(sig11_recover, 1);
  /external/mesa3d/src/glx/tests/
query_renderer_implementation_unittest.cpp 52 longjmp(jmp, 1);
  /external/python/cpython2/Modules/
fpectlmodule.c 283 longjmp(PyFPE_jbuf, 1);
  /external/python/cpython3/Modules/
fpectlmodule.c 244 longjmp(PyFPE_jbuf, 1);
  /external/syslinux/gpxe/src/arch/i386/core/
aout_loader.c 141 longjmp(restart_etherboot, -2);
wince_loader.c 211 longjmp(restart_etherboot, -2);
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
main2.c 86 longjmp(jmp, signo);
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
main4.c 67 longjmp(jmp, signo);
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
main2.c 86 longjmp(jmp, signo);
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
main4.c 67 longjmp(jmp, signo);
  /device/linaro/bootloader/edk2/StdLib/LibC/
LibC.inf 40 Main/longjmp.c
  /external/zlib/src/contrib/blast/
blast.c 33 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
81 if (s->left == 0) longjmp(s->env, 1); /* out of input */
165 if (s->left == 0) longjmp(s->env, 1); /* out of input */
408 if (setjmp(s.env) != 0) /* if came back here via longjmp(), */
  /external/zlib/src/contrib/puff/
puff.c 40 * - Add input size and checking, using longjmp() to
82 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
134 longjmp(s->env, 1); /* out of input */
299 longjmp(s->env, 1); /* out of input */
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/puff/
puff.c 40 * - Add input size and checking, using longjmp() to
82 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
134 longjmp(s->env, 1); /* out of input */
299 longjmp(s->env, 1); /* out of input */
    [all...]
  /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 );
  /bionic/libc/arch-mips/bionic/
setjmp.S 191 * GPOFF and FRAMESIZE must be the same for all setjmp/longjmp routines
415 ALIAS_SYMBOL(longjmp, siglongjmp)
416 __BIONIC_WEAK_ASM_FOR_NATIVE_BRIDGE(longjmp)
  /external/oj-libjdwp/src/share/back/
SDE.c 32 /* use setjmp/longjmp versions that do not save/restore the signal mask */
34 #define longjmp _longjmp macro
300 longjmp(jmp_buf_env, 1); /* abort parse */
  /device/generic/goldfish/camera/jpeg-stub/
Compressor.cpp 184 // object create a local scope that does not include the longjmp call,
185 // that ensures the object is destroyed before longjmp is called.
196 longjmp(errorManager->mJumpBuffer, 1);
  /device/google/cuttlefish_common/guest/hals/camera/
Compressor.cpp 184 // object create a local scope that does not include the longjmp call,
185 // that ensures the object is destroyed before longjmp is called.
196 longjmp(errorManager->mJumpBuffer, 1);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
AParser.h 90 /* Note: zzGUESS_DONE does not execute longjmp() */
190 longjmp(guess_start.state, 1); } // MR9
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
AParser.h 90 /* Note: zzGUESS_DONE does not execute longjmp() */
190 longjmp(guess_start.state, 1); } // MR9
  /external/libpng/contrib/gregbook/
readpng2.c 132 * but compatible error handlers must either use longjmp() themselves
188 /* returns 0 for success, 2 for libpng (longjmp) problem */
230 * longjmp() ourselves, or return control to libpng, which doesn't want
497 * setjmp() and longjmp() are called from the same code, they are
520 longjmp(mainprog_ptr->jmpbuf, 1);
writepng.c 107 * but compatible error handlers must either use longjmp() themselves
257 /* returns 0 for success, 2 for libpng (longjmp) problem */
377 * setjmp() and longjmp() are called from the same code, they are
400 longjmp(mainprog_ptr->jmpbuf, 1);
  /external/libunwind/tests/
test-setjmp.c 24 /* The setjmp()/longjmp(), sigsetjmp()/siglongjmp(). */
48 longjmp (jbuf, n);
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 69 longjmp(JumpBuffer, 1);
184 // longjmp, which means the HandleCrash function never returns.
185 llvm_unreachable("Handled the crash, should have longjmp'ed out of here");

Completed in 458 milliseconds

1 2 34 5 6 7 8 9