Lines Matching full:rp
66 const uint8_t *rp = buf; in single_sector_test() local
67 const uint8_t *rpe = rp + len; in single_sector_test()
70 while (rp < rpe) { in single_sector_test()
72 (uint32_t)(SPI_FLASH_TEST_REGION_OFFSET + (rp - buf)), in single_sector_test()
73 *wp, *rp, (*rp == *wp) ? "match" : "MISMATCH"); in single_sector_test()
74 ++rp; in single_sector_test()
149 const uint8_t *rp = buf; in multi_sector_test() local
150 const uint8_t *rpe = rp + len; in multi_sector_test()
153 while (rp < rpe) { in multi_sector_test()
155 (uint32_t)(offs + (rp - buf)), in multi_sector_test()
156 *wp, *rp, (*rp == *wp) ? "match" : "MISMATCH"); in multi_sector_test()
157 ++rp; in multi_sector_test()