Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dubsan.h88 typedef unsigned __int128 u_max; typedef
91 typedef u64 u_max; typedef
Dubsan.c109 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val()
117 return *(u_max *)val; in get_unsigned_val()
126 u_max val = get_unsigned_val(type, value); in val_to_string()