Searched refs:integer_bytes (Results 1 – 3 of 3) sorted by relevance
692 uint32_t integer_bytes = in GetReturnValueObjectImpl() local728 if (integer_bytes < 8) { in GetReturnValueObjectImpl()732 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()733 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()739 integer_bytes = 8 + field_byte_width; in GetReturnValueObjectImpl()743 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()744 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()812 if (integer_bytes < 8) { in GetReturnValueObjectImpl()815 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()816 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()[all …]
923 uint32_t integer_bytes = 0; in GetReturnValueObjectImpl() local1059 padding = field_byte_offset - integer_bytes; in GetReturnValueObjectImpl()1061 if (integer_bytes < 8) { in GetReturnValueObjectImpl()1063 if (integer_bytes + *field_byte_width + padding <= 8) { in GetReturnValueObjectImpl()1066 integer_bytes = integer_bytes + *field_byte_width + in GetReturnValueObjectImpl()1072 integer_bytes = integer_bytes + *field_byte_width + in GetReturnValueObjectImpl()1079 else if (integer_bytes + *field_byte_width + padding <= 16) { in GetReturnValueObjectImpl()1080 integer_bytes = integer_bytes + *field_byte_width + padding; in GetReturnValueObjectImpl()
1614 uint32_t integer_bytes = in GetReturnValueObjectImpl() local1653 if (integer_bytes < 8) { in GetReturnValueObjectImpl()1657 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()1658 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()1664 integer_bytes = 8 + field_byte_width; in GetReturnValueObjectImpl()1668 copy_from_offset = integer_bytes - 8; in GetReturnValueObjectImpl()1669 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()1743 if (integer_bytes < 8) { in GetReturnValueObjectImpl()1746 copy_from_offset = integer_bytes; in GetReturnValueObjectImpl()1747 integer_bytes += field_byte_width; in GetReturnValueObjectImpl()[all …]