Searched refs:__WORDSIZE (Results 1 – 3 of 3) sorted by relevance
22 #ifndef __WORDSIZE23 #define __WORDSIZE (__SIZEOF_LONG__ * 8) macro26 #define BITS_PER_LONG __WORDSIZE
8 #ifndef __WORDSIZE9 #define __WORDSIZE (__SIZEOF_LONG__ * 8) macro12 #define BITS_PER_LONG __WORDSIZE
119 if (kAlignmentSize % __WORDSIZE != 0) { in alignToWordBoundary()