HomeSort by relevance Sort by last modified time
    Searched refs:SETJMP (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
reg-notes.def 201 /* This kind of note is generated at each to `setjmp', and similar
203 REG_NOTE (SETJMP)
  /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...]
tif_jpeg.c 45 #include <setjmp.h>
115 * in place of plain setjmp. These macros will make it easier.
117 #define SETJMP(jbuf) setjmp(jbuf)
201 * We use setjmp/longjmp to return control to libtiff
240 * primarily to limit side-effects from using setjmp.
244 #define CALLJPEG(sp, fail, op) (SETJMP((sp)->exit_jmpbuf) ? (fail) : (op))
    [all...]
  /external/pdfium/third_party/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...]
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...]

Completed in 136 milliseconds