Searched refs:_JBLEN (Results 1 – 8 of 8) sorted by relevance
9 #define _JBLEN 25 /* size, in 8-byte longs, of a mips64 jmp_buf/sigjmp_buf */ macro11 #define _JBLEN 157 /* historical size, in 4-byte longs, of a mips32 jmp_buf */ macro
46 typedef long sigjmp_buf[_JBLEN + 1];47 typedef long jmp_buf[_JBLEN];
4 #define _JBLEN 11 /* size, in longs, of a jmp_buf */ macro
8 #define _JBLEN 10 /* size, in longs, of a jmp_buf */ macro
35 #define _JBLEN 64 macro
30 #define _JBLEN 32 macro
164 #if SC_TOTAL_LONGS > _JBLEN165 #error _JBLEN is too small