MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / adler32

Function adler32

src/lodepng.cpp:2060–2063  ·  view source on GitHub ↗

Return the adler32 of the bytes data[0..len-1]*/

Source from the content-addressed store, hash-verified

2058
2059/*Return the adler32 of the bytes data[0..len-1]*/
2060static unsigned adler32(const unsigned char* data, unsigned len)
2061{
2062 return update_adler32(1L, data, len);
2063}
2064
2065/* ////////////////////////////////////////////////////////////////////////// */
2066/* / Zlib / */

Callers 2

lodepng_zlib_decompressFunction · 0.85
lodepng_zlib_compressFunction · 0.85

Calls 1

update_adler32Function · 0.85

Tested by

no test coverage detected