Searched refs:BITOFF_CAL (Results 1 – 1 of 1) sorted by relevance
11 #define BITOFF_CAL(size, off) ((sizeof(u32) - size - off) * BITS_PER_BYTE) macro13 #define BITOFF_CAL(size, off) (off * BITS_PER_BYTE) macro22 bitoff = BITOFF_CAL(sizeof(type), off); \47 bitoff = BITOFF_CAL(sizeof(type), off); \