Searched refs:ROUNDUP_BYTES (Results 1 – 1 of 1) sorted by relevance
5106 #define ROUNDUP_BYTES(bytes, bits) ((bytes) + ((bits) > 0)) macro5244 byteoffset = ROUNDUP_BYTES(byteoffset, bitoffset); in b_complete_struct_or_union()5344 if (ROUNDUP_BYTES(byteoffset, bitoffset) > field_offset_bytes) { in b_complete_struct_or_union()5408 byteoffset = ROUNDUP_BYTES(byteoffset, bitoffset); in b_complete_struct_or_union()5436 if (ROUNDUP_BYTES(byteoffset, bitoffset) > byteoffsetmax) in b_complete_struct_or_union()5437 byteoffsetmax = ROUNDUP_BYTES(byteoffset, bitoffset); in b_complete_struct_or_union()