Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dsetjmp.h55 typedef struct _sigjmp_buf { long long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; member
57 typedef struct _sigjmp_buf { long _sjb[_JBLEN + 1]; } sigjmp_buf[1]; member
/f-stack/freebsd/x86/include/
H A Dsetjmp.h47 typedef struct _sigjmp_buf { long _sjb[_JBLEN]; } sigjmp_buf[1]; member
/f-stack/freebsd/arm64/include/
H A Dsetjmp.h67 typedef struct _sigjmp_buf { __int128_t _sjb[_JBLEN + 1]; } sigjmp_buf[1]; member
/f-stack/freebsd/arm/include/
H A Dsetjmp.h101 typedef struct _sigjmp_buf { int _sjb[_JBLEN + 1]; } sigjmp_buf[1]; member