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

/external/tcpdump/
H A Dprint-ascii.c82 register int nshorts; local
86 nshorts = length / sizeof(u_short);
89 while (--nshorts >= 0) {
138 register int nshorts; local
140 nshorts = (u_int) length / sizeof(u_short);
142 while (--nshorts >= 0) {

Completed in 23 milliseconds