Searched refs:type_max (Results 1 – 4 of 4) sorted by relevance
713 uint64_t type_max; in bhnd_nvram_parse_int() local802 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 …]
37 #define type_max(t) __type_max(typeof(t)) macro38 #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))
51 static const type type_max = (type)DTYPE_MAX; variable54 #define INRANGE(x) (dtype_max - type_max != 0.5 || \
942 type_max(typeof(*_to)), NULL); \954 type_max(typeof(*_to)), &_def_val); \