Searched refs:integer_bytes (Results 1 – 3 of 3) sorted by relevance
678 uint32_t integer_bytes = in GetReturnValueObjectImpl() local685 integer_bytes = aggregate_field_offsets[0]; in GetReturnValueObjectImpl()708 if (integer_bytes < 8) { in GetReturnValueObjectImpl()709 if (integer_bytes + field_byte_width <= 8) { in GetReturnValueObjectImpl()712 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()713 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()719 integer_bytes = 8 + field_byte_width; in GetReturnValueObjectImpl()721 } else if (integer_bytes + field_byte_width <= 16) { in GetReturnValueObjectImpl()723 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()724 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()[all …]
686 uint32_t integer_bytes = in GetReturnValueObjectImpl() local722 if (integer_bytes < 8) { in GetReturnValueObjectImpl()723 if (integer_bytes + field_byte_width <= 8) { in GetReturnValueObjectImpl()726 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()727 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()733 integer_bytes = 8 + field_byte_width; in GetReturnValueObjectImpl()735 } else if (integer_bytes + field_byte_width <= 16) { in GetReturnValueObjectImpl()737 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()738 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()805 if (integer_bytes < 8) { in GetReturnValueObjectImpl()[all …]
876 uint32_t integer_bytes = 0; in GetReturnValueObjectImpl() local1012 padding = field_byte_offset - integer_bytes; in GetReturnValueObjectImpl()1014 if (integer_bytes < 8) { in GetReturnValueObjectImpl()1016 if (integer_bytes + *field_byte_width + padding <= 8) { in GetReturnValueObjectImpl()1019 integer_bytes = integer_bytes + *field_byte_width + in GetReturnValueObjectImpl()1025 integer_bytes = integer_bytes + *field_byte_width + in GetReturnValueObjectImpl()1032 else if (integer_bytes + *field_byte_width + padding <= 16) { in GetReturnValueObjectImpl()1033 integer_bytes = integer_bytes + *field_byte_width + padding; in GetReturnValueObjectImpl()