Home
last modified time | relevance | path

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

123

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/
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;
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
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;
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
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()
A Dzran.c188 strm.next_out = window; in build_index()
298 strm.next_out = buf; in extract()
303 strm.next_out = discard; in extract()
308 strm.next_out = discard; in extract()
A Dzpipe.c66 strm.next_out = out; in def()
124 strm.next_out = out; in inf()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A Dexample.c216 c_stream.next_out = compr;
253 d_stream.next_out = uncompr;
293 c_stream.next_out = compr;
354 d_stream.next_out = uncompr; /* discard the output */
391 c_stream.next_out = compr;
432 d_stream.next_out = uncompr;
476 c_stream.next_out = compr;
513 d_stream.next_out = uncompr;
/AliOS-Things-master/components/freetype/src/gzip/
A Dinfutil.c32 p = z->next_out; in inflate_flush()
81 z->next_out = p; in inflate_flush()
A Dftgzip.c330 zstream->next_out = NULL; in ft_gzip_file_done()
357 zstream->next_out = zip->buffer; in ft_gzip_file_reset()
411 zstream->next_out = zip->cursor; in ft_gzip_file_fill_output()
430 zip->limit = zstream->next_out; in ft_gzip_file_fill_output()
708 stream.next_out = output; in FT_Gzip_Uncompress()
A Dzlib.h73 Bytef *next_out; /* next output byte should be put there */ member
/AliOS-Things-master/components/freetype/src/bzip2/
A Dftbzip2.c205 bzstream->next_out = NULL; in ft_bzip2_file_done()
232 bzstream->next_out = (char*)zip->buffer; in ft_bzip2_file_reset()
288 bzstream->next_out = (char*)zip->cursor; in ft_bzip2_file_fill_output()
307 zip->limit = (FT_Byte*)bzstream->next_out; in ft_bzip2_file_fill_output()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/
A Dinffas8664.c129 ar.out = strm->next_out;
174 strm->next_out = ar.out;
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dgzio.c-bak116 s->stream.next_out = s->outbuf = Z_NULL;
247 s->stream.next_out = s->outbuf;
402 Byte *next_out; /* == stream.next_out but not forced far (for MSDOS) */
409 next_out = (Byte*)buf;
410 s->stream.next_out = (Bytef*)buf;
414 *next_out++ = s->back;
415 s->stream.next_out++;
434 next_out += n;
435 s->stream.next_out = next_out;
472 start = s->stream.next_out;
[all …]
A Dexample.c-bak185 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;
A Dgzwrite.c50 strm->next_out = state->out;
51 state->next = strm->next_out;
78 have = (unsigned)(strm->next_out - state->next);
86 strm->next_out = state->out;
88 state->next = strm->next_out;
A Duncompr.c38 stream.next_out = dest;
A Dcompress.c38 stream.next_out = dest;
A Dinffast.c101 out = strm->next_out - OFF;
317 strm->next_out = out + OFF;
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_zip.c165 sp->stream.next_out = op; in ZIPDecode()
242 sp->stream.next_out = tif->tif_rawdata; in ZIPPreEncode()
290 sp->stream.next_out = tif->tif_rawdata; in ZIPEncode()
318 sp->stream.next_out = tif->tif_rawdata; in ZIPPostEncode()
A Dtif_lzma.c177 sp->stream.next_out = op; in LZMADecode()
258 sp->stream.next_out = tif->tif_rawdata; in LZMAPreEncode()
299 sp->stream.next_out = tif->tif_rawdata; in LZMAEncode()
327 sp->stream.next_out = tif->tif_rawdata; in LZMAPostEncode()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dgzwrite.c61 strm->next_out = state->out;
62 state->x.next = strm->next_out;
107 while (strm->next_out > state->x.next) {
108 put = strm->next_out - state->x.next > (int)max ? max :
109 (unsigned)(strm->next_out - state->x.next);
119 strm->next_out = state->out;
A Dinffast.c84 out = strm->next_out;
300 strm->next_out = out;
A Dcompress.c44 stream.next_out = dest;
A Duncompr.c58 stream.next_out = dest;
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DCodecBase.cs184 _ztream.next_out = _hOutput.AddrOfPinnedObject(); in resetOutput()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/testzlib/
A Dtestzlib.c201 zcpr.next_out = CprPtr; in main()
242 zcpr.next_out = UncprPtr; in main()

Completed in 24 milliseconds

123