• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/WTF-7600.1.24/wtf/text/

Lines Matching defs:overflow

419 inline void sumWithOverflow(unsigned& total, unsigned addend, bool& overflow)
424 overflow = true;
433 bool overflow = false;
435 sumWithOverflow(length, adapter2.length(), overflow);
436 if (overflow)
473 bool overflow = false;
475 sumWithOverflow(length, adapter2.length(), overflow);
476 sumWithOverflow(length, adapter3.length(), overflow);
477 if (overflow)
519 bool overflow = false;
521 sumWithOverflow(length, adapter2.length(), overflow);
522 sumWithOverflow(length, adapter3.length(), overflow);
523 sumWithOverflow(length, adapter4.length(), overflow);
524 if (overflow)
571 bool overflow = false;
573 sumWithOverflow(length, adapter2.length(), overflow);
574 sumWithOverflow(length, adapter3.length(), overflow);
575 sumWithOverflow(length, adapter4.length(), overflow);
576 sumWithOverflow(length, adapter5.length(), overflow);
577 if (overflow)
629 bool overflow = false;
631 sumWithOverflow(length, adapter2.length(), overflow);
632 sumWithOverflow(length, adapter3.length(), overflow);
633 sumWithOverflow(length, adapter4.length(), overflow);
634 sumWithOverflow(length, adapter5.length(), overflow);
635 sumWithOverflow(length, adapter6.length(), overflow);
636 if (overflow)
693 bool overflow = false;
695 sumWithOverflow(length, adapter2.length(), overflow);
696 sumWithOverflow(length, adapter3.length(), overflow);
697 sumWithOverflow(length, adapter4.length(), overflow);
698 sumWithOverflow(length, adapter5.length(), overflow);
699 sumWithOverflow(length, adapter6.length(), overflow);
700 sumWithOverflow(length, adapter7.length(), overflow);
701 if (overflow)
763 bool overflow = false;
765 sumWithOverflow(length, adapter2.length(), overflow);
766 sumWithOverflow(length, adapter3.length(), overflow);
767 sumWithOverflow(length, adapter4.length(), overflow);
768 sumWithOverflow(length, adapter5.length(), overflow);
769 sumWithOverflow(length, adapter6.length(), overflow);
770 sumWithOverflow(length, adapter7.length(), overflow);
771 sumWithOverflow(length, adapter8.length(), overflow);
772 if (overflow)
839 bool overflow = false;
841 sumWithOverflow(length, adapter2.length(), overflow);
842 sumWithOverflow(length, adapter3.length(), overflow);
843 sumWithOverflow(length, adapter4.length(), overflow);
844 sumWithOverflow(length, adapter5.length(), overflow);
845 sumWithOverflow(length, adapter6.length(), overflow);
846 sumWithOverflow(length, adapter7.length(), overflow);
847 sumWithOverflow(length, adapter8.length(), overflow);
848 sumWithOverflow(length, adapter9.length(), overflow);
849 if (overflow)