Lines Matching defs:expected
254 uint16_t expected[] = {0, 0, 0, data[j]};
255 REPORTER_ASSERT(r, !memcmp(expected, &buffer[j][0], sizeof(buffer[j])));
337 uint16_t expected[] = {data[j][0], data[j][1], h(0), h(1)};
338 REPORTER_ASSERT(r, !memcmp(&buffer[j], expected, sizeof(expected)));
368 uint8_t expected[] = {
374 REPORTER_ASSERT(r, !memcmp(&buffer[j], expected, sizeof(expected)));
402 uint8_t expected[] = {0x00, 0x00, 0x00, SkToU8(data[j] >> 8)};
403 REPORTER_ASSERT(r, !memcmp(&buffer[j], expected, sizeof(expected)));
431 uint16_t expected = (data[j][3] << 8) | data[j][3];
432 REPORTER_ASSERT(r, buffer[j] == expected);
459 uint16_t expected[4] = {data[j][2], data[j][1], data[j][0], data[j][3]};
460 REPORTER_ASSERT(r, !memcmp(&expected[0], &buffer[j], sizeof(expected)));