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

/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c715 uint64_t carry_max, value_max; local
859 value_max = type_max / (uint64_t)base;
861 /* The maximum carry value given a value equal to value_max */
892 if (value > value_max) {
895 } else if (value == value_max && carry > carry_max) {

Completed in 169 milliseconds