Searched refs:sigill_return (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ | ||
| H A D | sis_memcpy.c | 852 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 D | xgi_memcpy.c | 961 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