reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
722 if (integer_bytes < 8) { 723 if (integer_bytes + field_byte_width <= 8) { 726 copy_from_offset = integer_bytes; 727 integer_bytes += field_byte_width; 733 integer_bytes = 8 + field_byte_width; 735 } else if (integer_bytes + field_byte_width <= 16) { 737 copy_from_offset = integer_bytes - 8; 738 integer_bytes += field_byte_width; 806 if (integer_bytes < 8) { 809 copy_from_offset = integer_bytes; 810 integer_bytes += field_byte_width; 813 copy_from_offset = integer_bytes - 8; 814 integer_bytes += field_byte_width;