Lines Matching full:rp
108 const uint8_t *rp = buf; in single_sector_test() local
109 const uint8_t *rpe = rp + len; in single_sector_test()
112 while (rp < rpe) { in single_sector_test()
114 (uint32_t)(SPI_FLASH_TEST_REGION_OFFSET + (rp - buf)), in single_sector_test()
115 *wp, *rp, (*rp == *wp) ? "match" : "MISMATCH"); in single_sector_test()
116 ++rp; in single_sector_test()
190 const uint8_t *rp = buf; in multi_sector_test() local
191 const uint8_t *rpe = rp + len; in multi_sector_test()
194 while (rp < rpe) { in multi_sector_test()
196 (uint32_t)(offs + (rp - buf)), in multi_sector_test()
197 *wp, *rp, (*rp == *wp) ? "match" : "MISMATCH"); in multi_sector_test()
198 ++rp; in multi_sector_test()