Searched refs:value_max (Results 1 – 1 of 1) sorted by relevance
712 uint64_t carry_max, value_max; in bhnd_nvram_parse_int() local856 value_max = type_max / (uint64_t)base; in bhnd_nvram_parse_int()889 if (value > value_max) { in bhnd_nvram_parse_int()892 } else if (value == value_max && carry > carry_max) { in bhnd_nvram_parse_int()