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

/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/
H A 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/
H A Dbitops.h8 #ifndef __WORDSIZE
9 #define __WORDSIZE (__SIZEOF_LONG__ * 8) macro
12 #define BITS_PER_LONG __WORDSIZE
/system/core/crash_reporter/
H A Duser_collector_test.cc20 #include <sys/cdefs.h> // For __WORDSIZE
407 #if __WORDSIZE == 32
409 #elif __WORDSIZE == 64
412 #error Unknown/unsupported value of __WORDSIZE.
420 #if __WORDSIZE == 64
H A Duser_collector.cc25 #include <sys/cdefs.h> // For __WORDSIZE
291 #if __WORDSIZE == 64

Completed in 96 milliseconds