Home | History | Annotate | Download | only in config

Lines Matching defs:bits_per_byte

1228   int bits_per_byte = (OCTETS_PER_BYTE * 8);
1267 int spare_bits = bits_per_byte - bit_offset;
1293 words = ((expn.X_add_number + bits_per_byte - 1) / bits_per_byte);
1295 bit_offset = expn.X_add_number % bits_per_byte;