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

/external/tcpdump/
H A Dprint-ascii.c96 register int nshorts; local
100 nshorts = length / sizeof(u_short);
103 while (--nshorts >= 0) {
152 register int nshorts; local
154 nshorts = (u_int) length / sizeof(u_short);
156 while (--nshorts >= 0) {

Completed in 184 milliseconds