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

<<111213

  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 1032 longjmp(state.gotcha, ret);
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/ImageMagick/coders/
jpeg.c 338 longjmp(error_manager->error_recovery,1);
    [all...]
png.c 468 setjmp/longjmp is claimed to be safe on these platforms:
469 setjmp/longjmp is alleged to be unsafe on these platforms:
    [all...]
  /external/libjpeg-turbo/
turbojpeg.c 71 longjmp(myerr->setjmp_buffer, 1);
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 906 /* Valid longjmp (stop) codes are: */
    [all...]
  /external/libpng/
png.c 286 /* Temporarily fake out the longjmp information until we have
293 create_struct.longjmp_fn = longjmp;
326 /* A longjmp because of a bug in the application storage allocator or a
    [all...]
  /external/mksh/src/
Build.sh 782 add_cppflags -D_setjmp=setjmp -D_longjmp=longjmp
    [all...]
  /external/pdfium/third_party/libpng16/
png.c 286 /* Temporarily fake out the longjmp information until we have
293 create_struct.longjmp_fn = longjmp;
326 /* A longjmp because of a bug in the application storage allocator or a
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 126 #define LONGJMP(jbuf,code) longjmp(jbuf,code)
209 * We use setjmp/longjmp to return control to libtiff
229 LONGJMP(sp->exit_jmpbuf, 1); /* return to libtiff caller */
    [all...]
tif_ojpeg.c 137 * SETJMP, LONGJMP, JMP_BUF: On some machines/environments a longjump equivalent is
153 #define LONGJMP(jbuf,code) longjmp(jbuf,code)
    [all...]
  /external/skia/third_party/libpng/
png.c 286 /* Temporarily fake out the longjmp information until we have
293 create_struct.longjmp_fn = longjmp;
326 /* A longjmp because of a bug in the application storage allocator or a
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
intrin.h 435 __MACHINEZ(void __cdecl longjmp(jmp_buf,int))
    [all...]
  /external/libpcap/
gencode.c 282 * As errors are handled by a longjmp, anything allocated must
283 * be freed in the longjmp handler, so it must be reachable
447 longjmp(cstate->top_ctx, 1);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]
  /external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
Intrinsics.gen 70 eh_sjlj_longjmp, // llvm.eh.sjlj.longjmp
113 longjmp, // llvm.longjmp
    [all...]
  /external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
Intrinsics.gen 70 eh_sjlj_longjmp, // llvm.eh.sjlj.longjmp
113 longjmp, // llvm.longjmp
    [all...]
  /external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
Intrinsics.gen 61 eh_sjlj_longjmp, // llvm.eh.sjlj.longjmp
104 longjmp, // llvm.longjmp
    [all...]
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
Intrinsics.gen 70 eh_sjlj_longjmp, // llvm.eh.sjlj.longjmp
113 longjmp, // llvm.longjmp
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Intrinsics.gen 61 eh_sjlj_longjmp, // llvm.eh.sjlj.longjmp
109 longjmp, // llvm.longjmp
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Intrinsics.gen 61 eh_sjlj_longjmp, // llvm.eh.sjlj.longjmp
109 longjmp, // llvm.longjmp
    [all...]
  /external/cmockery/cmockery_0_1_2/
configure     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1446 milliseconds

<<111213