Home
last modified time | relevance | path

Searched refs:fletcher32 (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-solaris.h52 extern UInt ML_(fletcher32)(UShort *buf, SizeT blocks);
Dsyswrap-x86-solaris.c263 checksum = ML_(fletcher32)((UShort*)&buf, sizeof(buf) / sizeof(UShort)); in ML_()
466 checksum = ML_(fletcher32)((UShort*)&buf, in ML_()
Dsyswrap-solaris.c487 UInt ML_(fletcher32)(UShort *buf, SizeT blocks) in ML_() argument