Home
last modified time | relevance | path

Searched refs:writeMemory (Results 51 – 75 of 85) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/gdb_remote_client/
H A Dgdbclientutils.py130 return self.writeMemory(addr, encoded_data)
232 def writeMemory(self, addr, data_hex): member in MockGDBServerResponder
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/gdb_remote_client/
H A Dgdbclientutils.py130 return self.writeMemory(addr, encoded_data)
232 def writeMemory(self, addr, data_hex): member in MockGDBServerResponder
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/gdb_remote_client/
H A Dgdbclientutils.py129 return self.writeMemory(addr, encoded_data)
229 def writeMemory(self, addr, data_hex): member in MockGDBServerResponder
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/gdb_remote_client/
H A Dgdbclientutils.py130 return self.writeMemory(addr, encoded_data)
232 def writeMemory(self, addr, data_hex): member in MockGDBServerResponder
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
H A Dgdbclientutils.py130 return self.writeMemory(addr, encoded_data)
232 def writeMemory(self, addr, data_hex): member in MockGDBServerResponder
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/gdb_remote_client/
H A Dgdbclientutils.py130 return self.writeMemory(addr, encoded_data)
232 def writeMemory(self, addr, data_hex): member in MockGDBServerResponder
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/gdb_remote_client/
H A Dgdbclientutils.py130 return self.writeMemory(addr, encoded_data)
232 def writeMemory(self, addr, data_hex): member in MockGDBServerResponder
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/gdb_remote_client/
H A Dgdbclientutils.py130 return self.writeMemory(addr, encoded_data)
232 def writeMemory(self, addr, data_hex): member in MockGDBServerResponder
/dports/multimedia/libxspf/libxspf-1.2.0/test/
H A DReadWriteSuite.cpp116 int const writeRes = writer->writeMemory(output, numBytes); in testRelativeUris()
/dports/emulators/sameboy/SameBoy-0.14.7/Cocoa/
H A DDocument.h56 -(void) writeMemory:(uint16_t) addr value:(uint8_t)value;
H A DGBMemoryByteArray.m155 [_document writeMemory:addr++ value:*(src++)];
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/command_stream/
H A Daub_command_stream_receiver_1_tests.cpp36 bool writeMemory(GraphicsAllocation &gfxAllocation) override { in writeMemory() function
741 aubCsr->writeMemory(*gfxAllocation); in HWTEST_F()
837 EXPECT_TRUE(aubCsr->writeMemory(*gfxAllocation)); in HWTEST_F()
851 EXPECT_FALSE(aubCsr->writeMemory(*gfxAllocation)); in HWTEST_F()
861 EXPECT_FALSE(aubCsr->writeMemory(gfxAllocation)); in HWTEST_F()
873 EXPECT_TRUE(aubCsr->writeMemory(allocationView)); in HWTEST_F()
881 EXPECT_FALSE(aubCsr->writeMemory(allocationView)); in HWTEST_F()
H A Dtbx_command_stream_tests.cpp69 bool writeMemory(GraphicsAllocation &gfxAllocation) override { in writeMemory() function
162 EXPECT_TRUE(tbxCsr->writeMemory(*graphicsAllocation)); in HWTEST_F()
177 EXPECT_TRUE(tbxCsr->writeMemory(*graphicsAllocation)); in HWTEST_F()
193 EXPECT_FALSE(tbxCsr->writeMemory(*graphicsAllocation)); in HWTEST_F()
204 EXPECT_FALSE(tbxCsr->writeMemory(graphicsAllocation)); in HWTEST_F()
H A Daub_command_stream_receiver_2_tests.cpp604 EXPECT_TRUE(aubCsr->writeMemory(*imageAllocation)); in HWTEST_F()
627 EXPECT_TRUE(aubCsr->writeMemory(*gfxAllocation)); in HWTEST_F()
692 bool writeMemory(AllocationView &allocationView) override { in writeMemory() function
808 aubCsr->writeMemory(*gfxAllocation); in HWTEST_F()
H A Daub_command_stream_receiver_3_tests.cpp171 hwContextContainer.writeMemory(params); in TEST_F()
203 hwContextContainer.writeMemory(params); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_stream/
H A Dtbx_command_stream_receiver_hw.inl409 void TbxCommandStreamReceiverHw<GfxFamily>::writeMemory(uint64_t gpuAddress, void *cpuAddress, size… function in NEO::TbxCommandStreamReceiverHw
423 bool TbxCommandStreamReceiverHw<GfxFamily>::writeMemory(GraphicsAllocation &gfxAllocation) { function in NEO::TbxCommandStreamReceiverHw
440writeMemory(gpuAddress, cpuAddress, size, this->getMemoryBank(&gfxAllocation), this->getPPGTTAddit…
518 if (!writeMemory(*gfxAllocation)) {
H A Daub_command_stream_receiver.cpp135 void AubFileStream::writeMemory(uint64_t physAddress, const void *memory, size_t size, uint32_t add… in writeMemory() function in AubMemDump::AubFileStream
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/debug/
H A Ddebug_session.h38 …virtual ze_result_t writeMemory(ze_device_thread_t thread, const zet_debug_memory_space_desc_t *de…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/aub_mem_dump/
H A Daub_mem_dump.h107 …virtual void writeMemory(uint64_t physAddress, const void *memory, size_t sizeToDumpThisIteration,…
127 …void writeMemory(uint64_t physAddress, const void *memory, size_t size, uint32_t addressSpace, uin…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/gdb_remote_client/
H A Dgdbclientutils.py134 return self.writeMemory(addr, encoded_data)
257 def writeMemory(self, addr, data_hex): member in MockGDBServerResponder
/dports/multimedia/libxspf/libxspf-1.2.0/src/
H A DXspfWriter.cpp317 XspfWriter::writeMemory(char * & memory, int & numBytes) { in writeMemory() function in Xspf::XspfWriter
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/tbx/
H A Dtbx_sockets_imp.cpp230 bool TbxSocketsImp::writeMemory(uint64_t physAddr, const void *data, size_t size, uint32_t type) { in writeMemory() function in NEO::TbxSocketsImp
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qtcreatorcdbext/
H A Dsymbolgroupvalue.h176 static bool writeMemory(CIDebugDataSpaces *ds, ULONG64 address,
/dports/security/py-ropper/Ropper-1.13.6/ropper/
H A Dsemantic.py250 def writeMemory(self, addr, size, data): member in Analysis
621 …return (analysis.writeMemory(addr, stmt.data.result_size(analysis.irsb.tyenv), value[0]),addr[0],v…
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Z80/
H A DR800.c199 r800->writeMemory(r800->ref, address, value); in writeMem()
5821 R800ReadCb readMemory, R800WriteCb writeMemory, in r800Create() argument
5834 r800->writeMemory = writeMemory ? writeMemory : writeMemoryDummy; in r800Create()
6093 r800->writeMemory(r800->ref, --r800->regs.SP.W, r800->regs.PC.B.h); in r800Execute()
6094 r800->writeMemory(r800->ref, --r800->regs.SP.W, r800->regs.PC.B.l); in r800Execute()
6126 r800->writeMemory(r800->ref, --r800->regs.SP.W, r800->regs.PC.B.h); in r800Execute()
6127 r800->writeMemory(r800->ref, --r800->regs.SP.W, r800->regs.PC.B.l); in r800Execute()
6275 r800->writeMemory(r800->ref, --r800->regs.SP.W, r800->regs.PC.B.h); in r800ExecuteInstruction()
6276 r800->writeMemory(r800->ref, --r800->regs.SP.W, r800->regs.PC.B.l); in r800ExecuteInstruction()
6307 r800->writeMemory(r800->ref, --r800->regs.SP.W, r800->regs.PC.B.h); in r800ExecuteInstruction()
[all …]

1234