Searched refs:__WORDSIZE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/swig-12/Lib/
H A Dswigarch.i29 # if (__WORDSIZE == 32)
35 # if defined(__x86_64) || defined(__x86_64__) || (__WORDSIZE == 64)
47 #if (__WORDSIZE == 64) || (LONG_MAX != INT_MAX)
59 #if (__WORDSIZE == 32) || (LONG_MAX == INT_MAX)
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h17 #define __WORDSIZE 64 macro
19 #define __WORDSIZE 32 macro
128 #if __WORDSIZE == 64
136 #if __WORDSIZE == 64
149 #if __WORDSIZE == 64
161 #if __WORDSIZE == 64
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h10 #define __WORDSIZE 64 macro
12 #define __WORDSIZE 32 macro
123 #if __WORDSIZE == 64
131 #if __WORDSIZE == 64
144 #if __WORDSIZE == 64
152 #if __WORDSIZE == 64
/macosx-10.10.1/rsync-45/
H A Dconfig.h501 #define SIZEOF_LONG __WORDSIZE/8
/macosx-10.10.1/JavaScriptCore-7600.1.17/disassembler/udis86/
H A Dudis86_types.h51 # if defined(__GNU_LIBRARY__) && defined(__WORDSIZE) && (__WORDSIZE == 64)

Completed in 129 milliseconds