Searched defs:pBeg (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevDMA.cpp634 uint8_t *pBeg, *pEnd; local
637 pBeg = (uint8_t *)buf;
638 pEnd = pBeg + len - 1;
641 temp = *pBeg;
642 *pBeg++ = *pEnd;
650 uint16_t *pBeg, *pEnd; local
655 pBeg = (uint16_t *)buf;
656 pEnd = pBeg + len - 1;
659 temp = *pBeg;
660 *pBeg
[all...]

Completed in 44 milliseconds