Byte               98 arch/x86/math-emu/fpu_entry.c static int valid_prefix(u_char *Byte, u_char __user ** fpu_eip,
Byte              545 arch/x86/math-emu/fpu_entry.c static int valid_prefix(u_char *Byte, u_char __user **fpu_eip,
Byte              604 arch/x86/math-emu/fpu_entry.c 			*Byte = byte;
Byte              608 arch/x86/math-emu/fpu_entry.c 				*Byte = byte;
Byte              614 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               47 include/linux/zutil.h typedef uLong (*check_func) (uLong check, const Byte *buf,
Byte               79 include/linux/zutil.h 				 const Byte *buf,
Byte               76 lib/zlib_deflate/deflate.c static int read_buf        (z_streamp strm, Byte *buf, unsigned size);
Byte              210 lib/zlib_deflate/deflate.c     mem->window_memory = (Byte *) next;
Byte              232 lib/zlib_deflate/deflate.c     s->window = (Byte *) mem->window_memory;
Byte              247 lib/zlib_deflate/deflate.c     s->method = (Byte)method;
Byte              293 lib/zlib_deflate/deflate.c     put_byte(s, (Byte)(b >> 8));
Byte              294 lib/zlib_deflate/deflate.c     put_byte(s, (Byte)(b & 0xff));
Byte              495 lib/zlib_deflate/deflate.c 	Byte *buf,
Byte              560 lib/zlib_deflate/deflate.c     register Byte *scan = s->window + s->strstart; /* current string */
Byte              561 lib/zlib_deflate/deflate.c     register Byte *match;                       /* matched string */
Byte              577 lib/zlib_deflate/deflate.c     register Byte *strend = s->window + s->strstart + MAX_MATCH - 1;
Byte              581 lib/zlib_deflate/deflate.c     register Byte *strend = s->window + s->strstart + MAX_MATCH;
Byte              582 lib/zlib_deflate/deflate.c     register Byte scan_end1  = scan[best_len-1];
Byte              583 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;
Byte              251 lib/zlib_deflate/defutil.h 	(2 * (1 << (windowBits)) * sizeof(Byte))
Byte              305 lib/zlib_deflate/defutil.h         put_byte(s, (Byte)s->bi_buf);
Byte              319 lib/zlib_deflate/defutil.h         put_byte(s, (Byte)s->bi_buf);
Byte              772 lib/zlib_inflate/inflate.c     Byte *saved_no = z->next_out;