OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_JBLEN
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
2003-08-18-SigSetJmp.c
3
#define
_JBLEN
((9 * 2) + 3 + 16)
4
typedef int sigjmp_buf[
_JBLEN
+ 1];
/bionic/libc/include/
setjmp.h
46
#define
_JBLEN
32
48
#define
_JBLEN
64
50
#define
_JBLEN
10
53
#define
_JBLEN
25
55
#define
_JBLEN
157
58
#define
_JBLEN
11
61
typedef long sigjmp_buf[
_JBLEN
+ 1];
62
typedef long jmp_buf[
_JBLEN
];
64
#undef
_JBLEN
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
setjmp.h
93
#define
_JBLEN
0x200 /* Size in long XXX: Set to sizeof(mcontext_t)/sizeof(long) */
Completed in 78 milliseconds