taglinefilesource code
ulg128zBoot/gzip.hextern ulg time_stamp;  /* original time stamp (modification time) */
ulg207zBoot/gzip.hput_short(((ulg)(n)) >> 16); \
ulg217zBoot/gzip.h#define LG(p) ((ulg)(SH(p)) | ((ulg)(SH((p)+2)) << 16))
ulg252zBoot/gzip.hulg  deflate OF((void));
ulg257zBoot/gzip.hulg  flush_block OF((char *buf, ulg stored_len, int eof));
ulg268zBoot/gzip.hextern ulg  updcrc        OF((uch *s, unsigned n));
ulg68zBoot/inflate.culg bb;                         /* bit buffer */
ulg84zBoot/inflate.c#define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}}
ulg347zBoot/inflate.cregister ulg b;       /* bit buffer */
ulg447zBoot/inflate.cregister ulg b;       /* bit buffer */
ulg572zBoot/inflate.cregister ulg b;       /* bit buffer */
ulg735zBoot/inflate.cregister ulg b;       /* bit buffer */
ulg161zBoot/misc.cextern ulg crc_32_tab[];   /* crc table, defined below */
ulg168zBoot/misc.culg updcrc(s, n)
ulg172zBoot/misc.cregister ulg c;         /* temporary variable */
ulg174zBoot/misc.cstatic ulg crc = (ulg)0xffffffffL; /* shift register contents */
ulg221zBoot/misc.cbytes_in += (ulg)insize;
ulg237zBoot/misc.cbytes_out += (ulg)outcnt;
ulg238zBoot/misc.coutput_ptr += (ulg)outcnt;
ulg247zBoot/misc.culg crc_32_tab[256];
ulg379zBoot/misc.c(ulg)get_byte();  /* Get timestamp */
ulg380zBoot/misc.c((ulg)get_byte()) << 8;
ulg381zBoot/misc.c((ulg)get_byte()) << 16;
ulg382zBoot/misc.c((ulg)get_byte()) << 24;
ulg98zBoot/unzip.culg orig_crc = 0;       /* original crc */
ulg99zBoot/unzip.culg orig_len = 0;       /* original uncompressed length */
ulg126zBoot/unzip.cregister ulg n = LG(inbuf + LOCLEN);