HomeSort by relevance Sort by last modified time
    Searched refs:longjmp (Results 176 - 200 of 304) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
sorcerer.h 83 #define _GUESS_FAIL longjmp(_parser->startofguess.state, 1)
  /external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_annotation.cc 32 longjmp(env, 1);
  /external/e2fsprogs/lib/ss/
listen.c 46 longjmp(listen_jmpb, 1);
  /external/e2fsprogs/misc/
util.c 87 longjmp(alarm_env, 1);
  /external/expat/tests/
minicheck.c 168 longjmp(env, 1);
  /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/pdfium/core/fxcodec/codec/
ccodec_bmpmodule.cpp 32 longjmp(bmp_ptr->jmpbuf, 1);
  /external/python/cpython2/Modules/
fpectlmodule.c 283 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/testcshared/
main4.c 67 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/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 );
  /external/pdfium/samples/
image_diff_png.cc 165 longjmp(png_jmpbuf(png_ptr), 1);
246 longjmp(png_jmpbuf(png_ptr), 1);
  /bionic/libc/arch-arm/bionic/
setjmp.S 264 ALIAS_SYMBOL(longjmp, siglongjmp)
  /bionic/libc/arch-arm64/bionic/
setjmp.S 258 ALIAS_SYMBOL(longjmp, siglongjmp)
  /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/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 131 * but compatible error handlers must either use longjmp() themselves
187 /* returns 0 for success, 2 for libpng (longjmp) problem */
229 * longjmp() ourselves, or return control to libpng, which doesn't want
496 * setjmp() and longjmp() are called from the same code, they are
519 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);

Completed in 1631 milliseconds

1 2 3 4 5 6 78 91011>>