Searched refs:MismatchAt (Results 1 – 3 of 3) sorted by relevance
67 const uint32_t MismatchAt = 0; // buffer are equal. in TEST() local69 MismatchOffsetDistribution MOD(BufferSize, 1024, MismatchAt); in TEST()75 const uint32_t MismatchAt = 1; // buffer are different. in TEST() local77 MismatchOffsetDistribution MOD(BufferSize, 1024, MismatchAt); in TEST()83 const uint32_t MismatchAt = 2; // buffer are different at position 2. in TEST() local86 MismatchOffsetDistribution MOD(BufferSize, MaxSize, MismatchAt); in TEST()94 if (Size >= MismatchAt) in TEST()96 AnyOf(5 - MismatchAt, 9 - MismatchAt, 13 - MismatchAt)); in TEST()
52 size_t MismatchAt) in MismatchOffsetDistribution() argument53 : MismatchAt(MismatchAt) { in MismatchOffsetDistribution()54 if (MismatchAt <= 1) in MismatchOffsetDistribution()
146 const uint32_t MismatchAt; variable150 size_t MismatchAt);161 if (Size >= MismatchAt) in operator()162 return MismatchIndex - MismatchAt; in operator()