Home
last modified time | relevance | path

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

/src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c713 uint64_t type_max; in bhnd_nvram_parse_int() local
802 type_max = (uint64_t)UINT8_MAX; in bhnd_nvram_parse_int()
805 type_max = (uint64_t)UINT16_MAX; in bhnd_nvram_parse_int()
808 type_max = (uint64_t)UINT32_MAX; in bhnd_nvram_parse_int()
811 type_max = (uint64_t)UINT64_MAX; in bhnd_nvram_parse_int()
816 type_max = (uint64_t)UINT8_MAX; in bhnd_nvram_parse_int()
818 type_max = -(uint64_t)INT8_MIN; in bhnd_nvram_parse_int()
820 type_max = (uint64_t)INT8_MAX; in bhnd_nvram_parse_int()
825 type_max = (uint64_t)UINT16_MAX; in bhnd_nvram_parse_int()
827 type_max = -(uint64_t)INT16_MIN; in bhnd_nvram_parse_int()
[all …]
/src/sys/compat/linuxkpi/common/include/linux/
H A Doverflow.h37 #define type_max(t) __type_max(typeof(t)) macro
38 #define __type_min(T) ((T)((T)-type_max(T)-(T)1))
214 (x) > type_max(T) : \
216 (x) < 0 || (x) > type_max(T) : \
217 (x) < type_min(T) || (x) > type_max(T))
/src/lib/msun/src/
H A Ds_lround.c51 static const type type_max = (type)DTYPE_MAX; variable
54 #define INRANGE(x) (dtype_max - type_max != 0.5 || \
/src/sys/ofed/include/rdma/
H A Duverbs_ioctl.h942 type_max(typeof(*_to)), NULL); \
954 type_max(typeof(*_to)), &_def_val); \