Searched refs:upper16 (Results 1 – 1 of 1) sorted by relevance
69 uint32_t upper16; in checksum() local78 while ((upper16 = (sum >> 16)) != 0) { in checksum()79 sum = (sum & 0xffff) + upper16; in checksum()