Home
last modified time | relevance | path

Searched refs:__WORDSIZE (Results 1 – 4 of 4) sorted by relevance

/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/
Dbitops.h22 #ifndef __WORDSIZE
23 #define __WORDSIZE (__SIZEOF_LONG__ * 8) macro
26 #define BITS_PER_LONG __WORDSIZE
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/
Dbitops.h8 #ifndef __WORDSIZE
9 #define __WORDSIZE (__SIZEOF_LONG__ * 8) macro
12 #define BITS_PER_LONG __WORDSIZE
/system/core/crash_reporter/
Duser_collector_test.cc407 #if __WORDSIZE == 32 in TEST_F()
409 #elif __WORDSIZE == 64 in TEST_F()
412 #error Unknown/unsupported value of __WORDSIZE. in TEST_F()
420 #if __WORDSIZE == 64 in TEST_F()
Duser_collector.cc291 #if __WORDSIZE == 64 in ValidateCoreFile()