Searched refs:errorPos (Results 1 – 2 of 2) sorted by relevance
150 unsigned errorPos = 0; in compare() local151 while ((errorPos < r0) && (b0[errorPos]==b1[errorPos])) errorPos++; in compare()152 result += errorPos; in compare()
119 { size_t const errorPos = checkBuffers(srcBuff, resultBuff, srcSize); in roundTripTest() local120 CONTROL_MSG(errorPos != srcSize, in roundTripTest()122 (unsigned)errorPos); in roundTripTest()