Home
last modified time | relevance | path

Searched defs:jbuf (Results 1 – 8 of 8) sorted by relevance

/external/libunwind/tests/
Dtest-setjmp.c38 static jmp_buf jbuf; variable
43 raise_longjmp (jmp_buf jbuf, int i, int n) in raise_longjmp()
55 jmp_buf jbuf; in test_setjmp() local
87 raise_siglongjmp (sigjmp_buf jbuf, int i, int n) in raise_siglongjmp()
98 sigjmp_buf jbuf; in test_sigsetjmp() local
/external/libunwind_llvm/src/
DUnwind-sjlj.c53 void *jbuf[]; member
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c125 #define SETJMP(jbuf) setjmp(jbuf) argument
126 #define LONGJMP(jbuf,code) longjmp(jbuf,code) argument
Dtif_ojpeg.c152 #define SETJMP(jbuf) setjmp(jbuf) argument
153 #define LONGJMP(jbuf,code) longjmp(jbuf,code) argument
/external/opencv3/3rdparty/libtiff/
Dtif_jpeg.c117 #define SETJMP(jbuf) setjmp(jbuf) argument
118 #define LONGJMP(jbuf,code) longjmp(jbuf,code) argument
Dtif_ojpeg.c152 #define SETJMP(jbuf) setjmp(jbuf) argument
153 #define LONGJMP(jbuf,code) longjmp(jbuf,code) argument
/external/mksh/src/
Dmain.c107 sigjmp_buf jbuf; in rndsetup() member
Dsh.h737 #define kshsetjmp(jbuf) _setjmp(jbuf) argument
741 #define kshsetjmp(jbuf) sigsetjmp((jbuf), 0) argument
760 kshjmp_buf jbuf; /* long jump back to env creator */ member