MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / adler32

Function adler32

samples/shared/lodepng.cpp:2084–2087  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2082
2083/*Return the adler32 of the bytes data[0..len-1]*/
2084static unsigned adler32(const unsigned char* data, unsigned len)
2085{
2086 return update_adler32(1L, data, len);
2087}
2088
2089/* ////////////////////////////////////////////////////////////////////////// */
2090/* / 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