Home | History | Annotate | Download | only in ping

Lines Matching full:carry

879 	 *  back all the carry bits from the top 16 bits into the lower
892 * add back carry outs from top 16 bits to low 16 bits
895 sum += (sum >> 16); /* add carry */