DTD_MAX_WIDTH_SHFT
return (max_width << DTD_MAX_WIDTH_SHFT) | max_height;
return (dtd->max_width_height >> DTD_MAX_WIDTH_SHFT) &