Lines Matching defs:integer_bytes
911 uint32_t integer_bytes = 0;
1047 padding = field_byte_offset - integer_bytes;
1049 if (integer_bytes < 8) {
1051 if (integer_bytes + *field_byte_width + padding <= 8) {
1054 integer_bytes = integer_bytes + *field_byte_width +
1060 integer_bytes = integer_bytes + *field_byte_width +
1067 else if (integer_bytes + *field_byte_width + padding <= 16) {
1068 integer_bytes = integer_bytes + *field_byte_width + padding;