Home | History | Annotate | Download | only in analysis

Lines Matching refs:tmpPtr

1447     u1* tmpPtr;
1507 tmpPtr = tmpBuf.get();
1528 *tmpPtr++ = addr | (addrWidth > 1 ? 0x80 : 0x00);
1529 memcpy(tmpPtr, mapData, regWidth);
1534 tmpPtr += regWidth;
1600 *tmpPtr++ = key;
1602 tmpPtr = writeUnsignedLeb128(tmpPtr, addrDiff);
1610 memcpy(tmpPtr, mapData, regWidth);
1611 tmpPtr += regWidth;
1615 NULL, NULL, tmpPtr);
1616 tmpPtr += lebSize;
1629 if (tmpPtr - tmpBuf.get() >= origSize) {
1632 tmpPtr - tmpBuf.get(), origSize,
1646 int newDataSize = tmpPtr - tmpBuf.get();
1666 tmpPtr = pNewMap->data;
1667 tmpPtr = writeUnsignedLeb128(tmpPtr, newDataSize);
1668 memcpy(tmpPtr, tmpBuf.get(), newDataSize);