Searched defs:BITS_PER_TYPE (Results 1 – 2 of 2) sorted by relevance
/linux/tools/include/linux/ | ||
H A D | bitops.h | 17 #define BITS_PER_TYPE(type) (sizeof(type) * BITS_PER_BYTE) macro |
H A D | bits.h | 13 #define BITS_PER_TYPE(type) (sizeof(type) * BITS_PER_BYTE) macro |