Searched refs:MismatchAt (Results 1 – 3 of 3) sorted by relevance
92 const uint32_t MismatchAt = 2; in TEST() local96 Conf.MemcmpMismatchAt = MismatchAt; // buffer are different at position 2. in TEST()107 if (Size >= MismatchAt) in TEST()109 AnyOf(5 - MismatchAt, 9 - MismatchAt, 13 - MismatchAt)); in TEST()
159 const uint32_t MismatchAt; variable173 if (Size >= MismatchAt) in operator()174 return MismatchIndex - MismatchAt; in operator()
49 : MismatchAt(Conf.MemcmpMismatchAt) { in MismatchOffsetDistribution()50 if (MismatchAt <= 1) in MismatchOffsetDistribution()