Searched refs:jbuf (Results 1 - 12 of 12) sorted by relevance

/external/libunwind/tests/
H A Dtest-setjmp.c38 static jmp_buf jbuf; variable
43 raise_longjmp (jmp_buf jbuf, int i, int n) argument
46 raise_longjmp (jbuf, i + 1, n);
48 longjmp (jbuf, n);
55 jmp_buf jbuf; local
60 if ((ret = setjmp (jbuf)))
77 raise_longjmp (jbuf, 0, i + 1);
87 raise_siglongjmp (sigjmp_buf jbuf, int i, int n) argument
90 raise_siglongjmp (jbuf, i + 1, n);
92 siglongjmp (jbuf,
98 sigjmp_buf jbuf; local
[all...]
/external/libunwind_llvm/src/
H A DUnwind-sjlj.c53 void *jbuf[]; member in struct:_Unwind_FunctionContext
172 exception_object, c->jbuf[1]);
176 __builtin_longjmp(c->jbuf, 1);
248 __builtin_longjmp(c->jbuf, 1);
463 return (uintptr_t) ufc->jbuf[2];
/external/mksh/src/
H A Dmain.c107 sigjmp_buf jbuf; member in struct:__anon14785
128 sigsetjmp(bufptr->jbuf, 1);
682 if ((i = kshsetjmp(e->jbuf))) {
757 switch ((i = kshsetjmp(e->jbuf))) {
900 kshlongjmp(e->jbuf, i);
H A Dexec.c236 if ((i = kshsetjmp(e->jbuf))) {
341 while ((i = kshsetjmp(e->jbuf))) {
376 while ((i = kshsetjmp(e->jbuf))) {
807 if (!(i = kshsetjmp(e->jbuf))) {
1548 if (kshsetjmp(e->jbuf)) {
H A Dsh.h737 #define kshsetjmp(jbuf) _setjmp(jbuf)
741 #define kshsetjmp(jbuf) sigsetjmp((jbuf), 0)
760 kshjmp_buf jbuf; /* long jump back to env creator */ member in struct:env
774 /* # indicates env has valid jbuf (see unwind()) */
786 /* values for kshlongjmp(e->jbuf, i) */
H A Dexpr.c213 if ((i = kshsetjmp(e->jbuf))) {
H A Deval.c1836 if (!kshsetjmp(e->jbuf))
H A Dlex.c1492 if (kshsetjmp(e->jbuf)) {
/external/opencv3/3rdparty/libtiff/
H A Dtif_jpeg.c117 #define SETJMP(jbuf) setjmp(jbuf)
118 #define LONGJMP(jbuf,code) longjmp(jbuf,code)
H A Dtif_ojpeg.c152 #define SETJMP(jbuf) setjmp(jbuf)
153 #define LONGJMP(jbuf,code) longjmp(jbuf,code)
/external/pdfium/third_party/libtiff/
H A Dtif_jpeg.c125 #define SETJMP(jbuf) setjmp(jbuf)
126 #define LONGJMP(jbuf,code) longjmp(jbuf,code)
H A Dtif_ojpeg.c152 #define SETJMP(jbuf) setjmp(jbuf)
153 #define LONGJMP(jbuf,code) longjmp(jbuf,code)

Completed in 324 milliseconds