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;}}
ulg339zBoot/inflate.cregister ulg b;       /* bit buffer */
ulg439zBoot/inflate.cregister ulg b;       /* bit buffer */
ulg564zBoot/inflate.cregister ulg b;       /* bit buffer */
ulg727zBoot/inflate.cregister ulg b;       /* bit buffer */
ulg176zBoot/misc.cextern ulg crc_32_tab[];   /* crc table, defined below */
ulg183zBoot/misc.culg updcrc(s, n)
ulg187zBoot/misc.cregister ulg c;         /* temporary variable */
ulg189zBoot/misc.cstatic ulg crc = (ulg)0xffffffffL; /* shift register contents */
ulg236zBoot/misc.cbytes_in += (ulg)insize;
ulg252zBoot/misc.cbytes_out += (ulg)outcnt;
ulg253zBoot/misc.coutput_ptr += (ulg)outcnt;
ulg262zBoot/misc.culg crc_32_tab[256];
ulg388zBoot/misc.c(ulg)get_byte();  /* Get timestamp */
ulg389zBoot/misc.c((ulg)get_byte()) << 8;
ulg390zBoot/misc.c((ulg)get_byte()) << 16;
ulg391zBoot/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);