HomeSort by relevance Sort by last modified time
    Searched refs:_JBLEN (Results 1 - 4 of 4) 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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 31 #define _JBLEN 16
55 #define _JBLEN 33
116 #define _JBLEN 16
146 #define _JBLEN 28
168 typedef _JBTYPE jmp_buf[_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 76 milliseconds