HomeSort by relevance Sort by last modified time
    Searched defs:__WORDSIZE (Results 1 - 2 of 2) sorted by null

  /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
  /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 505 milliseconds