Searched refs:indp (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgun.c155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
191 /* Decompress a compress (LZW) file from indp to outfile. The compress magic
200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, argument
388 struct ind ind, *indp; local
394 indp = &ind;
415 ret = lunpipe(have, next, indp, outfile, strm);
475 ret = inflateBack(strm, in, indp, out, &outd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgun.c151 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
187 /* Decompress a compress (LZW) file from indp to outfile. The compress magic
196 local int lunpipe(unsigned have, unsigned char *next, struct ind *indp, argument
379 struct ind ind, *indp; local
385 indp = &ind;
406 ret = lunpipe(have, next, indp, outfile, strm);
466 ret = inflateBack(strm, in, indp, out, &outd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dgun.c151 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
187 /* Decompress a compress (LZW) file from indp to outfile. The compress magic
196 local int lunpipe(unsigned have, unsigned char *next, struct ind *indp, argument
379 struct ind ind, *indp; local
385 indp = &ind;
406 ret = lunpipe(have, next, indp, outfile, strm);
466 ret = inflateBack(strm, in, indp, out, &outd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dgun.c154 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
190 /* Decompress a compress (LZW) file from indp to outfile. The compress magic
199 local int lunpipe(unsigned have, unsigned char *next, struct ind *indp, argument
387 struct ind ind, *indp; local
393 indp = &ind;
414 ret = lunpipe(have, next, indp, outfile, strm);
474 ret = inflateBack(strm, in, indp, out, &outd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresenc_anatoliy.c243 int indp = progressive_scan[i]; local
245 int val = QSCALE(qmat, indp, in[(j << 6) + indp]);

Completed in 91 milliseconds