Searched refs:type_max (Results 1 – 4 of 4) sorted by relevance
714 uint64_t type_max; in bhnd_nvram_parse_int() local803 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 …]
36 #define type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T))) macro37 #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)))
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); \