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

  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 118 #define LONGJMP(jbuf,code) longjmp(jbuf,code)
201 * We use setjmp/longjmp to return control to libtiff
221 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/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...]

Completed in 52 milliseconds