di_int
di_int high;
const int bits_in_dword = (int)(sizeof(di_int) * CHAR_BIT);
const int bits_in_dword_2 = (int)(sizeof(di_int) * CHAR_BIT) / 2;