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

/darwin-on-arm/xnu/bsd/i386/
H A Dsetjmp.h41 * _JBLEN is number of ints required to save the following:
46 #define _JBLEN ((9 * 2) + 3 + 16) macro
47 typedef int jmp_buf[_JBLEN];
48 typedef int sigjmp_buf[_JBLEN + 1];
53 * _JBLEN is number of ints required to save the following:
65 #define _JBLEN ((sizeof(struct sigcontext)) / sizeof(int)) macro
66 typedef int sigjmp_buf[_JBLEN+1];
68 #define _JBLEN (18) macro
69 typedef int jmp_buf[_JBLEN];
70 typedef int sigjmp_buf[_JBLEN
[all...]
/darwin-on-arm/xnu/bsd/arm/
H A Dsetjmp.h17 * _JBLEN is number of ints required to save the following:
22 #define _JBLEN (10 + 16 + 2) macro
23 #define _JBLEN_MAX _JBLEN
25 typedef int jmp_buf[_JBLEN];
26 typedef int sigjmp_buf[_JBLEN + 1];

Completed in 35 milliseconds