Byte 645 arch/x86/math-emu/fpu_entry.c *Byte = byte; Byte 649 arch/x86/math-emu/fpu_entry.c *Byte = byte; Byte 655 arch/x86/math-emu/fpu_entry.c *Byte = byte; /* Needed for error message. */ Byte 85 include/linux/zlib.h const Byte *next_in; /* next input byte */ Byte 89 include/linux/zlib.h Byte *next_out; /* next output byte should be put there */ Byte 216 lib/zlib_deflate/deflate.c s->window = (Byte *) mem->window_memory; Byte 231 lib/zlib_deflate/deflate.c s->method = (Byte)method; Byte 362 lib/zlib_deflate/deflate.c put_byte(s, (Byte)(b >> 8)); Byte 363 lib/zlib_deflate/deflate.c put_byte(s, (Byte)(b & 0xff)); Byte 589 lib/zlib_deflate/deflate.c ds->window = (Byte *) mem->window_memory; Byte 595 lib/zlib_deflate/deflate.c memcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte)); Byte 687 lib/zlib_deflate/deflate.c register Byte *scan = s->window + s->strstart; /* current string */ Byte 688 lib/zlib_deflate/deflate.c register Byte *match; /* matched string */ Byte 704 lib/zlib_deflate/deflate.c register Byte *strend = s->window + s->strstart + MAX_MATCH - 1; Byte 708 lib/zlib_deflate/deflate.c register Byte *strend = s->window + s->strstart + MAX_MATCH; Byte 709 lib/zlib_deflate/deflate.c register Byte scan_end1 = scan[best_len-1]; Byte 710 lib/zlib_deflate/deflate.c register Byte scan_end = scan[best_len]; Byte 1082 lib/zlib_deflate/deftree.c s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII); Byte 74 lib/zlib_deflate/defutil.h Byte *pending_buf; /* output still pending */ Byte 76 lib/zlib_deflate/defutil.h Byte *pending_out; /* next pending byte to output to the stream */ Byte 79 lib/zlib_deflate/defutil.h Byte data_type; /* UNKNOWN, BINARY or ASCII */ Byte 80 lib/zlib_deflate/defutil.h Byte method; /* STORED (for zip only) or DEFLATED */ Byte 89 lib/zlib_deflate/defutil.h Byte *window; Byte 244 lib/zlib_deflate/defutil.h Byte window_memory[2 * (1 << MAX_WBITS)]; Byte 312 lib/zlib_deflate/defutil.h put_byte(s, (Byte)s->bi_buf); Byte 326 lib/zlib_deflate/defutil.h put_byte(s, (Byte)s->bi_buf); Byte 892 lib/zlib_inflate/inflate.c Byte *saved_no = z->next_out;