Searched refs:upper16 (Results 1 – 2 of 2) sorted by relevance
66 uint32_t upper16; in checksum() local75 while ((upper16 = (sum >> 16)) != 0) { in checksum()76 sum = (sum & 0xffff) + upper16; in checksum()
115 movt r0, #:upper16:(CHUNKSIZE << 16) - 1