Searched refs:lzo_adler32 (Results 1 – 7 of 7) sorted by relevance
/external/syslinux/lzo/ |
D | prepcore.c | 253 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/ |
D | lzo_util.c | 109 lzo_adler32(lzo_uint32_t adler, const lzo_bytep buf, lzo_uint len) in lzo_adler32() function
|
/external/valgrind/coregrind/m_debuginfo/ |
D | lzoconf.h | 383 lzo_adler32(lzo_uint32 c, const lzo_bytep buf, lzo_uint len);
|
D | minilzo-inl.c | 2406 lzo_adler32(lzo_uint32 adler, const lzo_bytep buf, lzo_uint len) in lzo_adler32() function
|
/external/libvncserver/common/ |
D | lzoconf.h | 356 lzo_adler32(lzo_uint32_t c, const lzo_bytep buf, lzo_uint len);
|
D | minilzo.c | 3968 lzo_adler32(lzo_uint32_t adler, const lzo_bytep buf, lzo_uint len) in lzo_adler32() function
|
/external/syslinux/lzo/include/lzo/ |
D | lzoconf.h | 356 lzo_adler32(lzo_uint32_t c, const lzo_bytep buf, lzo_uint len);
|