Home
last modified time | relevance | path

Searched refs:type_max (Results 1 – 3 of 3) sorted by relevance

/tools/include/linux/
A Dbits.h50 (type_max(t) << (l) & \
51 type_max(t) >> (BITS_PER_TYPE(t) - 1 - (h)))))
A Doverflow.h33 #define type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T))) macro
34 #define type_min(T) ((T)((T)-type_max(T)-(T)1))
/tools/net/ynl/pyynl/
A Dynl_gen_c.py1965 type_max = struct.attr_set.max_name

Completed in 11 milliseconds