Searched refs:jmp_env (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXt/dist/test/
H A DAlloc.c111 static jmp_buf jmp_env; variable in typeref:typename:jmp_buf
122 longjmp(jmp_env, 1);
209 if (setjmp(jmp_env) == 0) {
238 if (setjmp(jmp_env) == 0) {
250 if (setjmp(jmp_env) == 0) {
262 if (setjmp(jmp_env) == 0) {
352 if (setjmp(jmp_env) == 0) {
379 if (setjmp(jmp_env) == 0) {
391 if (setjmp(jmp_env) == 0) {
404 if (setjmp(jmp_env)
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Ddisasm-a3xx.c567 static jmp_buf jmp_env; variable in typeref:typename:jmp_buf
575 longjmp(jmp_env, 1);
582 if (setjmp(jmp_env) == 0) { \

Completed in 4 milliseconds