Searched refs:setjmp (Results 1 - 25 of 58) sorted by relevance

123

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmysetjmp.h48 #define setjmp gl_setjmp macro
53 #include <setjmp.h>
81 return setjmp( j->buf );
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dquery_renderer_unittest.cpp25 #include <setjmp.h>
137 if (setjmp(jmp) == 0) {
197 if (setjmp(jmp) == 0) {
217 if (setjmp(jmp) == 0) {
241 if (setjmp(jmp) == 0) {
264 if (setjmp(jmp) == 0) {
288 if (setjmp(jmp) == 0) {
352 if (setjmp(jmp) == 0) {
375 if (setjmp(jmp) == 0) {
402 if (setjmp(jm
[all...]
H A Dquery_renderer_implementation_unittest.cpp25 #include <setjmp.h>
173 if (setjmp(jmp) == 0) {
209 if (setjmp(jmp) == 0) {
239 if (setjmp(jmp) == 0) {
292 if (setjmp(jmp) == 0) {
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dquery_renderer_unittest.cpp25 #include <setjmp.h>
137 if (setjmp(jmp) == 0) {
196 if (setjmp(jmp) == 0) {
216 if (setjmp(jmp) == 0) {
240 if (setjmp(jmp) == 0) {
263 if (setjmp(jmp) == 0) {
287 if (setjmp(jmp) == 0) {
350 if (setjmp(jmp) == 0) {
373 if (setjmp(jmp) == 0) {
400 if (setjmp(jm
[all...]
H A Dquery_renderer_implementation_unittest.cpp25 #include <setjmp.h>
175 if (setjmp(jmp) == 0) {
211 if (setjmp(jmp) == 0) {
241 if (setjmp(jmp) == 0) {
294 if (setjmp(jmp) == 0) {
/xsrc/external/mit/libXt/dist/test/
H A DAlloc.c37 #include <setjmp.h>
110 /* Environment saved by setjmp() */
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_en
[all...]
H A DEvent.c28 #include <setjmp.h>
/xsrc/external/mit/freetype/dist/include/freetype/config/
H A Dftstdlib.h156 #include <setjmp.h>
163 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-ppc.c130 #include <setjmp.h>
152 jmp_result = setjmp (jump_env);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinclipboard.h45 #include <setjmp.h>
H A Dwinclipboardthread.c126 iReturn = setjmp (g_jmpEntry);
132 /* setjmp returned an unknown value, exit */
133 ErrorF ("winClipboardProc - setjmp returned: %d exiting\n",
140 ErrorF ("winClipboardProc - setjmp returned for IO Error Handler.\n");
/xsrc/external/mit/xcalc/dist/
H A Dxcalc.h54 #include <setjmp.h>
/xsrc/external/mit/libXpm/dist/test/
H A DTestAllFiles.h28 #include <setjmp.h>
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dgl_spirv.c241 if (setjmp(b->fail_jump)) {
/xsrc/external/mit/xdm/dist/include/
H A Ddm.h54 # include <setjmp.h>
58 # include <setjmp.h>
491 # define Setjmp(e) setjmp(e)
/xsrc/external/mit/glu/dist/src/libtess/
H A Dtess.h39 #include <setjmp.h>
H A Dtess.c38 #include <setjmp.h>
504 if (setjmp(tess->env) != 0) {
/xsrc/external/mit/xedit/dist/lisp/
H A Dprivate.h42 #include <setjmp.h>
45 #include <setjmp.h>
/xsrc/external/mit/xtrans/dist/
H A DXtransutil.c308 #include <setjmp.h>
388 if (setjmp(env) == 0) {
/xsrc/external/mit/xinit/dist/
H A Dxinit.c43 #include <setjmp.h>
610 if (! setjmp(close_env)) {
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_cpu_detect.c46 #include <setjmp.h>
133 if (setjmp(__lv_powerpc_jmpbuf)) {
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_memcpy.c849 #include <setjmp.h>
871 if(setjmp(sigill_return)) {
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_private.h31 #include <setjmp.h>
43 /* setjmp/longjmp is broken on MinGW: https://sourceforge.net/p/mingw-w64/bugs/406/ */
48 #define vtn_setjmp setjmp
73 * 1) We must guarantee that setjmp is called after allocating the builder
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Ddisasm-a3xx.c564 #include <setjmp.h>
582 if (setjmp(jmp_env) == 0) { \
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_cpu_detect.c51 #include <setjmp.h>
186 if (setjmp(__lv_powerpc_jmpbuf)) {

Completed in 18 milliseconds

123