Home
last modified time | relevance | path

Searched refs:_JBLEN (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dsetjmp.h44 #define _JBLEN 95 /* size, in longs (or long longs), of a jmp_buf */ macro
55 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];
/f-stack/freebsd/x86/include/
H A Dsetjmp.h39 #define _JBLEN 12 /* Size of the jmp_buf on AMD64. */ macro
47 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1];
50 typedef struct _jmp_buf { long _jb[_JBLEN]; } jmp_buf[1];
/f-stack/freebsd/arm64/include/
H A Dsetjmp.h51 #define _JBLEN 31 macro
67 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];
/f-stack/freebsd/arm/include/
H A Dsetjmp.h11 #define _JBLEN 64 /* size, in longs, of a jmp_buf */ macro
101 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1];
104 typedef struct _jmp_buf { int _jb[_JBLEN + 1]; } jmp_buf[1];