Searched refs:value_max (Results 1 – 1 of 1) sorted by relevance
713 uint64_t carry_max, value_max; in bhnd_nvram_parse_int() local857 value_max = type_max / (uint64_t)base; in bhnd_nvram_parse_int()890 if (value > value_max) { in bhnd_nvram_parse_int()893 } else if (value == value_max && carry > carry_max) { in bhnd_nvram_parse_int()