Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A Ds_lround.c51 static const type type_max = (type)DTYPE_MAX; variable
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c713 uint64_t type_max; in bhnd_nvram_parse_int() local
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Doverflow.h36 #define type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T))) macro