Home
last modified time | relevance | path

Searched refs:__WORDSIZE (Results 1 – 3 of 3) 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/libhidl/base/include/hidl/
DMQDescriptor.h119 if (kAlignmentSize % __WORDSIZE != 0) { in alignToWordBoundary()