Lines Matching refs:match
41 bool match = gTests[i].fCount == srcCount && memcmp(gTests[i].fSrc, src,
43 REPORTER_ASSERT(reporter, match);
58 bool match = memcmp(src, src2, size * sizeof(uint16_t)) == 0;
59 REPORTER_ASSERT(reporter, match);
94 bool match = gTests[i].fCount == srcCount &&
97 REPORTER_ASSERT(reporter, match);
112 bool match = memcmp(src, src2, size * sizeof(uint8_t)) == 0;
113 REPORTER_ASSERT(reporter, match);
122 bool match = memcmp(src, src2 + skip, write) == 0;
123 REPORTER_ASSERT(reporter, match);