Searched refs:__WORDSIZE (Results 1 – 5 of 5) sorted by relevance
8 #ifndef __WORDSIZE9 #define __WORDSIZE (__SIZEOF_LONG__ * 8) macro13 # define BITS_PER_LONG __WORDSIZE
10 #define BITS_PER_LONG __WORDSIZE
81 CFLAGS ?= -g -DCONFIG_LOCKDEP -DCONFIG_STACKTRACE -DCONFIG_PROVE_LOCKING -DBITS_PER_LONG=__WORDSIZE…
41 #define BITS_PER_LONG __WORDSIZE
802 return __WORDSIZE; in test_user_bit_width()