Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/linux/
Dbitops.h7 #ifndef __WORDSIZE
8 #define __WORDSIZE (__SIZEOF_LONG__ * 8) macro
12 # define BITS_PER_LONG __WORDSIZE
/Linux-v6.6/tools/include/asm-generic/
Dbitsperlong.h10 #define BITS_PER_LONG __WORDSIZE
/Linux-v6.6/include/linux/raid/
Dpq.h29 #define BITS_PER_LONG __WORDSIZE
/Linux-v6.6/tools/testing/selftests/net/
Dpsock_tpacket.c788 return __WORDSIZE; in test_user_bit_width()