Searched refs:opnMem (Results 1 – 2 of 2) sorted by relevance
96 sal_uInt8* opnMem = reinterpret_cast< sal_uInt8* >( opMem ); in readMemory() local101 memcpy( opnMem, &*(maChunk.begin() + mnChunkPos), nReadBytes ); in readMemory()102 opnMem += nReadBytes; in readMemory()
201 sal_uInt8* opnMem = reinterpret_cast< sal_uInt8* >( opMem ); in readMemory() local207 memcpy( opnMem, maBuffer.getConstArray(), static_cast< size_t >( nBytesRead ) ); in readMemory()208 opnMem += nBytesRead; in readMemory()
Completed in 20 milliseconds