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

/macosx-10.5.8/xnu-1228.15.4/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...]
/macosx-10.5.8/xnu-1228.15.4/bsd/ppc/
H A Dsetjmp.h61 * _JBLEN is number of ints required to save the following:
77 #define _JBLEN _JBLEN64 macro
79 #define _JBLEN _JBLEN32 macro
101 typedef int jmp_buf[_JBLEN];
102 typedef int sigjmp_buf[_JBLEN + 1];

Completed in 28 milliseconds