Home
last modified time | relevance | path

Searched refs:next_out (Results 1 – 25 of 259) sorted by relevance

1234567891011

/netbsd/external/gpl3/gdb/dist/gas/
H A Dcompress-debug.c46 int *avail_in, char **next_out, int *avail_out) in compress_data() argument
53 strm->next_out = (Bytef *) (*next_out); in compress_data()
63 *next_out = (char *) (strm->next_out); in compress_data()
74 compress_finish (struct z_stream_s *strm, char **next_out, in compress_finish() argument
80 strm->next_out = (Bytef *) (*next_out); in compress_finish()
86 *next_out = (char *) (strm->next_out); in compress_finish()
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Dcompress-debug.c46 int *avail_in, char **next_out, int *avail_out) in compress_data() argument
53 strm->next_out = (Bytef *) (*next_out); in compress_data()
63 *next_out = (char *) (strm->next_out); in compress_data()
74 compress_finish (struct z_stream_s *strm, char **next_out, in compress_finish() argument
80 strm->next_out = (Bytef *) (*next_out); in compress_finish()
86 *next_out = (char *) (strm->next_out); in compress_finish()
/netbsd/external/gpl3/binutils/dist/gas/
H A Dcompress-debug.c46 int *avail_in, char **next_out, int *avail_out) in compress_data() argument
53 strm->next_out = (Bytef *) (*next_out); in compress_data()
63 *next_out = (char *) (strm->next_out); in compress_data()
74 compress_finish (struct z_stream_s *strm, char **next_out, in compress_finish() argument
80 strm->next_out = (Bytef *) (*next_out); in compress_finish()
86 *next_out = (char *) (strm->next_out); in compress_finish()
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Dcompress-debug.c46 int *avail_in, char **next_out, int *avail_out) in compress_data() argument
53 strm->next_out = (Bytef *) (*next_out); in compress_data()
63 *next_out = (char *) (strm->next_out); in compress_data()
74 compress_finish (struct z_stream_s *strm, char **next_out, in compress_finish() argument
80 strm->next_out = (Bytef *) (*next_out); in compress_finish()
86 *next_out = (char *) (strm->next_out); in compress_finish()
/netbsd/external/gpl2/xcvs/dist/src/
H A Dzlib.c171 cb->zstr.next_out = (Bytef *) data; in compress_buffer_input()
308 cb->zstr.next_out = (unsigned char *) buffer; in compress_buffer_output()
353 cb->zstr.next_out = (unsigned char *) buffer; in compress_buffer_flush()
453 cb->zstr.next_out = (unsigned char *) buffer; in compress_buffer_shutdown_output()
611 zstr.next_out = outbuf; in gunzip_and_write()
712 zstr.next_out = *buf + 10; in read_and_gzip()
743 assert(zstr.next_out == *buf + zstr.total_out); in read_and_gzip()
752 zstr.next_out = *buf + zstr.total_out; in read_and_gzip()
775 assert(zstr.next_out == *buf + zstr.total_out); in read_and_gzip()
784 zstr.next_out = *buf + zstr.total_out; in read_and_gzip()
[all …]
/netbsd/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcompress.c133 z->zstream.next_out == &z->out[z->offset]) { in zlib_compressed_data_reader()
142 if (&z->out[z->offset] == z->zstream.next_out) { in zlib_compressed_data_reader()
145 z->zstream.next_out = z->out; in zlib_compressed_data_reader()
186 if (z->zstream.next_out <= &z->out[z->offset]) { in zlib_compressed_data_reader()
219 bz->bzstream.next_out == &bz->out[bz->offset]) { in bzip2_compressed_data_reader()
223 if (&bz->out[bz->offset] == bz->bzstream.next_out) { in bzip2_compressed_data_reader()
226 bz->bzstream.next_out = (char *) bz->out; in bzip2_compressed_data_reader()
265 if (bz->bzstream.next_out <= &bz->out[bz->offset]) { in bzip2_compressed_data_reader()
311 z.zstream.next_out = z.out; in pgp_decompress()
328 bz.bzstream.next_out = bz.out; in pgp_decompress()
[all …]
/netbsd/external/gpl3/gdb/dist/zlib/contrib/delphi/
H A DZLib.pas28 next_out: PChar; // next output byte should be put here
300 strm.next_out := OutBuf;
309 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
343 strm.next_out := OutBuf;
352 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
376 strm.next_out := OutBuf;
413 FZRec.next_out := FBuffer;
428 FZRec.next_out := FBuffer;
455 FZRec.next_out := FBuffer;
500 FZRec.next_out := @Buffer;
/netbsd/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
H A DZLib.pas28 next_out: PChar; // next output byte should be put here
300 strm.next_out := OutBuf;
309 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
343 strm.next_out := OutBuf;
352 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
376 strm.next_out := OutBuf;
413 FZRec.next_out := FBuffer;
428 FZRec.next_out := FBuffer;
455 FZRec.next_out := FBuffer;
500 FZRec.next_out := @Buffer;
/netbsd/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
H A DZLib.pas28 next_out: PChar; // next output byte should be put here
300 strm.next_out := OutBuf;
309 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
343 strm.next_out := OutBuf;
352 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
376 strm.next_out := OutBuf;
413 FZRec.next_out := FBuffer;
428 FZRec.next_out := FBuffer;
455 FZRec.next_out := FBuffer;
500 FZRec.next_out := @Buffer;
/netbsd/common/dist/zlib/contrib/delphi/
H A DZLib.pas28 next_out: PChar; // next output byte should be put here
300 strm.next_out := OutBuf;
309 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
343 strm.next_out := OutBuf;
352 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
376 strm.next_out := OutBuf;
413 FZRec.next_out := FBuffer;
428 FZRec.next_out := FBuffer;
455 FZRec.next_out := FBuffer;
500 FZRec.next_out := @Buffer;
/netbsd/external/gpl3/binutils/dist/zlib/contrib/delphi/
H A DZLib.pas28 next_out: PChar; // next output byte should be put here
300 strm.next_out := OutBuf;
309 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
343 strm.next_out := OutBuf;
352 strm.next_out := PChar(Integer(OutBuf) + (Integer(strm.next_out) - Integer(P)));
376 strm.next_out := OutBuf;
413 FZRec.next_out := FBuffer;
428 FZRec.next_out := FBuffer;
455 FZRec.next_out := FBuffer;
500 FZRec.next_out := @Buffer;
/netbsd/sys/arch/hpc/stand/hpcboot/
H A Dfile_manager.cpp107 _stream->next_out = reinterpret_cast<uint8_t *>(buf); in _read()
118 memcpy(_stream->next_out, _stream->next_in, n); in _read()
119 _stream->next_out += n; in _read()
125 got = _file->read(_stream->next_out, in _read()
149 (_stream->next_out - start)); in _read()
150 start = _stream->next_out; in _read()
168 _crc = crc32(_crc, start,(unsigned int)(_stream->next_out - start)); in _read()
/netbsd/sys/arch/atari/stand/tostools/libtos/
H A Dcread.c288 s->stream.next_out = buf; in cread()
299 zmemcpy(s->stream.next_out, in cread()
301 s->stream.next_out += n; in cread()
308 got = read(s->fd, s->stream.next_out, in cread()
337 (s->stream.next_out - start)); in cread()
338 start = s->stream.next_out; in cread()
358 (unsigned int)(s->stream.next_out - start)); in cread()
/netbsd/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A Dexample.pas199 c_stream.next_out := compr;
242 d_stream.next_out := uncompr;
284 c_stream.next_out := compr;
343 d_stream.next_out := uncompr; (* discard the output *)
383 c_stream.next_out := compr;
424 d_stream.next_out := uncompr;
465 c_stream.next_out := compr;
501 d_stream.next_out := uncompr;
/netbsd/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A Dexample.pas199 c_stream.next_out := compr;
242 d_stream.next_out := uncompr;
284 c_stream.next_out := compr;
343 d_stream.next_out := uncompr; (* discard the output *)
383 c_stream.next_out := compr;
424 d_stream.next_out := uncompr;
465 c_stream.next_out := compr;
501 d_stream.next_out := uncompr;
/netbsd/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
H A Dexample.pas199 c_stream.next_out := compr;
242 d_stream.next_out := uncompr;
284 c_stream.next_out := compr;
343 d_stream.next_out := uncompr; (* discard the output *)
383 c_stream.next_out := compr;
424 d_stream.next_out := uncompr;
465 c_stream.next_out := compr;
501 d_stream.next_out := uncompr;
/netbsd/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
H A Dexample.pas199 c_stream.next_out := compr;
242 d_stream.next_out := uncompr;
284 c_stream.next_out := compr;
343 d_stream.next_out := uncompr; (* discard the output *)
383 c_stream.next_out := compr;
424 d_stream.next_out := uncompr;
465 c_stream.next_out := compr;
501 d_stream.next_out := uncompr;
/netbsd/common/dist/zlib/contrib/pascal/
H A Dexample.pas199 c_stream.next_out := compr;
242 d_stream.next_out := uncompr;
284 c_stream.next_out := compr;
343 d_stream.next_out := uncompr; (* discard the output *)
383 c_stream.next_out := compr;
424 d_stream.next_out := uncompr;
465 c_stream.next_out := compr;
501 d_stream.next_out := uncompr;
/netbsd/sys/lib/libsa/
H A Dcread.c335 s->stream.next_out = buf; in read()
346 zmemcpy(s->stream.next_out, in read()
348 s->stream.next_out += n; in read()
355 got = oread(s->fd, s->stream.next_out, in read()
387 (s->stream.next_out - start)); in read()
388 start = s->stream.next_out; in read()
419 (unsigned int)(s->stream.next_out - start)); in read()
/netbsd/external/gpl3/binutils/dist/zlib/
H A Dexample.c185 c_stream.next_out = compr;
222 d_stream.next_out = uncompr;
262 c_stream.next_out = compr;
323 d_stream.next_out = uncompr; /* discard the output */
360 c_stream.next_out = compr;
401 d_stream.next_out = uncompr;
445 c_stream.next_out = compr;
482 d_stream.next_out = uncompr;
/netbsd/external/gpl3/gdb/dist/zlib/
H A Dexample.c185 c_stream.next_out = compr;
222 d_stream.next_out = uncompr;
262 c_stream.next_out = compr;
323 d_stream.next_out = uncompr; /* discard the output */
360 c_stream.next_out = compr;
401 d_stream.next_out = uncompr;
445 c_stream.next_out = compr;
482 d_stream.next_out = uncompr;
/netbsd/external/gpl3/binutils.old/dist/zlib/
H A Dexample.c185 c_stream.next_out = compr;
222 d_stream.next_out = uncompr;
262 c_stream.next_out = compr;
323 d_stream.next_out = uncompr; /* discard the output */
360 c_stream.next_out = compr;
401 d_stream.next_out = uncompr;
445 c_stream.next_out = compr;
482 d_stream.next_out = uncompr;
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dzlib.d256 zs.next_out = cast(typeof(zs.next_out)) &destbuf[olddestlen];
424 zs.next_out = destbuf.ptr; in compress()
480 zs.next_out = tmpbuf.ptr;
492 zs.next_out = tmpbuf.ptr;
602 zs.next_out = destbuf.ptr;
648 zs.next_out = destbuf.ptr;
664 destbuf = destbuf.ptr[0 .. zs.next_out - destbuf.ptr];
/netbsd/external/gpl3/gdb.old/dist/zlib/
H A Dexample.c185 c_stream.next_out = compr;
222 d_stream.next_out = uncompr;
262 c_stream.next_out = compr;
323 d_stream.next_out = uncompr; /* discard the output */
360 c_stream.next_out = compr;
401 d_stream.next_out = uncompr;
445 c_stream.next_out = compr;
482 d_stream.next_out = uncompr;
/netbsd/external/gpl3/gdb/dist/zlib/examples/
H A Dfitblk.c105 inf->next_out = raw; in recompress()
157 def.next_out = blk; in main()
196 def.next_out = tmp; in main()
211 def.next_out = blk; in main()

1234567891011