Lines Matching full:tmpptr
1449 u1* tmpPtr;
1509 tmpPtr = tmpBuf.get();
1530 *tmpPtr++ = addr | (addrWidth > 1 ? 0x80 : 0x00);
1531 memcpy(tmpPtr, mapData, regWidth);
1536 tmpPtr += regWidth;
1602 *tmpPtr++ = key;
1604 tmpPtr = writeUnsignedLeb128(tmpPtr, addrDiff);
1612 memcpy(tmpPtr, mapData, regWidth);
1613 tmpPtr += regWidth;
1617 NULL, NULL, tmpPtr);
1618 tmpPtr += lebSize;
1631 if (tmpPtr - tmpBuf.get() >= origSize) {
1634 tmpPtr - tmpBuf.get(), origSize,
1648 int newDataSize = tmpPtr - tmpBuf.get();
1668 tmpPtr = pNewMap->data;
1669 tmpPtr = writeUnsignedLeb128(tmpPtr, newDataSize);
1670 memcpy(tmpPtr, tmpBuf.get(), newDataSize);