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

/netgear-R7000-V1.0.7.12_1.2.5/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 110 milliseconds