taglinefilesource code
ulg128arch/i386/boot/compressed/gzip.hextern ulg time_stamp;  /* original time stamp (modification time) */
ulg207arch/i386/boot/compressed/gzip.hput_short(((ulg)(n)) >> 16); \
ulg217arch/i386/boot/compressed/gzip.h#define LG(p) ((ulg)(SH(p)) | ((ulg)(SH((p)+2)) << 16))
ulg252arch/i386/boot/compressed/gzip.hulg  deflate OF((void));
ulg257arch/i386/boot/compressed/gzip.hulg  flush_block OF((char *buf, ulg stored_len, int eof));
ulg268arch/i386/boot/compressed/gzip.hextern ulg  updcrc        OF((uch *s, unsigned n));
ulg68arch/i386/boot/compressed/inflate.culg bb;                         /* bit buffer */
ulg84arch/i386/boot/compressed/inflate.c#define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}}
ulg339arch/i386/boot/compressed/inflate.cregister ulg b;       /* bit buffer */
ulg439arch/i386/boot/compressed/inflate.cregister ulg b;       /* bit buffer */
ulg564arch/i386/boot/compressed/inflate.cregister ulg b;       /* bit buffer */
ulg727arch/i386/boot/compressed/inflate.cregister ulg b;       /* bit buffer */
ulg185arch/i386/boot/compressed/misc.cextern ulg crc_32_tab[];   /* crc table, defined below */
ulg192arch/i386/boot/compressed/misc.culg updcrc(s, n)
ulg196arch/i386/boot/compressed/misc.cregister ulg c;         /* temporary variable */
ulg198arch/i386/boot/compressed/misc.cstatic ulg crc = (ulg)0xffffffffL; /* shift register contents */
ulg245arch/i386/boot/compressed/misc.cbytes_in += (ulg)insize;
ulg261arch/i386/boot/compressed/misc.cbytes_out += (ulg)outcnt;
ulg262arch/i386/boot/compressed/misc.coutput_ptr += (ulg)outcnt;
ulg271arch/i386/boot/compressed/misc.culg crc_32_tab[256];
ulg400arch/i386/boot/compressed/misc.c(ulg)get_byte();  /* Get timestamp */
ulg401arch/i386/boot/compressed/misc.c((ulg)get_byte()) << 8;
ulg402arch/i386/boot/compressed/misc.c((ulg)get_byte()) << 16;
ulg403arch/i386/boot/compressed/misc.c((ulg)get_byte()) << 24;
ulg98arch/i386/boot/compressed/unzip.culg orig_crc = 0;       /* original crc */
ulg99arch/i386/boot/compressed/unzip.culg orig_len = 0;       /* original uncompressed length */
ulg126arch/i386/boot/compressed/unzip.cregister ulg n = LG(inbuf + LOCLEN);