HomeSort by: relevance | last modified time | path
    Searched defs:odd_aligned (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/mips/mips/
in_cksum.c 71 * 'odd_aligned' is a boolean which if set, indicate the data in 'buf'
77 fastsum(union memptr buf, int n, unsigned int oldsum, int odd_aligned)
103 odd_aligned = !odd_aligned;
230 if (odd_aligned) {
254 int odd_aligned = 0; local in function:in_cksum_internal
266 sum = fastsum(w, mlen, sum, odd_aligned);
267 odd_aligned = (odd_aligned + mlen) & 0x01;

Completed in 34 milliseconds