Searched refs:s_util (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/
H A Din_cksum.c72 } s_util; local
88 * s_util.c[0] is already saved when scanning previous
91 s_util.c[1] = *(const uint8_t *)w;
92 sum += s_util.s;
103 s_util.c[0] = *(const uint8_t *)w;
136 s_util.c[1] = *(const uint8_t *)w;
137 sum += s_util.s;
142 s_util.c[0] = *(const uint8_t *)w;
148 s_util.c[1] = 0;
149 sum += s_util
[all...]
/netbsd-current/sys/arch/powerpc/powerpc/
H A Din_cksum.c73 } s_util; local
91 * s_util.c[0] is already saved when scanning previous
94 s_util.c[1] = *w++;
95 sum += s_util.s;
113 s_util.c[0] = *w++;
218 s_util.c[1] = *w;
219 sum += s_util.s;
224 s_util.c[0] = *w;
232 s_util.c[1] = 0;
233 sum += s_util
[all...]

Completed in 141 milliseconds