Home
last modified time | relevance | path

Searched refs:jbuf (Results 1 – 12 of 12) 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() argument
46 raise_longjmp (jbuf, i + 1, n); in raise_longjmp()
48 longjmp (jbuf, n); in raise_longjmp()
55 jmp_buf jbuf; in test_setjmp() local
60 if ((ret = setjmp (jbuf))) in test_setjmp()
77 raise_longjmp (jbuf, 0, i + 1); in test_setjmp()
87 raise_siglongjmp (sigjmp_buf jbuf, int i, int n) in raise_siglongjmp() argument
90 raise_siglongjmp (jbuf, i + 1, n); in raise_siglongjmp()
92 siglongjmp (jbuf, n); in raise_siglongjmp()
[all …]
/external/libunwind_llvm/src/
DUnwind-sjlj.c53 void *jbuf[]; member
172 exception_object, c->jbuf[1]); in unwind_phase2()
176 __builtin_longjmp(c->jbuf, 1); in unwind_phase2()
248 __builtin_longjmp(c->jbuf, 1); in unwind_phase2_forced()
463 return (uintptr_t) ufc->jbuf[2]; in _Unwind_GetCFA()
/external/mksh/src/
Dmain.c107 sigjmp_buf jbuf; in rndsetup() member
128 sigsetjmp(bufptr->jbuf, 1); in rndsetup()
682 if ((i = kshsetjmp(e->jbuf))) { in include()
757 switch ((i = kshsetjmp(e->jbuf))) { in shell()
900 kshlongjmp(e->jbuf, i); in unwind()
Dexec.c236 if ((i = kshsetjmp(e->jbuf))) { in execute()
341 while ((i = kshsetjmp(e->jbuf))) { in execute()
376 while ((i = kshsetjmp(e->jbuf))) { in execute()
807 if (!(i = kshsetjmp(e->jbuf))) { in comexec()
1548 if (kshsetjmp(e->jbuf)) { in hereinval()
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
Dexpr.c213 if ((i = kshsetjmp(e->jbuf))) { in v_evaluate()
Dlex.c1492 if (kshsetjmp(e->jbuf)) { in set_prompt()
Deval.c1836 if (!kshsetjmp(e->jbuf)) in valsub()
/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/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