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.h37 #define type_max(t) __type_max(typeof(t)) macro