Home
last modified time | relevance | path

Searched refs:uLongf (Results 1 – 24 of 24) sorted by relevance

/external/zlib/src/
Dcompress.c24 uLongf *destLen;
70 uLongf *destLen;
Duncompr.c29 uLongf *destLen;
88 uLongf *destLen;
Dzlib.h1228 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1243 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1266 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1284 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen,
Dzconf.h157 # define uLongf z_uLongf macro
405 typedef uLong FAR uLongf; typedef
Dzconf.h.cmakein159 # define uLongf z_uLongf
407 typedef uLong FAR uLongf;
Dzconf.h.in157 # define uLongf z_uLongf macro
405 typedef uLong FAR uLongf; typedef
/external/python/cpython2/Modules/zlib/
Dcompress.c24 uLongf *destLen;
70 uLongf *destLen;
Duncompr.c29 uLongf *destLen;
88 uLongf *destLen;
Dzlib.h1227 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1242 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1265 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1283 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen,
Dzconf.h157 # define uLongf z_uLongf macro
405 typedef uLong FAR uLongf; typedef
Dzconf.h.in157 # define uLongf z_uLongf macro
405 typedef uLong FAR uLongf; typedef
Dzconf.h.cmakein159 # define uLongf z_uLongf
407 typedef uLong FAR uLongf;
/external/freetype/src/gzip/
Dftzconf.h46 # define uLongf z_uLongf macro
233 typedef uLong FAR uLongf; typedef
Dinfblock.h30 uLongf *)); /* check value on output */
Dinfblock.c70 uLongf *c ) in inflate_blocks_reset()
/external/zlib/
Dzlib.h1228 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1243 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1266 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1284 ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf *destLen,
Dzconf.h157 # define uLongf z_uLongf macro
405 typedef uLong FAR uLongf; typedef
/external/llvm/lib/Support/
DCompression.cpp70 (Bytef *)UncompressedBuffer.data(), (uLongf *)&UncompressedSize, in uncompress()
/external/u-boot/include/u-boot/
Dzlib.h108 # define uLongf z_uLongf macro
326 typedef uLong FAR uLongf; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCompression.cpp79 ::uncompress((Bytef *)UncompressedBuffer, (uLongf *)&UncompressedSize, in uncompress()
/external/dng_sdk/source/
Ddng_read_image.cpp2329 uLongf dstLen = uncompressedSize; in ReadTile()
Ddng_image_writer.cpp3811 uLongf dCount = compressedBuffer->LogicalSize (); in WriteData()
/external/sqlite/dist/orig/
Dshell.c5678 uLongf nOut = compressBound(nData); in sqlarCompressFunc()
5716 uLongf sz; in sqlarUncompressFunc()
/external/sqlite/dist/
Dshell.c5684 uLongf nOut = compressBound(nData); in sqlarCompressFunc()
5722 uLongf sz; in sqlarUncompressFunc()