B_TYPESHIFT
(((type) << B_TYPESHIFT) | ((slice) << B_SLICESHIFT) | \
#define B_TYPE(val) (((val) >> B_TYPESHIFT) & B_TYPEMASK)