Searched refs:bits_to_bytes (Results 1 – 13 of 13) sorted by relevance
39 static size_t bits_to_bytes(size_t bits) { in bits_to_bytes() function62 return format == SkMask::kBW_Format ? bits_to_bytes(width) in format_rowbytes()
144 static inline int bits_to_bytes(int bits) in bits_to_bytes() function
294 bits_to_bytes(sym->bit_size), in list_compound_symbol()
158 sym->offset = bits_to_bytes(bit_size - bit_offset); in lay_out_struct()173 sym->offset = bits_to_bytes(bit_size); in lay_out_struct()963 unsigned long alignment = bits_to_bytes(bit_size); in init_ctype()
591 multiply = is_void_type(base) ? 1 : bits_to_bytes(base->bit_size); in evaluate_ptr_add()843 unsigned long value = bits_to_bytes(lbase->bit_size); in evaluate_ptr_sub()1742 bits_to_bytes(expr->r_bitpos)); in degenerate()1889 multiply = bits_to_bytes(target->bit_size); in evaluate_postop()2224 size = bits_to_bytes(bits_in_bool) * bits_in_char; in evaluate_sizeof()2252 base->value = bits_to_bytes(base_type->bit_size); in evaluate_sizeof()2272 expr->value = bits_to_bytes(size); in evaluate_sizeof()2306 expr->value = bits_to_bytes(size); in evaluate_ptrsizeof()2377 e->init_offset = from * bits_to_bytes(e->ctype->bit_size); in convert_index()3281 bits_to_bytes(ctype->bit_size)); in evaluate_offsetof()
549 bits_to_bytes(sym->bit_size)); in check_access()
562 val = bits_to_bytes(arg->symbol->bit_size); in expand_object_size()
761 framesize += bits_to_bytes(size); in show_call_expression()
1837 offset += bits_to_bytes(bits); in set_up_arch_entry()
2095 framesize += bits_to_bytes(size); in x86_call_expression()
938 int size = bits_to_bytes(sym->bit_offset + sym->bit_size); in bitfield_base_type()
43 static size_t bits_to_bytes(size_t bits) { in bits_to_bytes() function66 return format == SkMask::kBW_Format ? bits_to_bytes(width) in format_rowbytes()
108 * sparse: make bits_to_bytes round up instead of down