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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wordsize.h 4 # define __WORDSIZE 64
7 # define __WORDSIZE 32
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wordsize.h 4 # define __WORDSIZE 64
7 # define __WORDSIZE 32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
wordsize.h 4 # define __WORDSIZE 64
7 # define __WORDSIZE 32
  /external/linux-tools-perf/util/include/linux/
bitops.h 14 #define __WORDSIZE 32
19 #define BITS_PER_LONG __WORDSIZE
  /external/compiler-rt/lib/asan/tests/
asan_test_utils.h 35 #ifndef __WORDSIZE
37 #define __WORDSIZE 64
39 #define __WORDSIZE 32
  /external/valgrind/tsan/
ts_util.h 72 // __WORDSIZE is GLibC-specific. Get it from Valgrind if needed.
73 #if !defined(__WORDSIZE)
75 #define __WORDSIZE 32
77 #define __WORDSIZE 64
79 #endif // TS_VALGRIND && !__WORDSIZE
389 #if defined(VGP_arm_linux) && __WORDSIZE == 64
391 #elif defined(VGP_arm_linux) && __WORDSIZE == 32
393 #elif defined(__GNUC__) && __WORDSIZE == 64
396 #elif defined(__GNUC__) && __WORDSIZE == 32
  /external/compiler-rt/lib/asan/
asan_internal.h 45 # include <stdint.h> // for __WORDSIZE
55 // If __WORDSIZE was undefined by the platform, define it in terms of the
57 #ifndef __WORDSIZE
59 #define __WORDSIZE 64
61 #define __WORDSIZE 32
67 #if __WORDSIZE == 64
73 #endif // __WORDSIZE == 64
287 const size_t kWordSize = __WORDSIZE / 8;

Completed in 269 milliseconds