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