Home
last modified time | relevance | path

Searched refs:value_max (Results 1 – 1 of 1) sorted by relevance

/src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c712 uint64_t carry_max, value_max; in bhnd_nvram_parse_int() local
856 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()