Home
last modified time | relevance | path

Searched refs:lzo_adler32 (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/lzo/
Dprepcore.c253 uncompressed_checksum = lzo_adler32(0, NULL, 0); in main()
254 uncompressed_checksum = lzo_adler32(uncompressed_checksum, in, in_len); in main()
313 compressed_checksum = lzo_adler32(0, NULL, 0); in main()
314 compressed_checksum = lzo_adler32(compressed_checksum, out, out_len); in main()
/external/syslinux/lzo/src/
Dlzo_util.c109 lzo_adler32(lzo_uint32_t adler, const lzo_bytep buf, lzo_uint len) in lzo_adler32() function
/external/valgrind/coregrind/m_debuginfo/
Dlzoconf.h383 lzo_adler32(lzo_uint32 c, const lzo_bytep buf, lzo_uint len);
Dminilzo-inl.c2406 lzo_adler32(lzo_uint32 adler, const lzo_bytep buf, lzo_uint len) in lzo_adler32() function
/external/libvncserver/common/
Dlzoconf.h356 lzo_adler32(lzo_uint32_t c, const lzo_bytep buf, lzo_uint len);
Dminilzo.c3968 lzo_adler32(lzo_uint32_t adler, const lzo_bytep buf, lzo_uint len) in lzo_adler32() function
/external/syslinux/lzo/include/lzo/
Dlzoconf.h356 lzo_adler32(lzo_uint32_t c, const lzo_bytep buf, lzo_uint len);