HomeSort by: relevance | last modified time | path
    Searched refs:setjmp (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
mysetjmp.h 48 #define setjmp gl_setjmp macro
53 #include <setjmp.h>
81 return setjmp( j->buf );
  /xsrc/external/mit/MesaLib/dist/src/glx/tests/
query_renderer_unittest.cpp 25 #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(jmp) == 0)
    [all...]
query_renderer_implementation_unittest.cpp 25 #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/MesaLib.old/dist/src/glx/tests/
query_renderer_unittest.cpp 25 #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(jmp) == 0)
    [all...]
query_renderer_implementation_unittest.cpp 25 #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/libXt/dist/test/
Alloc.c 37 #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_env) == 0)
    [all...]
Event.c 28 #include <setjmp.h>
  /xsrc/external/mit/freetype/dist/include/freetype/config/
ftstdlib.h 156 #include <setjmp.h>
163 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
  /xsrc/external/mit/pixman/dist/pixman/
pixman-ppc.c 130 #include <setjmp.h>
152 jmp_result = setjmp (jump_env);
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winclipboard.h 45 #include <setjmp.h>
winclipboardthread.c 126 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/
xcalc.h 54 #include <setjmp.h>
  /xsrc/external/mit/libXmu/dist/test/
StrToShap.c 30 #include <setjmp.h>
54 /* Environment saved by setjmp() */
119 if (setjmp(jmp_env) == 0) {
175 if (setjmp(jmp_env) == 0) {
StrToGrav.c 29 #include <setjmp.h>
66 /* Environment saved by setjmp() */
176 if (setjmp(jmp_env) == 0) {
reallocarray.c 35 #include <setjmp.h>
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
gl_spirv.c 241 if (setjmp(b->fail_jump)) {
  /xsrc/external/mit/libXpm/dist/test/
TestAllFiles.h 28 #include <setjmp.h>
  /xsrc/external/mit/xdm/dist/include/
dm.h 54 # include <setjmp.h>
58 # include <setjmp.h>
491 # define Setjmp(e) setjmp(e)
495 # define Setjmp(e) sigsetjmp(e,1)
  /xsrc/external/mit/glu/dist/src/libtess/
tess.h 39 #include <setjmp.h>
tess.c 38 #include <setjmp.h>
504 if (setjmp(tess->env) != 0) {
  /xsrc/external/mit/xtrans/dist/
Xtransutil.c 308 #include <setjmp.h>
388 if (setjmp(env) == 0) {
  /xsrc/external/mit/xedit/dist/lisp/
private.h 42 #include <setjmp.h>
45 #include <setjmp.h>
  /xsrc/external/mit/MesaLib.old/dist/src/util/
u_cpu_detect.c 46 #include <setjmp.h>
133 if (setjmp(__lv_powerpc_jmpbuf)) {
  /xsrc/external/mit/xinit/dist/
xinit.c 43 #include <setjmp.h>
610 if (! setjmp(close_env)) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_private.h 31 #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

Completed in 28 milliseconds

1 2 3