Searched refs:VFlow (Results 1 – 1 of 1) sorted by relevance
218 bool VFlow; in convertStrToInt() local219 Result = SaturatingMultiplyAdd(Result, Base, (uint64_t)DigVal, &VFlow); in convertStrToInt()220 if (VFlow || Result > Max) in convertStrToInt()