OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_JBLEN
(Results
1 - 15
of
15
) sorted by null
/bionic/libc/arch-x86/include/machine/
setjmp.h
8
#define
_JBLEN
10 /* size, in longs, of a jmp_buf */
/development/ndk/platforms/android-9/arch-x86/include/machine/
setjmp.h
8
#define
_JBLEN
10 /* size, in longs, of a jmp_buf */
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/
setjmp.h
8
#define
_JBLEN
10 /* size, in longs, of a jmp_buf */
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/
setjmp.h
8
#define
_JBLEN
10 /* size, in longs, of a jmp_buf */
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/machine/
setjmp.h
8
#define
_JBLEN
10 /* size, in longs, of a jmp_buf */
/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/arch-arm/include/machine/
setjmp.h
33
/*
_JBLEN
is the size of a jmp_buf in longs.
39
#define
_JBLEN
64
/bionic/libc/kernel/arch-sh/asm/
kgdb.h
33
#define
_JBLEN
9
34
typedef int jmp_buf[
_JBLEN
];
/development/ndk/platforms/android-3/arch-arm/include/machine/
setjmp.h
9
#define
_JBLEN
64 /* size, in longs, of a jmp_buf */
11
#define
_JBLEN
29 /* size, in longs, of a jmp_buf */
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/machine/
setjmp.h
9
#define
_JBLEN
64 /* size, in longs, of a jmp_buf */
11
#define
_JBLEN
29 /* size, in longs, of a jmp_buf */
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/machine/
setjmp.h
9
#define
_JBLEN
64 /* size, in longs, of a jmp_buf */
11
#define
_JBLEN
29 /* size, in longs, of a jmp_buf */
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/machine/
setjmp.h
9
#define
_JBLEN
64 /* size, in longs, of a jmp_buf */
11
#define
_JBLEN
29 /* size, in longs, of a jmp_buf */
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/machine/
setjmp.h
9
#define
_JBLEN
64 /* size, in longs, of a jmp_buf */
11
#define
_JBLEN
29 /* size, in longs, of a jmp_buf */
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/machine/
setjmp.h
9
#define
_JBLEN
64 /* size, in longs, of a jmp_buf */
11
#define
_JBLEN
29 /* size, in longs, of a jmp_buf */
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/machine/
setjmp.h
9
#define
_JBLEN
64 /* size, in longs, of a jmp_buf */
11
#define
_JBLEN
29 /* size, in longs, of a jmp_buf */
Completed in 176 milliseconds