s_max 86 lib/ubsan.c static s_max get_signed_val(struct type_descriptor *type, void *val) s_max 89 lib/ubsan.c unsigned extra_bits = sizeof(s_max)*8 - type_bit_width(type); s_max 92 lib/ubsan.c return ((s_max)ulong_val) << extra_bits >> extra_bits; s_max 98 lib/ubsan.c return *(s_max *)val;