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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/libunarchive/
H A Dcheck_header_gzip.c32 unsigned extra_short; local
34 extra_short = xread_char(src_fd) + (xread_char(src_fd) << 8);
35 while (extra_short > 0) {
38 extra_short--;

Completed in 95 milliseconds