Home | History | Annotate | Download | only in tcpdump

Lines Matching full:carry

740 		int j, carry;
764 for (carry = 0, cpf = first+strlen(first)-1, cpl = last+4;
767 j = carry + (*cpf - '0') + (*cpl - '0');
770 carry = 1;
772 carry = 0;