Searched refs:MemcmpMismatchAt (Results 1 – 6 of 6) sorted by relevance
77 Conf.MemcmpMismatchAt = 0; // buffer are equal. in TEST()85 Conf.MemcmpMismatchAt = 1; // buffer are different. in TEST()96 Conf.MemcmpMismatchAt = MismatchAt; // buffer are different at position 2. in TEST()
35 if (Conf.MemcmpMismatchAt == 0) in MemcmpContext()37 else if (Conf.MemcmpMismatchAt == 1) in MemcmpContext()
49 : MismatchAt(Conf.MemcmpMismatchAt) { in MismatchOffsetDistribution()
89 Field(&StudyConfiguration::MemcmpMismatchAt, SC.MemcmpMismatchAt)); in Equals()
60 uint32_t MemcmpMismatchAt = 0; // 0 : Buffer compare equal, member
205 O.map("MemcmpMismatchAt", Out.MemcmpMismatchAt); in fromJson()327 JOS.attribute("MemcmpMismatchAt", SC.MemcmpMismatchAt); in Serialize()