Lines Matching refs:__p
219 volatile uint8_t *__p = (uint8_t *)((h) + (o)); \
222 *__dst++ = *__p; \
234 volatile uint16_t *__p = (uint16_t *)((h) + (o)); \
237 *__dst++ = *__p; \
249 volatile uint32_t *__p = (uint32_t *)((h) + (o)); \
252 *__dst++ = *__p; \
265 volatile uint64_t *__p = (uint64_t *)((h) + (o)); \
268 *__dst++ = *__p; \
300 volatile uint8_t *__p = (uint8_t *)((h) + (o)); \
303 *__dst++ = *__p++; \
321 volatile uint16_t *__p = (uint16_t *)((h) + (o)); \
324 *__dst++ = *__p++; \
341 volatile uint32_t *__p = (uint32_t *)((h) + (o)); \
344 *__dst++ = *__p++; \
356 volatile uint64_t *__p = (uint64_t *)((h) + (o)); \
359 *__dst++ = *__p++; \
430 volatile uint8_t *__p = (uint8_t *)((h) + (o)); \
433 *__p = *__src++; \
445 volatile uint16_t *__p = (uint16_t *)((h) + (o)); \
448 *__p = *__src++; \
460 volatile uint32_t *__p = (uint32_t *)((h) + (o)); \
463 *__p = *__src++; \
475 volatile uint64_t *__p = (uint64_t *)((h) + (o)); \
478 *__p = *__src++; \
510 volatile uint8_t *__p = (uint8_t *)((h) + (o)); \
513 *__p++ = *__src++; \
532 volatile uint16_t *__p = (uint16_t *)((h) + (o)); \
535 *__p++ = *__src++; \
554 volatile uint32_t *__p = (uint32_t *)(h) + (o); \
557 *__p++ = *__src++; \
569 volatile uint64_t *__p = (uint64_t *)((h) + (o)); \
572 *__p++ = *__src++; \