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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_memcpy.c852 static jmp_buf sigill_return; variable in typeref:typename:jmp_buf
856 longjmp(sigill_return, 1);
871 if(setjmp(sigill_return)) {
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_memcpy.c961 static jmp_buf sigill_return; variable in typeref:typename:jmp_buf
965 longjmp(sigill_return, 1);
981 if(setjmp(sigill_return)) {

Completed in 4 milliseconds