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

/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
H A Ddeflate.c510 return compressBound(sourceLen);
/external/zlib/
H A Dcompress.c75 uLong ZEXPORT compressBound (sourceLen) function
H A Dzconf.in.h39 # define compressBound z_compressBound macro
326 # pragma map(compressBound,"CMBND")
H A Dzconf.h32 # define compressBound z_compressBound macro
423 #pragma map(compressBound,"CMBND")
H A Dzconf.h.cmakein34 # define compressBound z_compressBound
424 #pragma map(compressBound,"CMBND")
H A Dzconf.h.in32 # define compressBound z_compressBound
422 #pragma map(compressBound,"CMBND")
H A Dzlib.h1108 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1124 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1132 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1134 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/zlib/contrib/pascal/
H A Dzlibpas.pas120 function compressBound(sourceLen: LongInt): LongInt; function
160 function compressBound; external; function
/external/zlib/as400/
H A Dzlib.inc116 D compressBound PR 10U 0 extproc('compressBound')
/external/zlib/old/as400/
H A Dzlib.inc116 D compressBound PR 10U 0 extproc('compressBound')
/external/zlib/contrib/delphi/
H A DZLib.pas213 procedure compressBound; external; procedure

Completed in 35 milliseconds