reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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 + 1054 integer_bytes = integer_bytes + *field_byte_width + 1060 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; 1068 integer_bytes = integer_bytes + *field_byte_width + padding;