Lines Matching defs:n_fetch
29 int n_fetch;
91 if (buf->n_fetch + n > (int)sizeof (buf->data))
94 r = info->read_memory_func (buf->base + buf->n_fetch,
95 (unsigned char*) buf->data + buf->n_fetch,
98 buf->n_fetch += n;
100 info->memory_error_func (r, buf->base + buf->n_fetch, info);
108 buf->n_used = buf->n_fetch;
122 buf->n_used = buf->n_fetch;
147 p = (unsigned char*) buf->data + buf->n_fetch;
155 buf->n_used = buf->n_fetch;
168 rr = (buf->data[buf->n_fetch - 1] >> 4) & 3;
177 rr_str[(buf->data[buf->n_fetch - 1] >> 4) & 3]);
178 buf->n_used = buf->n_fetch;
188 p = (unsigned char*) buf->data + buf->n_fetch;
194 buf->n_used = buf->n_fetch;
209 p = (unsigned char*) buf->data + buf->n_fetch;
215 buf->n_used = buf->n_fetch;
229 r = (buf->data[buf->n_fetch - 1] >> 3) & 7;
239 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
247 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
248 buf->n_used = buf->n_fetch;
256 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
257 r_str[buf->data[buf->n_fetch - 1] & 7]);
258 buf->n_used = buf->n_fetch;
268 p = buf->data + buf->n_fetch;
274 buf->n_used = buf->n_fetch;
288 rr = (buf->data[buf->n_fetch - 1] >> 4) & 3;
309 arit[(buf->data[buf->n_fetch - 1] >> 3) & 7],
310 r_str[buf->data[buf->n_fetch - 1] & 7]);
311 buf->n_used = buf->n_fetch;
320 buf->n_used = buf->n_fetch;
331 buf->n_used = buf->n_fetch;
367 buf->n_used = buf->n_fetch;
591 return buf->n_used = buf->n_fetch;
610 p = buf->data + buf->n_fetch;
632 c = buf->data[buf->n_fetch - 1];
643 c = buf->data[buf->n_fetch - 1];
654 c = buf->data[buf->n_fetch - 1];
667 p = (buf->data[buf->n_fetch - 2] == (signed char) 0xdd) ? 0 : 1;
668 c = buf->data[buf->n_fetch - 1];
982 buf->n_fetch = 0;