Searched refs:__WORDSIZE (Results 1 – 6 of 6) sorted by relevance
7 #ifndef __WORDSIZE8 #define __WORDSIZE (__SIZEOF_LONG__ * 8) macro12 # 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…
37 #define BITS_PER_LONG __WORDSIZE
23 return (h * 11400714819323198485llu) >> (__WORDSIZE - bits); in hash_bits()
788 return __WORDSIZE; in test_user_bit_width()