Searched refs:type_bit_width (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dubsan.c145 static unsigned type_bit_width(struct type_descriptor *type) function
153 unsigned bits = type_bit_width(type);
163 unsigned extra_bits = sizeof(s_max)*8 - type_bit_width(type);
169 if (type_bit_width(type) == 64)
185 if (type_bit_width(type) == 64)
195 if (type_bit_width(type) == 128) {
454 type_bit_width(lhs_type))
457 type_bit_width(lhs_type),

Completed in 81 milliseconds