Home
last modified time | relevance | path

Searched refs:u_max (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/lib/
Dubsan.h83 typedef unsigned __int128 u_max; typedef
86 typedef u64 u_max; typedef
Dubsan.c106 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val()
114 return *(u_max *)val; in get_unsigned_val()
123 u_max val = get_unsigned_val(type, value); in val_to_string()