Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dubsan.h83 typedef unsigned __int128 u_max; typedef
86 typedef u64 u_max; typedef
Dubsan.c99 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val()
107 return *(u_max *)val; in get_unsigned_val()
116 u_max val = get_unsigned_val(type, value); in val_to_string()