MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / adler32

Function adler32

dependency/densecrf/examples/lodepng.cpp:2115–2118  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2113
2114/*Return the adler32 of the bytes data[0..len-1]*/
2115static unsigned adler32(const unsigned char* data, unsigned len)
2116{
2117 return update_adler32(1L, data, len);
2118}
2119
2120/* ////////////////////////////////////////////////////////////////////////// */
2121/* / 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