Searched refs:vmax_over_base (Results 1 – 2 of 2) sorted by relevance
166 const IntType vmax_over_base = LookupTables<IntType>::kVmaxOverBase[base]; in safe_parse_positive_int() local177 if (value > vmax_over_base) { in safe_parse_positive_int()
705 const IntType vmax_over_base = vmax / base; in safe_parse_positive_int() local716 if (value > vmax_over_base) { in safe_parse_positive_int()