/external/libpng/contrib/pngminim/encoder/ |
D | dummy_inflate.c | 3 int ZEXPORT inflate(strm, flush) in inflate() argument 8 int ZEXPORT inflateReset(strm) in inflateReset() argument 12 int ZEXPORT inflateEnd(strm) in inflateEnd() argument 16 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument 22 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | util.h | 34 inline istream &ReadType(istream &strm, T *t) { in ReadType() 39 inline istream &ReadType(istream &strm, string *s) { in ReadType() 55 inline ostream &WriteType(ostream &strm, const T t) { in WriteType() 60 inline ostream &WriteType(ostream &strm, const string s) { in WriteType()
|
D | fst.cpp | 52 bool FstHeader::Read(istream &strm, const string &source) { in Read() 74 bool FstHeader::Write(ostream &strm, const string &source) const { in Write()
|
/external/openfst/src/include/fst/ |
D | util.h | 63 inline istream &ReadType(istream &strm, T *t) { in ReadType() 89 inline istream &ReadType(istream &strm, string *s) { in ReadType() 103 inline istream &ReadType(istream &strm, pair<S, T> *p) { in ReadType() 110 inline istream &ReadType(istream &strm, pair<const S, T> *p) { in ReadType() 169 inline ostream &WriteType(ostream &strm, const T t) { in WriteType() 196 inline ostream &WriteType(ostream &strm, const string &s) { in WriteType() 204 inline ostream &WriteType(ostream &strm, const pair<S, T> &p) { in WriteType() 264 ostringstream strm; in WeightToStr() local 315 ostream *strm = &std::cout; in WriteLabelPairs() local 333 delete strm; in WriteLabelPairs() local
|
D | pair-weight.h | 71 istream &Read(istream &strm) { in Read() 76 ostream &Write(ostream &strm) const { in Write() 116 istream &strm, PairWeight<W1, W2>& w, char separator) { in ReadNoParen() 145 istream &strm, PairWeight<W1, W2>& w, in ReadWithParen()
|
D | tuple-weight.h | 83 istream &Read(istream &strm) { in Read() 89 ostream &Write(ostream &strm) const { in Write() 135 inline static istream &ReadNoParen(istream &strm, in ReadNoParen() 171 inline static istream &ReadWithParen(istream &strm, in ReadWithParen()
|
D | compact-fst.h | 354 istream &strm, in Read() 404 bool CompactFstData<E, U>::Write(ostream &strm, in Write() 616 static CompactFstImpl<A, C, U> *Read(istream &strm, in Read() 644 bool Write(ostream &strm, const FstWriteOptions &opts) const { in Write() 846 static CompactFst<A, C, U> *Read(istream &strm, const FstReadOptions &opts) { in Read() 858 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const { in Write() 1116 bool Write(ostream &strm) const { return true; } in Write() 1118 static StringCompactor *Read(istream &strm) { in Read() 1159 bool Write(ostream &strm) const { return true; } in Write() 1161 static WeightedStringCompactor *Read(istream &strm) { in Read() [all …]
|
/external/zlib/ |
D | inflate.c | 103 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() argument 128 int ZEXPORT inflateReset(strm) in inflateReset() argument 141 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument 179 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument 221 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument 229 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument 378 local int updatewindow(strm, out) in updatewindow() argument 609 int ZEXPORT inflate(strm, flush) in inflate() argument 1258 int ZEXPORT inflateEnd(strm) in inflateEnd() argument 1272 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument [all …]
|
D | gzwrite.c | 19 z_streamp strm = &(state->strm); local 76 z_streamp strm = &(state->strm); local 139 z_streamp strm = &(state->strm); local 173 z_streamp strm; local 249 z_streamp strm; local 307 z_streamp strm; in gzprintf() local 383 z_streamp strm; local 490 z_streamp strm; local
|
D | deflate.c | 201 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() argument 213 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 392 int ZEXPORT deflateResetKeep (strm) in deflateResetKeep() argument 427 int ZEXPORT deflateReset (strm) in deflateReset() argument 439 int ZEXPORT deflateSetHeader (strm, head) in deflateSetHeader() argument 450 int ZEXPORT deflatePending (strm, pending, bits) in deflatePending() argument 464 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() argument 490 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument 529 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument [all …]
|
D | gzread.c | 55 z_streamp strm = &(state->strm); local 83 z_streamp strm = &(state->strm); local 171 z_streamp strm = &(state->strm); local 223 z_streamp strm = &(state->strm); local 289 z_streamp strm; local
|
D | infback.c | 28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) in inflateBackInit_() argument 250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument 631 int ZEXPORT inflateBackEnd(strm) in inflateBackEnd() argument
|
/external/qemu/distrib/zlib-1.2.3/ |
D | inflate.c | 103 int ZEXPORT inflateReset(strm) in inflateReset() argument 128 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument 144 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument 187 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument 323 local int updatewindow(strm, out) in updatewindow() argument 554 int ZEXPORT inflate(strm, flush) in inflate() argument 1155 int ZEXPORT inflateEnd(strm) in inflateEnd() argument 1169 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument 1211 int ZEXPORT inflateGetHeader(strm, head) in inflateGetHeader() argument 1262 int ZEXPORT inflateSync(strm) in inflateSync() argument [all …]
|
D | deflate.c | 204 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() argument 216 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument 315 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument 357 int ZEXPORT deflateReset (strm) in deflateReset() argument 393 int ZEXPORT deflateSetHeader (strm, head) in deflateSetHeader() argument 404 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() argument 416 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument 454 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument 489 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() argument 532 local void flush_pending(strm) in flush_pending() argument [all …]
|
D | infback.c | 28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) in inflateBackInit_() argument 241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument 614 int ZEXPORT inflateBackEnd(strm) in inflateBackEnd() argument
|
D | zlib.h | 1331 #define deflateInit(strm, level) \ argument 1333 #define inflateInit(strm) \ argument 1335 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1338 #define inflateInit2(strm, windowBits) \ argument 1340 #define inflateBackInit(strm, windowBits, window) \ argument
|
/external/zlib/test/ |
D | infcover.c | 158 local void mem_setup(z_stream *strm) in mem_setup() 176 local void mem_limit(z_stream *strm, size_t limit) in mem_limit() 184 local void mem_used(z_stream *strm, char *prefix) in mem_used() 192 local void mem_high(z_stream *strm, char *prefix) in mem_high() 200 local void mem_done(z_stream *strm, char *prefix) in mem_done() 290 z_stream strm, copy; in inf() local 353 z_stream strm; in cover_support() local 391 z_stream strm, copy; in cover_wrap() local 473 z_stream strm; in cover_back() local 513 z_stream strm; in try() local
|
/external/openfst/src/lib/ |
D | fst.cc | 110 bool IsFstHeader(istream &strm, const string &source) { in IsFstHeader() 125 bool FstHeader::Read(istream &strm, const string &source, bool rewind) { in Read() 154 bool FstHeader::Write(ostream &strm, const string &source) const { in Write()
|
D | util.cc | 62 bool AlignInput(istream &strm, int align) { in AlignInput() 78 bool AlignOutput(ostream &strm, int align) { in AlignOutput()
|
/external/openfst/src/script/ |
D | text-io.cc | 34 ifstream strm(filename.c_str()); in ReadPotentials() local 70 ostream *strm = &std::cout; in WritePotentials() local
|
/external/zlib/contrib/infback9/ |
D | infback9.h | 31 #define inflateBack9Init(strm, window) \ argument
|
/external/openfst/src/extensions/far/ |
D | sttable.cc | 22 ifstream strm(filename.c_str()); in IsSTTable() local
|
D | stlist.cc | 22 ifstream strm(filename.c_str()); in IsSTList() local
|
/external/zlib/examples/ |
D | zpipe.c | 40 z_stream strm; in def() local 96 z_stream strm; in inf() local
|
/external/chromium/sdch/open-vcdiff/src/ |
D | zlib.h | 1347 #define deflateInit(strm, level) \ argument 1349 #define inflateInit(strm) \ argument 1351 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1354 #define inflateInit2(strm, windowBits) \ argument 1356 #define inflateBackInit(strm, windowBits, window) \ argument
|