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

/netbsd-current/usr.bin/gzip/
H A Dzuncompress.c334 code_int gcode; local
342 * If the next entry will be too big for the current gcode
379 gcode = (*bp++ >> r_off);
381 r_off = 8 - r_off; /* Now, roffset into gcode word. */
385 gcode |= *bp++ << r_off;
391 gcode |= (*bp & rmask[bits]) << r_off;
394 return (gcode);
/netbsd-current/usr.bin/compress/
H A Dzopen.c570 code_int gcode; local
577 * If the next entry will be too big for the current gcode
607 gcode = (*bp++ >> r_off);
609 r_off = 8 - r_off; /* Now, roffset into gcode word. */
613 gcode |= *bp++ << r_off;
619 gcode |= (*bp & rmask[bits]) << r_off;
622 return (gcode);

Completed in 97 milliseconds