HomeSort by relevance Sort by last modified time
    Searched refs:setjmp (Results 301 - 325 of 332) sorted by null

<<11121314

  /external/dnsmasq/src/
option.c 20 #include <setjmp.h>
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 53 #include <setjmp.h>
    [all...]
  /external/libunwind/doc/
libunwind.tex 323 \SeeAlso{libunwind-setjmp(3)},
  /external/opencv3/3rdparty/libtiff/
tif_ojpeg.c 137 * SETJMP, LONGJMP, JMP_BUF: On some machines/environments a longjump equivalent is
139 * in place of plain setjmp. These macros will make it easier. It is useless
152 #define SETJMP(jbuf) setjmp(jbuf)
190 #include <setjmp.h>
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 45 #include <setjmp.h>
123 * in place of plain setjmp. These macros will make it easier.
125 #define SETJMP(jbuf) setjmp(jbuf)
209 * We use setjmp/longjmp to return control to libtiff
248 * primarily to limit side-effects from using setjmp.
252 #define CALLJPEG(sp, fail, op) (SETJMP((sp)->exit_jmpbuf) ? (fail) : (op))
    [all...]
tif_ojpeg.c 137 * SETJMP, LONGJMP, JMP_BUF: On some machines/environments a longjump equivalent is
139 * in place of plain setjmp. These macros will make it easier. It is useless
152 #define SETJMP(jbuf) setjmp(jbuf)
190 #include <setjmp.h>
    [all...]
  /art/runtime/
thread.h 25 #include <setjmp.h>
    [all...]
  /external/deqp/framework/qphelper/
qpTestLog.c 698 if (setjmp(png_jmpbuf(png)) == 0)
    [all...]
  /external/iputils/
ping6.c     [all...]
  /external/libpng/contrib/libtests/
makepng.c 785 if (setjmp(png_jmpbuf(png_ptr)))
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]
  /external/ppp/pppd/
main.c 83 #include <setjmp.h>
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 108 #include <setjmp.h> /* for jmpbuf declaration in readpng2.h */
    [all...]
  /external/mksh/src/
sh.h 81 #include <setjmp.h>
    [all...]
  /external/opencv3/3rdparty/libpng/
png.h 449 # include <setjmp.h>
    [all...]
  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.cpp 307 if (setjmp(jmp)) {
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 452 # include <setjmp.h>
    [all...]
  /external/libpng/
png.c 282 if (!setjmp(create_jmp_buf))
288 * setjmp() support compiled in, but it is safe - this stuff should
    [all...]
  /external/pdfium/third_party/lpng_v163/
png.c 271 if (!setjmp(create_jmp_buf))
275 * setjmp() support compiled in, but it is safe - this stuff should
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c     [all...]
  /system/vold/
cryptfs.c     [all...]
  /external/libpcap/
gencode.c 63 #include <setjmp.h>
469 if (setjmp(top_ctx)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c     [all...]

Completed in 515 milliseconds

<<11121314