Searched defs:jbuf (Results 1 – 8 of 8) sorted by relevance
/external/libunwind/tests/ |
D | test-setjmp.c | 38 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/ |
D | Unwind-sjlj.c | 53 void *jbuf[]; member
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 125 #define SETJMP(jbuf) setjmp(jbuf) argument 126 #define LONGJMP(jbuf,code) longjmp(jbuf,code) argument
|
D | tif_ojpeg.c | 152 #define SETJMP(jbuf) setjmp(jbuf) argument 153 #define LONGJMP(jbuf,code) longjmp(jbuf,code) argument
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_jpeg.c | 117 #define SETJMP(jbuf) setjmp(jbuf) argument 118 #define LONGJMP(jbuf,code) longjmp(jbuf,code) argument
|
D | tif_ojpeg.c | 152 #define SETJMP(jbuf) setjmp(jbuf) argument 153 #define LONGJMP(jbuf,code) longjmp(jbuf,code) argument
|
/external/mksh/src/ |
D | main.c | 107 sigjmp_buf jbuf; in rndsetup() member
|
D | sh.h | 737 #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
|