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

/linux-master/lib/
H A Dubsan.h121 typedef unsigned __int128 u_max; typedef
124 typedef u64 u_max; typedef
H A Dubsan.c180 static u_max get_unsigned_val(struct type_descriptor *type, void *val)
188 return *(u_max *)val;
197 u_max val = get_unsigned_val(type, value);

Completed in 104 milliseconds