Home | History | Annotate | Download | only in tests

Lines Matching refs:buff2

242 *   find the first different byte between buff1 and buff2.
243 * presumes buff1 != buff2.
247 static void FUZ_findDiff(const void* buff1, const void* buff2)
250 const BYTE* const b2 = (const BYTE*)buff2;