Home
last modified time | relevance | path

Searched refs:writeMemory (Results 1 – 25 of 85) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/helper/
H A Dbinaryoutputstream.hxx64 virtual void writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize = 1 ) = 0;
105 writeMemory( opnArray, nWriteSize, sizeof( Type ) ); in writeArray()
120 writeMemory( &nValue, static_cast< sal_Int32 >( sizeof( Type ) ), sizeof( Type ) ); in writeValue()
155 …virtual void writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize = 1 ) overri…
187 …virtual void writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize = 1 ) overri…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/helper/
H A Dbinaryoutputstream.hxx64 virtual void writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize = 1 ) = 0;
105 writeMemory( opnArray, nWriteSize, sizeof( Type ) ); in writeArray()
120 writeMemory( &nValue, static_cast< sal_Int32 >( sizeof( Type ) ), sizeof( Type ) ); in writeValue()
155 …virtual void writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize = 1 ) overri…
187 …virtual void writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize = 1 ) overri…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_csr_simulated_common_hw.h21 using CommandStreamReceiverSimulatedHw<GfxFamily>::writeMemory;
22 …void writeMemory(uint64_t gpuAddress, void *cpuAddress, size_t size, uint32_t memoryBank, uint64_t… in writeMemory() function
28 bool writeMemory(GraphicsAllocation &gfxAllocation) override { in writeMemory() function
H A Dmock_tbx_csr.h25 using TbxCommandStreamReceiverHw<GfxFamily>::writeMemory;
40 …void writeMemory(uint64_t gpuAddress, void *cpuAddress, size_t size, uint32_t memoryBank, uint64_t… in writeMemory() function
41 …TbxCommandStreamReceiverHw<GfxFamily>::writeMemory(gpuAddress, cpuAddress, size, memoryBank, entry… in writeMemory()
H A Dmock_aub_csr.h61 using AUBCommandStreamReceiverHw<GfxFamily>::writeMemory;
91 …void writeMemory(uint64_t gpuAddress, void *cpuAddress, size_t size, uint32_t memoryBank, uint64_t… in writeMemory() function
92 …AUBCommandStreamReceiverHw<GfxFamily>::writeMemory(gpuAddress, cpuAddress, size, memoryBank, entry… in writeMemory()
H A Dmock_aub_manager.h27 …void writeMemory(uint64_t gfxAddress, const void *memory, size_t size, uint32_t memoryBanks, int h… in writeMemory() function
114 …void writeMemory(uint64_t gfxAddress, const void *memory, size_t size, uint32_t memoryBanks, int h… in writeMemory() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/helper/
H A Dbinaryoutputstream.cxx83 void BinaryXOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize ) in writeMemory() function in oox::BinaryXOutputStream
106 writeMemory( static_cast< const void* >( sBuf.getStr() ), sBuf.getLength() ); in writeCharArrayUC()
142 writeMemory( rData.getConstArray(), rData.getLength(), nAtomSize ); in writeData()
145 void SequenceOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size_t /*nAtomSize*/ ) in writeMemory() function in oox::SequenceOutputStream
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/helper/
H A Dbinaryoutputstream.cxx85 void BinaryXOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size_t nAtomSize ) in writeMemory() function in oox::BinaryXOutputStream
108 writeMemory( static_cast< const void* >( sBuf.getStr() ), sBuf.getLength() ); in writeCharArrayUC()
144 writeMemory( rData.getConstArray(), rData.getLength(), nAtomSize ); in writeData()
147 void SequenceOutputStream::writeMemory( const void* pMem, sal_Int32 nBytes, size_t /*nAtomSize*/ ) in writeMemory() function in oox::SequenceOutputStream
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_stream/
H A Dtbx_stream.cpp39 void TbxStream::writeMemory(uint64_t addr, const void *memory, size_t size, uint32_t addressSpace, … in writeMemory() function in NEO::TbxStream
41 socket->writeMemory(addr, memory, size, type); in writeMemory()
50 socket->writeMemory(physAddress, &entry, sizeof(entry), type); in writePTE()
H A Daub_command_stream_receiver_hw.h51 …void writeMemory(uint64_t gpuAddress, void *cpuAddress, size_t size, uint32_t memoryBank, uint64_t…
52 bool writeMemory(GraphicsAllocation &gfxAllocation) override;
53 MOCKABLE_VIRTUAL bool writeMemory(AllocationView &allocationView);
H A Dcommand_stream_receiver_simulated_common_hw.h56 virtual bool writeMemory(GraphicsAllocation &gfxAllocation) = 0;
57 …virtual void writeMemory(uint64_t gpuAddress, void *cpuAddress, size_t size, uint32_t memoryBank, …
H A Dtbx_command_stream_receiver_hw.h52 …void writeMemory(uint64_t gpuAddress, void *cpuAddress, size_t size, uint32_t memoryBank, uint64_t…
53 bool writeMemory(GraphicsAllocation &gfxAllocation) override;
H A Dcommand_stream_receiver_simulated_hw.h35 using CommandStreamReceiverSimulatedCommonHw<GfxFamily>::writeMemory;
115 hardwareContextController->writeMemory(allocationParams); in writeMemoryWithAubManager()
/dports/lang/solidity/solidity_0.8.11/test/tools/yulInterpreter/
H A DEwasmBuiltinInterpreter.h106 void writeMemory(uint64_t _offset, bytes const& _value);
121 …void writeBytes32(uint64_t _offset, util::h256 _value) { accessMemory(_offset, 32); writeMemory(_o… in writeBytes32()
122 …void writeAddress(uint64_t _offset, util::h160 _value) { accessMemory(_offset, 20); writeMemory(_o… in writeAddress()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/command_stream/
H A Dtbx_stream_tests.cpp25 mockTbxStream->writeMemory(0, nullptr, 0, addressSpace, 0); in TEST()
29 mockTbxStream->writeMemory(0, nullptr, 0, addressSpace, 0); in TEST()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/IoDevice/
H A DGameReader.cpp83 inline bool writeMemory(UInt16 address, void* buffer, int length);
127 bool GameReader::writeMemory(UInt16 address, void* buffer, int length) in writeMemory() function in GameReader
250 return ((GameReader*)grHandle)->writeMemory(address, buffer, length) ? 1 : 0; in gameReaderWrite()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/crypto/
H A DStandard2007Engine.cxx178 aOutputStream.writeMemory(outputBuffer.data(), writeLength); in decrypt()
236 rStream.writeMemory(&mInfo.verifier.salt, sizeof mInfo.verifier.salt); in writeEncryptionInfo()
237 rStream.writeMemory(&mInfo.verifier.encryptedVerifier, sizeof mInfo.verifier.encryptedVerifier); in writeEncryptionInfo()
239 rStream.writeMemory( in writeEncryptionInfo()
271 aBinaryOutputStream.writeMemory(outputBuffer.data(), outputLength); in encrypt()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/aub_tests/command_queue/
H A Denqueue_write_copy_read_buffer_aub_tests.cpp49 simulatedCsr->writeMemory(*srcBuffer->getGraphicsAllocation(device->getRootDeviceIndex())); in runTest()
50 simulatedCsr->writeMemory(*dstBuffer->getGraphicsAllocation(device->getRootDeviceIndex())); in runTest()
H A Denqueue_kernel_aub_tests.cpp141 void writeMemory(GraphicsAllocation *allocation) { in writeMemory() function
148 tbxWithAubCsr->writeMemory(*allocation); in writeMemory()
151 aubCsr->writeMemory(*allocation); in writeMemory()
170 writeMemory<FamilyType>(destBuffer->getGraphicsAllocation(pClDevice->getRootDeviceIndex())); in HWTEST_P()
171 writeMemory<FamilyType>(srcBuffer->getGraphicsAllocation(pClDevice->getRootDeviceIndex())); in HWTEST_P()
924 simulatedCsr->writeMemory(*pBufferSrc->getGraphicsAllocation(device->getRootDeviceIndex())); in HWTEST2_F()
925 simulatedCsr->writeMemory(*pBufferDst->getGraphicsAllocation(device->getRootDeviceIndex())); in HWTEST2_F()
1029 simulatedCsr->writeMemory(*bufferSrc->getGraphicsAllocation(device->getRootDeviceIndex())); in HWTEST2_F()
1030 simulatedCsr->writeMemory(*image->getGraphicsAllocation(device->getRootDeviceIndex())); in HWTEST2_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/aub_tests/bindless/
H A Dbindless_kernel_aub_tests.cpp81 …simulatedCsr->writeMemory(*driverHandle->svmAllocsManager->getSVMAlloc(bufferSrc)->gpuAllocations.… in HWTEST2_F()
82 …simulatedCsr->writeMemory(*driverHandle->svmAllocsManager->getSVMAlloc(bufferDst)->gpuAllocations.… in HWTEST2_F()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/crypto/
H A DStandard2007Engine.cxx180 aOutputStream.writeMemory(outputBuffer.data(), writeLength); in decrypt()
226 rStream.writeMemory(&mInfo.header, encryptionHeaderSize); in writeEncryptionInfo()
230 rStream.writeMemory(&mInfo.verifier, sizeof(msfilter::EncryptionVerifierAES)); in writeEncryptionInfo()
261 aBinaryOutputStream.writeMemory(outputBuffer.data(), outputLength); in encrypt()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Z80/
H A DR800.h266 R800WriteCb writeMemory; /* and writing memory and IO ports */ member
325 R800ReadCb readMemory, R800WriteCb writeMemory,
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/ole/
H A Daxbinarywriter.cxx61 void AxAlignedOutputStream::writeMemory( const void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in writeMemory() function in oox::ole::AxAlignedOutputStream
63 mpOutStrm->writeMemory( opMem, nBytes, nAtomSize ); in writeMemory()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/ole/
H A Daxbinarywriter.cxx64 void AxAlignedOutputStream::writeMemory( const void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in writeMemory() function in oox::ole::AxAlignedOutputStream
66 mpOutStrm->writeMemory( opMem, nBytes, nAtomSize ); in writeMemory()
/dports/devel/openocd/openocd-0.11.0/contrib/rpc_examples/
H A Docd_rpc_example.py110 def writeMemory(self, wordLen, address, n, data): member in OpenOcd
145 ocd.writeMemory(wordlen, addr, n, data)

1234