Lines Matching full:match
40 bool match = gTests[i].fCount == srcCount && memcmp(gTests[i].fSrc, src,
42 REPORTER_ASSERT(reporter, match);
57 bool match = memcmp(src, src2, size * sizeof(uint16_t)) == 0;
58 REPORTER_ASSERT(reporter, match);
93 bool match = gTests[i].fCount == srcCount &&
96 REPORTER_ASSERT(reporter, match);
111 bool match = memcmp(src, src2, size * sizeof(uint8_t)) == 0;
112 REPORTER_ASSERT(reporter, match);
121 bool match = memcmp(src, src2 + skip, write) == 0;
122 REPORTER_ASSERT(reporter, match);