HomeSort by relevance Sort by last modified time
    Searched refs:__WORDSIZE (Results 1 - 25 of 39) sorted by null

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wordsize.h 4 # define __WORDSIZE 64
7 # define __WORDSIZE 32
a.out.h 7 #if __WORDSIZE == 64
ipctypes.h 30 # if __WORDSIZE == 32
elfclass.h 11 #define __ELF_NATIVE_CLASS __WORDSIZE
semaphore.h 26 #if __WORDSIZE == 64
setjmp.h 31 # if __WORDSIZE == 64
msq.h 42 #if __WORDSIZE == 32
46 #if __WORDSIZE == 32
50 #if __WORDSIZE == 32
stat.h 26 #if __WORDSIZE == 32
46 #if __WORDSIZE == 32
49 #if __WORDSIZE == 64 || !defined __USE_FILE_OFFSET64
54 #if __WORDSIZE == 32
63 #if __WORDSIZE == 64
67 #if __WORDSIZE == 32
70 #if __WORDSIZE == 64 || !defined __USE_FILE_OFFSET64
76 #if __WORDSIZE == 64 || !defined __USE_FILE_OFFSET64
102 #if __WORDSIZE == 64
119 #if __WORDSIZE == 6
    [all...]
environments.h 41 #if __WORDSIZE == 64
60 #else /* __WORDSIZE == 32 */
80 #endif /* __WORDSIZE == 32 */
mathdef.h 28 # if __WORDSIZE == 64 || (defined __FLT_EVAL_METHOD__ && __FLT_EVAL_METHOD__ == 0)
shm.h 55 #if __WORDSIZE == 32
59 #if __WORDSIZE == 32
63 #if __WORDSIZE == 32
pthreadtypes.h 25 #if __WORDSIZE == 64
60 #if __WORDSIZE == 64
83 #if __WORDSIZE == 64
89 #if __WORDSIZE == 64
152 # if __WORDSIZE == 64
220 #if __WORDSIZE == 32
types.h 43 #if __WORDSIZE == 64
52 #if __WORDSIZE == 64
81 WORD -- natural type of __WORDSIZE bits (int or long)
82 LONGWORD -- type of __WORDSIZE bits, traditionally long
105 #if __WORDSIZE == 32
117 #elif __WORDSIZE == 64
xopen_lim.h 137 # if __WORDSIZE == 64
utmp.h 40 #if __WORDSIZE == 64 && defined __WORDSIZE_COMPAT32
73 #if __WORDSIZE == 64 && defined __WORDSIZE_COMPAT32
fenv.h 85 #if __WORDSIZE == 64
utmpx.h 70 #if __WORDSIZE == 64 && defined __WORDSIZE_COMPAT32
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/gnu/
stubs.h 6 #if __WORDSIZE == 32
8 #elif __WORDSIZE == 64
11 # error "unexpected value for __WORDSIZE macro"
lib-names.h 9 #if __WORDSIZE == 32
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 40 # if __WORDSIZE == 64
55 #if __WORDSIZE == 64
69 #if __WORDSIZE == 64
80 #if __WORDSIZE == 64
92 #if __WORDSIZE == 64
105 #if __WORDSIZE == 64
118 #if __WORDSIZE == 64
134 #if __WORDSIZE == 64
149 # if __WORDSIZE == 64
197 # if __WORDSIZE == 6
    [all...]
limits.h 88 # if __WORDSIZE == 64
96 # if __WORDSIZE == 64
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
debugreg.h 80 #if __WORDSIZE == 64
reg.h 24 #if __WORDSIZE == 64
procfs.h 48 #if __WORDSIZE == 32
107 #if __WORDSIZE == 32
  /external/valgrind/tsan/
ts_util.h 65 // __WORDSIZE is GLibC-specific. Get it from Valgrind if needed.
66 #if !defined(__WORDSIZE)
68 #define __WORDSIZE 32
70 #define __WORDSIZE 64
72 #endif // TS_VALGRIND && !__WORDSIZE
367 #if defined(VGP_arm_linux) && __WORDSIZE == 64
369 #elif defined(VGP_arm_linux) && __WORDSIZE == 32
371 #elif defined(__GNUC__) && __WORDSIZE == 64
374 #elif defined(__GNUC__) && __WORDSIZE == 32

Completed in 986 milliseconds

1 2