HomeSort by relevance Sort by last modified time
    Searched refs:zlib_decompress (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
compressed_output.cc 82 zlib_decompress(const unsigned char* compressed_data, function in namespace:gold
186 return zlib_decompress(compressed_data + compression_header_size,
204 return zlib_decompress(compressed_data + zlib_header_size,
  /external/python/cpython3/Modules/clinic/
zlibmodule.c.h 60 {"decompress", (PyCFunction)zlib_decompress, METH_FASTCALL, zlib_decompress__doc__},
67 zlib_decompress(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kwnames) function
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 2116 static unsigned zlib_decompress(unsigned char** out, size_t* outsize, const unsigned char* in, function
2194 static unsigned zlib_decompress(unsigned char** out, size_t* outsize, const unsigned char* in, function
    [all...]

Completed in 4937 milliseconds