Home | History | Annotate | Download | only in text

Lines Matching refs:overflow

187 inline void sumWithOverflow(unsigned& total, unsigned addend, bool& overflow)
192 overflow = true;
202 bool overflow = false;
204 sumWithOverflow(length, adapter2.length(), overflow);
205 if (overflow)
227 bool overflow = false;
229 sumWithOverflow(length, adapter2.length(), overflow);
230 sumWithOverflow(length, adapter3.length(), overflow);
231 if (overflow)
256 bool overflow = false;
258 sumWithOverflow(length, adapter2.length(), overflow);
259 sumWithOverflow(length, adapter3.length(), overflow);
260 sumWithOverflow(length, adapter4.length(), overflow);
261 if (overflow)
289 bool overflow = false;
291 sumWithOverflow(length, adapter2.length(), overflow);
292 sumWithOverflow(length, adapter3.length(), overflow);
293 sumWithOverflow(length, adapter4.length(), overflow);
294 sumWithOverflow(length, adapter5.length(), overflow);
295 if (overflow)
326 bool overflow = false;
328 sumWithOverflow(length, adapter2.length(), overflow);
329 sumWithOverflow(length, adapter3.length(), overflow);
330 sumWithOverflow(length, adapter4.length(), overflow);
331 sumWithOverflow(length, adapter5.length(), overflow);
332 sumWithOverflow(length, adapter6.length(), overflow);
333 if (overflow)
367 bool overflow = false;
369 sumWithOverflow(length, adapter2.length(), overflow);
370 sumWithOverflow(length, adapter3.length(), overflow);
371 sumWithOverflow(length, adapter4.length(), overflow);
372 sumWithOverflow(length, adapter5.length(), overflow);
373 sumWithOverflow(length, adapter6.length(), overflow);
374 sumWithOverflow(length, adapter7.length(), overflow);
375 if (overflow)
412 bool overflow = false;
414 sumWithOverflow(length, adapter2.length(), overflow);
415 sumWithOverflow(length, adapter3.length(), overflow);
416 sumWithOverflow(length, adapter4.length(), overflow);
417 sumWithOverflow(length, adapter5.length(), overflow);
418 sumWithOverflow(length, adapter6.length(), overflow);
419 sumWithOverflow(length, adapter7.length(), overflow);
420 sumWithOverflow(length, adapter8.length(), overflow);
421 if (overflow)
461 bool overflow = false;
463 sumWithOverflow(length, adapter2.length(), overflow);
464 sumWithOverflow(length, adapter3.length(), overflow);
465 sumWithOverflow(length, adapter4.length(), overflow);
466 sumWithOverflow(length, adapter5.length(), overflow);
467 sumWithOverflow(length, adapter6.length(), overflow);
468 sumWithOverflow(length, adapter7.length(), overflow);
469 sumWithOverflow(length, adapter8.length(), overflow);
470 sumWithOverflow(length, adapter9.length(), overflow);
471 if (overflow)