Home
last modified time | relevance | path

Searched refs:next_in (Results 1 – 25 of 275) sorted by relevance

1234567891011

/netbsd/external/gpl3/gdb/dist/gas/
H A Dcompress-debug.c45 compress_data (struct z_stream_s *strm, const char **next_in, in compress_data() argument
51 strm->next_in = (Bytef *) (*next_in); in compress_data()
61 *next_in = (char *) (strm->next_in); in compress_data()
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Dcompress-debug.c45 compress_data (struct z_stream_s *strm, const char **next_in, in compress_data() argument
51 strm->next_in = (Bytef *) (*next_in); in compress_data()
61 *next_in = (char *) (strm->next_in); in compress_data()
/netbsd/external/gpl3/binutils/dist/gas/
H A Dcompress-debug.c45 compress_data (struct z_stream_s *strm, const char **next_in, in compress_data() argument
51 strm->next_in = (Bytef *) (*next_in); in compress_data()
61 *next_in = (char *) (strm->next_in); in compress_data()
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Dcompress-debug.c45 compress_data (struct z_stream_s *strm, const char **next_in, in compress_data() argument
51 strm->next_in = (Bytef *) (*next_in); in compress_data()
61 *next_in = (char *) (strm->next_in); in compress_data()
/netbsd/sys/arch/hpc/stand/hpcboot/
H A Dfile_manager.cpp76 _stream->next_in = _inbuf; in open()
118 memcpy(_stream->next_out, _stream->next_in, n); in _read()
120 _stream->next_in += n; in _read()
141 _stream->next_in = _inbuf; in _read()
250 _stream->next_in = _inbuf; in seek()
286 _stream->next_in = _inbuf; in _get_byte()
289 return *(_stream->next_in)++; in _get_byte()
334 _stream->next_in--; in _check_header()
/netbsd/external/gpl3/gdb/dist/zlib/examples/
H A Dgzjoin.c261 strm->next_in = in->next; in zpull()
304 strm.next_in = Z_NULL; in gzcopy()
320 fwrite(start, 1, strm.next_in - start, out); in gzcopy()
353 last = strm.next_in[-1] & pos; in gzcopy()
355 in->buf[strm.next_in - in->buf - 1] &= ~pos; in gzcopy()
361 fwrite(start, 1, strm.next_in - start, out); in gzcopy()
366 last = strm.next_in[0] & 1; in gzcopy()
368 in->buf[strm.next_in - in->buf] &= ~1; in gzcopy()
375 in->next = in->buf + (strm.next_in - in->buf); in gzcopy()
/netbsd/external/gpl3/binutils/dist/zlib/examples/
H A Dgzjoin.c261 strm->next_in = in->next; in zpull()
304 strm.next_in = Z_NULL; in gzcopy()
320 fwrite(start, 1, strm.next_in - start, out); in gzcopy()
353 last = strm.next_in[-1] & pos; in gzcopy()
355 in->buf[strm.next_in - in->buf - 1] &= ~pos; in gzcopy()
361 fwrite(start, 1, strm.next_in - start, out); in gzcopy()
366 last = strm.next_in[0] & 1; in gzcopy()
368 in->buf[strm.next_in - in->buf] &= ~1; in gzcopy()
375 in->next = in->buf + (strm.next_in - in->buf); in gzcopy()
H A Dgznorm.c93 strm.next_in = Z_NULL; in gzip_normalize()
132 strm.next_in = put = dat; in gzip_normalize()
183 put = strm.next_in; in gzip_normalize()
252 if (put == strm.next_in) in gzip_normalize()
286 if (put == strm.next_in) in gzip_normalize()
309 unsigned char *end = strm.next_in - mix; in gzip_normalize()
411 } while (put < strm.next_in); in gzip_normalize()
/netbsd/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzjoin.c261 strm->next_in = in->next; in zpull()
304 strm.next_in = Z_NULL; in gzcopy()
320 fwrite(start, 1, strm.next_in - start, out); in gzcopy()
353 last = strm.next_in[-1] & pos; in gzcopy()
355 in->buf[strm.next_in - in->buf - 1] &= ~pos; in gzcopy()
361 fwrite(start, 1, strm.next_in - start, out); in gzcopy()
366 last = strm.next_in[0] & 1; in gzcopy()
368 in->buf[strm.next_in - in->buf] &= ~1; in gzcopy()
375 in->next = in->buf + (strm.next_in - in->buf); in gzcopy()
/netbsd/external/gpl3/gdb.old/dist/zlib/examples/
H A Dgzjoin.c261 strm->next_in = in->next; in zpull()
304 strm.next_in = Z_NULL; in gzcopy()
320 fwrite(start, 1, strm.next_in - start, out); in gzcopy()
353 last = strm.next_in[-1] & pos; in gzcopy()
355 in->buf[strm.next_in - in->buf - 1] &= ~pos; in gzcopy()
361 fwrite(start, 1, strm.next_in - start, out); in gzcopy()
366 last = strm.next_in[0] & 1; in gzcopy()
368 in->buf[strm.next_in - in->buf] &= ~1; in gzcopy()
375 in->next = in->buf + (strm.next_in - in->buf); in gzcopy()
/netbsd/common/dist/zlib/examples/
H A Dgzjoin.c261 strm->next_in = in->next; in zpull()
304 strm.next_in = Z_NULL; in gzcopy()
320 fwrite(start, 1, strm.next_in - start, out); in gzcopy()
353 last = strm.next_in[-1] & pos; in gzcopy()
355 in->buf[strm.next_in - in->buf - 1] &= ~pos; in gzcopy()
361 fwrite(start, 1, strm.next_in - start, out); in gzcopy()
366 last = strm.next_in[0] & 1; in gzcopy()
368 in->buf[strm.next_in - in->buf] &= ~1; in gzcopy()
375 in->next = in->buf + (strm.next_in - in->buf); in gzcopy()
H A Dgznorm.c93 strm.next_in = Z_NULL; in gzip_normalize()
132 strm.next_in = put = dat; in gzip_normalize()
183 put = strm.next_in; in gzip_normalize()
252 if (put == strm.next_in) in gzip_normalize()
286 if (put == strm.next_in) in gzip_normalize()
309 unsigned char *end = strm.next_in - mix; in gzip_normalize()
411 } while (put < strm.next_in); in gzip_normalize()
/netbsd/external/gpl3/gdb/dist/zlib/test/
H A Dinfcover.c295 strm.next_in = Z_NULL; in inf()
316 strm.next_in = in; in inf()
357 strm.next_in = Z_NULL; in cover_support()
375 strm.next_in = Z_NULL; in cover_support()
381 strm.next_in = Z_NULL; in cover_support()
415 strm.next_in = Z_NULL; in cover_wrap()
418 strm.next_in = (void *)"\x63"; in cover_wrap()
431 strm.next_in = (void *)"\x80"; in cover_wrap()
533 strm.next_in = Z_NULL; in try()
537 strm.next_in = in; in try()
[all …]
/netbsd/external/gpl3/binutils/dist/zlib/test/
H A Dinfcover.c295 strm.next_in = Z_NULL; in inf()
316 strm.next_in = in; in inf()
357 strm.next_in = Z_NULL; in cover_support()
375 strm.next_in = Z_NULL; in cover_support()
381 strm.next_in = Z_NULL; in cover_support()
415 strm.next_in = Z_NULL; in cover_wrap()
418 strm.next_in = (void *)"\x63"; in cover_wrap()
431 strm.next_in = (void *)"\x80"; in cover_wrap()
533 strm.next_in = Z_NULL; in try()
537 strm.next_in = in; in try()
[all …]
/netbsd/external/gpl3/binutils.old/dist/zlib/test/
H A Dinfcover.c295 strm.next_in = Z_NULL; in inf()
316 strm.next_in = in; in inf()
357 strm.next_in = Z_NULL; in cover_support()
375 strm.next_in = Z_NULL; in cover_support()
381 strm.next_in = Z_NULL; in cover_support()
415 strm.next_in = Z_NULL; in cover_wrap()
418 strm.next_in = (void *)"\x63"; in cover_wrap()
431 strm.next_in = (void *)"\x80"; in cover_wrap()
533 strm.next_in = Z_NULL; in try()
537 strm.next_in = in; in try()
[all …]
/netbsd/external/gpl3/gdb.old/dist/zlib/test/
H A Dinfcover.c295 strm.next_in = Z_NULL; in inf()
316 strm.next_in = in; in inf()
357 strm.next_in = Z_NULL; in cover_support()
375 strm.next_in = Z_NULL; in cover_support()
381 strm.next_in = Z_NULL; in cover_support()
415 strm.next_in = Z_NULL; in cover_wrap()
418 strm.next_in = (void *)"\x63"; in cover_wrap()
431 strm.next_in = (void *)"\x80"; in cover_wrap()
533 strm.next_in = Z_NULL; in try()
537 strm.next_in = in; in try()
[all …]
/netbsd/common/dist/zlib/test/
H A Dinfcover.c295 strm.next_in = Z_NULL; in inf()
316 strm.next_in = in; in inf()
357 strm.next_in = Z_NULL; in cover_support()
375 strm.next_in = Z_NULL; in cover_support()
381 strm.next_in = Z_NULL; in cover_support()
415 strm.next_in = Z_NULL; in cover_wrap()
418 strm.next_in = (void *)"\x63"; in cover_wrap()
431 strm.next_in = (void *)"\x80"; in cover_wrap()
533 strm.next_in = Z_NULL; in try()
537 strm.next_in = in; in try()
[all …]
/netbsd/external/gpl3/gdb/dist/zlib/
H A Dgzwrite.c52 strm->next_in = NULL;
95 strm->next_in += writ;
167 strm->next_in = state->in;
207 state->strm.next_in = state->in;
228 state->strm.next_in = (z_const Bytef *)buf;
334 strm->next_in = state->in;
412 strm->next_in = state->in; in gzvprintf()
445 strm->next_in = state->in; in gzvprintf()
506 strm->next_in = state->in;
507 next = (char *)(strm->next_in + strm->avail_in);
[all …]
/netbsd/external/gpl3/binutils.old/dist/zlib/
H A Dgzwrite.c52 strm->next_in = NULL;
95 strm->next_in += writ;
167 strm->next_in = state->in;
207 state->strm.next_in = state->in;
228 state->strm.next_in = (z_const Bytef *)buf;
334 strm->next_in = state->in;
412 strm->next_in = state->in; in gzvprintf()
445 strm->next_in = state->in; in gzvprintf()
506 strm->next_in = state->in;
507 next = (char *)(strm->next_in + strm->avail_in);
[all …]
/netbsd/external/gpl3/gdb.old/dist/zlib/
H A Dgzwrite.c52 strm->next_in = NULL;
95 strm->next_in += writ;
167 strm->next_in = state->in;
207 state->strm.next_in = state->in;
228 state->strm.next_in = (z_const Bytef *)buf;
334 strm->next_in = state->in;
412 strm->next_in = state->in; in gzvprintf()
445 strm->next_in = state->in; in gzvprintf()
506 strm->next_in = state->in;
507 next = (char *)(strm->next_in + strm->avail_in);
[all …]
/netbsd/common/dist/zlib/
H A Dgzwrite.c52 strm->next_in = NULL;
97 strm->next_in += writ;
178 strm->next_in = state->in;
218 state->strm.next_in = state->in;
239 state->strm.next_in = __UNCONST(buf);
345 strm->next_in = state->in;
426 strm->next_in = state->in; in gzvprintf()
459 strm->next_in = state->in; in gzvprintf()
520 strm->next_in = state->in;
521 next = (char *)(strm->next_in + strm->avail_in);
[all …]
/netbsd/external/gpl3/binutils/dist/zlib/
H A Dgzwrite.c52 strm->next_in = NULL;
95 strm->next_in += writ;
176 strm->next_in = state->in;
216 state->strm.next_in = state->in;
237 state->strm.next_in = (z_const Bytef *)buf;
343 strm->next_in = state->in;
424 strm->next_in = state->in; in gzvprintf()
457 strm->next_in = state->in; in gzvprintf()
518 strm->next_in = state->in;
519 next = (char *)(strm->next_in + strm->avail_in);
[all …]
/netbsd/sys/arch/atari/stand/tostools/libtos/
H A Dcread.c135 s->stream.next_in = s->inbuf; in get_byte()
138 return *(s->stream.next_in)++; in get_byte()
182 s->stream.next_in--; in check_header()
243 s->stream.next_in = s->inbuf = (unsigned char*)malloc(Z_BUFSIZE); in copen()
300 s->stream.next_in, n); in cread()
302 s->stream.next_in += n; in cread()
329 s->stream.next_in = s->inbuf; in cread()
399 s->stream.next_in = s->inbuf = sav_inbuf; in clseek()
/netbsd/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A Dexample.pas198 c_stream.next_in := hello;
240 d_stream.next_in := compr;
290 c_stream.next_in := uncompr;
299 c_stream.next_in := compr;
306 c_stream.next_in := uncompr;
335 d_stream.next_in := compr;
382 c_stream.next_in := hello;
418 d_stream.next_in := compr;
468 c_stream.next_in := hello;
495 d_stream.next_in := compr;
/netbsd/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A Dexample.pas198 c_stream.next_in := hello;
240 d_stream.next_in := compr;
290 c_stream.next_in := uncompr;
299 c_stream.next_in := compr;
306 c_stream.next_in := uncompr;
335 d_stream.next_in := compr;
382 c_stream.next_in := hello;
418 d_stream.next_in := compr;
468 c_stream.next_in := hello;
495 d_stream.next_in := compr;

1234567891011