Home | Sort by: relevance | last modified time | path |
/src/usr.bin/xlint/lint1/ | |
decl.c | 465 unsigned int mem_bits = type_size_in_bits(mem->s_type); local in function:pack_struct_or_union 467 bits += mem_bits; 468 else if (mem_bits > bits) 469 bits = mem_bits; |
decl.c | 465 unsigned int mem_bits = type_size_in_bits(mem->s_type); local in function:pack_struct_or_union 467 bits += mem_bits; 468 else if (mem_bits > bits) 469 bits = mem_bits; |