Home | History | Annotate | Download | only in tests

Lines Matching refs:match

33         bool match = gTests[i].fCount == srcCount && memcmp(gTests[i].fSrc, src,
35 REPORTER_ASSERT(reporter, match);
50 bool match = memcmp(src, src2, size * sizeof(uint16_t)) == 0;
51 REPORTER_ASSERT(reporter, match);
86 bool match = gTests[i].fCount == srcCount &&
89 REPORTER_ASSERT(reporter, match);
104 bool match = memcmp(src, src2, size * sizeof(uint8_t)) == 0;
105 REPORTER_ASSERT(reporter, match);
114 bool match = memcmp(src, src2 + skip, write) == 0;
115 REPORTER_ASSERT(reporter, match);