Lines Matching refs:FAR
71 struct inflate_state FAR *state;
72 z_const unsigned char FAR *in; /* local strm->next_in */
73 z_const unsigned char FAR *last; /* have enough input while in < last */
74 unsigned char FAR *out; /* local strm->next_out */
75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
76 unsigned char FAR *end; /* while out < end, enough space available */
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */
86 code const FAR *lcode; /* local strm->lencode */
87 code const FAR *dcode; /* local strm->distcode */
95 unsigned char FAR *from; /* where to copy match from */
98 state = (struct inflate_state FAR *)strm->state;