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