Searched refs:_JBLEN (Results 1 – 4 of 4) sorted by relevance
44 #define _JBLEN 95 /* size, in longs (or long longs), of a jmp_buf */ macro55 typedef struct _sigjmp_buf { long long _sjb[_JBLEN + 1]; } sigjmp_buf[1];57 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1];62 typedef struct _jmp_buf { long long _jb[_JBLEN + 1]; } jmp_buf[1];64 typedef struct _jmp_buf { long _jb[_JBLEN + 1]; } jmp_buf[1];
39 #define _JBLEN 12 /* Size of the jmp_buf on AMD64. */ macro47 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1];50 typedef struct _jmp_buf { long _jb[_JBLEN]; } jmp_buf[1];
51 #define _JBLEN 31 macro67 typedef struct _sigjmp_buf { __int128_t _sjb[_JBLEN + 1]; } sigjmp_buf[1];70 typedef struct _jmp_buf { __int128_t _jb[_JBLEN + 1]; } jmp_buf[1];
11 #define _JBLEN 64 /* size, in longs, of a jmp_buf */ macro101 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1];104 typedef struct _jmp_buf { int _jb[_JBLEN + 1]; } jmp_buf[1];