taglinefilesource code
ulg255arch/i386/boot/compressed/misc.culg c = crc;         /* temporary variable */
ulg266arch/i386/boot/compressed/misc.cbytes_out += (ulg)outcnt;
ulg267arch/i386/boot/compressed/misc.coutput_ptr += (ulg)outcnt;
ulg273arch/i386/boot/compressed/misc.culg c = crc;         /* temporary variable */
ulg279arch/i386/boot/compressed/misc.cif ((ulg)output_data == LOW_BUFFER_END) output_data=high_buffer_start;
ulg283arch/i386/boot/compressed/misc.cbytes_out += (ulg)outcnt;
ulg352arch/i386/boot/compressed/misc.chigh_buffer_start = (uch *)(((ulg)&end) + HEAP_SIZE);
ulg357arch/i386/boot/compressed/misc.cif ( (0x100000 + LOW_BUFFER_SIZE) > ((ulg)high_buffer_start)) {
ulg624drivers/block/rd.culg c = crc;         /* temporary variable */
ulg636drivers/block/rd.cbytes_out += (ulg)outcnt;
ulg209lib/inflate.cSTATIC ulg bb;                         /* bit buffer */
ulg219lib/inflate.c#define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}}
ulg518lib/inflate.cregister ulg b;       /* bit buffer */
ulg621lib/inflate.cregister ulg b;       /* bit buffer */
ulg746lib/inflate.cregister ulg b;       /* bit buffer */
ulg909lib/inflate.cregister ulg b;       /* bit buffer */
ulg1004lib/inflate.cstatic ulg crc_32_tab[256];
ulg1005lib/inflate.cstatic ulg crc = (ulg)0xffffffffL; /* shift register contents */
ulg1063lib/inflate.culg orig_crc = 0;       /* original crc */
ulg1064lib/inflate.culg orig_len = 0;       /* original uncompressed length */
ulg1096lib/inflate.c(ulg)get_byte();  /* Get timestamp */
ulg1097lib/inflate.c((ulg)get_byte()) << 8;
ulg1098lib/inflate.c((ulg)get_byte()) << 16;
ulg1099lib/inflate.c((ulg)get_byte()) << 24;
ulg1145lib/inflate.corig_crc = (ulg) get_byte();
ulg1146lib/inflate.corig_crc |= (ulg) get_byte() << 8;
ulg1147lib/inflate.corig_crc |= (ulg) get_byte() << 16;
ulg1148lib/inflate.corig_crc |= (ulg) get_byte() << 24;
ulg1150lib/inflate.corig_len = (ulg) get_byte();
ulg1151lib/inflate.corig_len |= (ulg) get_byte() << 8;
ulg1152lib/inflate.corig_len |= (ulg) get_byte() << 16;
ulg1153lib/inflate.corig_len |= (ulg) get_byte() << 24;