Home
last modified time | relevance | path

Searched refs:bits_to_bytes (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/src/core/
DSkGlyph.cpp39 static size_t bits_to_bytes(size_t bits) { in bits_to_bytes() function
62 return format == SkMask::kBW_Format ? bits_to_bytes(width) in format_rowbytes()
/third_party/ltp/tools/sparse/sparse-src/
Dtarget.h144 static inline int bits_to_bytes(int bits) in bits_to_bytes() function
Dsparse.c294 bits_to_bytes(sym->bit_size), in list_compound_symbol()
Dsymbol.c158 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()
Devaluate.c591 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()
Dflow.c549 bits_to_bytes(sym->bit_size)); in check_access()
Dbuiltin.c562 val = bits_to_bytes(arg->symbol->bit_size); in expand_object_size()
Dshow-parse.c761 framesize += bits_to_bytes(size); in show_call_expression()
Dexample.c1837 offset += bits_to_bytes(bits); in set_up_arch_entry()
Dcompile-i386.c2095 framesize += bits_to_bytes(size); in x86_call_expression()
Dlinearize.c938 int size = bits_to_bytes(sym->bit_offset + sym->bit_size); in bitfield_base_type()
/third_party/flutter/skia/src/core/
DSkGlyph.cpp43 static size_t bits_to_bytes(size_t bits) { in bits_to_bytes() function
66 return format == SkMask::kBW_Format ? bits_to_bytes(width) in format_rowbytes()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.1.rst108 * sparse: make bits_to_bytes round up instead of down