Searched refs:compressBound (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/zlib/
H A Dcompress.c75 uLong ZEXPORT compressBound (sourceLen) function
H A Dzconf.h35 # define compressBound z_compressBound macro
425 #pragma map(compressBound,"CMBND")
H A Dmozzconf.h69 #define compressBound MOZ_Z_compressBound macro
H A Dzlib.h1113 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1129 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1137 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1139 compressBound() returns an upper bound on the compressed size after
/external/qemu/distrib/zlib-1.2.3/
H A Dcompress.c75 uLong ZEXPORT compressBound (sourceLen) function
H A Dzconf.h39 # define compressBound z_compressBound macro
326 # pragma map(compressBound,"CMBND")
H A Dzlib.h1015 by compressBound(sourceLen). Upon exit, destLen is the actual size of the
1032 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1040 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1042 compressBound() returns an upper bound on the compressed size after
/external/zlib/src/
H A Dcompress.c75 uLong ZEXPORT compressBound (sourceLen) function
H A Dzconf.h35 # define compressBound z_compressBound macro
505 #pragma map(compressBound,"CMBND")
H A Dzconf.h.cmakein37 # define compressBound z_compressBound
507 #pragma map(compressBound,"CMBND")
H A Dzconf.h.in35 # define compressBound z_compressBound
505 #pragma map(compressBound,"CMBND")
H A Dzlib.h1166 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1182 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1190 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1192 compressBound() returns an upper bound on the compressed size after
/external/chromium/sdch/open-vcdiff/src/
H A Dzconf.h39 # define compressBound z_compressBound macro
329 # pragma map(compressBound,"CMBND")
H A Dzlib.h1015 by compressBound(sourceLen). Upon exit, destLen is the actual size of the
1032 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1040 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1042 compressBound() returns an upper bound on the compressed size after
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzconf.h39 # define compressBound z_compressBound macro
329 # pragma map(compressBound,"CMBND")
H A Dzlib.h1015 by compressBound(sourceLen). Upon exit, destLen is the actual size of the
1032 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1040 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1042 compressBound() returns an upper bound on the compressed size after
/external/open-vcdiff/src/zlib/
H A Dzconf.h39 # define compressBound z_compressBound macro
329 # pragma map(compressBound,"CMBND")
H A Dzlib.h1015 by compressBound(sourceLen). Upon exit, destLen is the actual size of the
1032 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1040 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1042 compressBound() returns an upper bound on the compressed size after
/external/chromium_org/chrome/browser/metrics/
H A Dcompression_utils.cc79 compressBound(input.size()));
/external/llvm/lib/Support/
H A DCompression.cpp53 unsigned long CompressedSize = ::compressBound(InputBuffer.size());
/external/zlib/
H A Dzconf.h35 # define compressBound z_compressBound macro
505 #pragma map(compressBound,"CMBND")
H A Dzlib.h1166 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1182 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1190 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1192 compressBound() returns an upper bound on the compressed size after
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas149 function compressBound(sourceLen: LongInt): LongInt; function
192 function compressBound; external; function
/external/zlib/src/as400/
H A Dzlib.inc126 D compressBound PR 10U 0 extproc('compressBound')
/external/zlib/src/contrib/delphi/
H A DZLib.pas213 procedure compressBound; external; procedure

Completed in 96 milliseconds

12