Lines Matching defs:carry
584 uint8_t carry;
589 carry = 1;
591 word = ~m_out[index] + carry;
597 carry = 0;
603 * 'size_words' * 32. The addition is modulo 2^N, so any carry out is
615 uint8_t carry;
620 carry = 0;
623 word = a_word + b[index] + carry;
628 carry = (word < a_word);
635 * 'size_words' * 32. The subtraction is modulo 2^N, so any borrow out (carry