Searched refs:fletcher32 (Results 1 – 3 of 3) sorted by relevance
52 extern UInt ML_(fletcher32)(UShort *buf, SizeT blocks);
263 checksum = ML_(fletcher32)((UShort*)&buf, sizeof(buf) / sizeof(UShort)); in ML_()466 checksum = ML_(fletcher32)((UShort*)&buf, in ML_()
487 UInt ML_(fletcher32)(UShort *buf, SizeT blocks) in ML_() argument