Lines Matching refs:FAR
55 struct inflate_state FAR *state;
56 z_const unsigned char FAR *in; /* local strm->next_in */
57 z_const unsigned char FAR *last; /* have enough input while in < last */
58 unsigned char FAR *out; /* local strm->next_out */
59 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
60 unsigned char FAR *end; /* while out < end, enough space available */
67 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
70 code const FAR *lcode; /* local strm->lencode */
71 code const FAR *dcode; /* local strm->distcode */
79 unsigned char FAR *from; /* where to copy match from */
82 state = (struct inflate_state FAR *)strm->state;