BIT_MASK
#define BIT_MASK 0x1f /* Defines for third byte of header. */
#define BIT_MASK(x) (1UL << ((x) % BITS_PER_LONG))