Symbol: type_max
lib/msun/src/s_lround.c
51
static const type type_max = (type)DTYPE_MAX;
lib/msun/src/s_lround.c
54
#define INRANGE(x) (dtype_max - type_max != 0.5 || \
sys/compat/linuxkpi/common/include/linux/overflow.h
214
(x) > type_max(T) : \
sys/compat/linuxkpi/common/include/linux/overflow.h
216
(x) < 0 || (x) > type_max(T) : \
sys/compat/linuxkpi/common/include/linux/overflow.h
217
(x) < type_min(T) || (x) > type_max(T))
sys/compat/linuxkpi/common/include/linux/overflow.h
38
#define __type_min(T) ((T)((T)-type_max(T)-(T)1))
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
713
uint64_t type_max;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
802
type_max = (uint64_t)UINT8_MAX;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
805
type_max = (uint64_t)UINT16_MAX;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
808
type_max = (uint64_t)UINT32_MAX;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
811
type_max = (uint64_t)UINT64_MAX;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
816
type_max = (uint64_t)UINT8_MAX;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
818
type_max = -(uint64_t)INT8_MIN;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
820
type_max = (uint64_t)INT8_MAX;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
825
type_max = (uint64_t)UINT16_MAX;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
827
type_max = -(uint64_t)INT16_MIN;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
829
type_max = (uint64_t)INT16_MAX;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
834
type_max = (uint64_t)UINT32_MAX;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
836
type_max = -(uint64_t)INT32_MIN;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
838
type_max = (uint64_t)INT32_MAX;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
843
type_max = (uint64_t)UINT64_MAX;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
845
type_max = -(uint64_t)INT64_MIN;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
847
type_max = (uint64_t)INT64_MAX;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
856
value_max = type_max / (uint64_t)base;
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
859
carry_max = type_max % (uint64_t)base;
sys/ofed/include/rdma/uverbs_ioctl.h
942
type_max(typeof(*_to)), NULL); \
sys/ofed/include/rdma/uverbs_ioctl.h
954
type_max(typeof(*_to)), &_def_val); \