Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c714 uint64_t type_max; in bhnd_nvram_parse_int() local
803 type_max = (uint64_t)UINT8_MAX; in bhnd_nvram_parse_int()
806 type_max = (uint64_t)UINT16_MAX; in bhnd_nvram_parse_int()
809 type_max = (uint64_t)UINT32_MAX; in bhnd_nvram_parse_int()
812 type_max = (uint64_t)UINT64_MAX; in bhnd_nvram_parse_int()
817 type_max = (uint64_t)UINT8_MAX; in bhnd_nvram_parse_int()
819 type_max = -(uint64_t)INT8_MIN; in bhnd_nvram_parse_int()
821 type_max = (uint64_t)INT8_MAX; in bhnd_nvram_parse_int()
830 type_max = (uint64_t)INT16_MAX; in bhnd_nvram_parse_int()
839 type_max = (uint64_t)INT32_MAX; in bhnd_nvram_parse_int()
[all …]
/freebsd-14.2/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
37 #define type_min(T) ((T)((T)-type_max(T)-(T)1))
135 (x) > type_max(typeof(T)) : \
137 (x) < 0 || (x) > type_max(typeof(T)) : \
138 (x) < type_min(typeof(T)) || (x) > type_max(typeof(T)))
/freebsd-14.2/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 || \
/freebsd-14.2/sys/ofed/include/rdma/
H A Duverbs_ioctl.h942 type_max(typeof(*_to)), NULL); \
954 type_max(typeof(*_to)), &_def_val); \