Home
last modified time | relevance | path

Searched refs:ZeroBlock (Results 1 – 19 of 19) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/
H A Dmemory.cpp405 void ZeroBlock(const Kernel::Process& process, const VAddr dest_addr, const std::size_t size) { in ZeroBlock() function
447 void ZeroBlock(const VAddr dest_addr, const std::size_t size) { in ZeroBlock() function
448 ZeroBlock(*system.CurrentProcess(), dest_addr, size); in ZeroBlock()
468 ZeroBlock(process, dest_addr, copy_amount); in CopyBlock()
902 void Memory::ZeroBlock(const Kernel::Process& process, VAddr dest_addr, std::size_t size) { in ZeroBlock() function in Core::Memory::Memory
903 impl->ZeroBlock(process, dest_addr, size); in ZeroBlock()
906 void Memory::ZeroBlock(VAddr dest_addr, std::size_t size) { in ZeroBlock() function in Core::Memory::Memory
907 impl->ZeroBlock(dest_addr, size); in ZeroBlock()
H A Dmemory.h499 void ZeroBlock(const Kernel::Process& process, VAddr dest_addr, std::size_t size);
510 void ZeroBlock(VAddr dest_addr, std::size_t size);
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw4308.pp6 procedure ZeroBlock (startAddr: PtrUInt; length: SizeUInt);
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/engine/bp3/
H A DBP3Reader.tcc77 if (subStreamBoxInfo.ZeroBlock) in ReadVariableBlocks()
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/engine/bp4/
H A DBP4Reader.tcc77 if (subStreamBoxInfo.ZeroBlock) in ReadVariableBlocks()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/wms/
H A Dgdalwmsrasterband.cpp146 if (ZeroBlock(ix, iy, nBand, p) != CE_None) { in ReadBlocks()
220 … if (ZeroBlock(download_blocks[i].x, download_blocks[i].y, nBand, p) != CE_None) { in ReadBlocks()
238 … if (ZeroBlock(download_blocks[i].x, download_blocks[i].y, nBand, p) != CE_None) { in ReadBlocks()
727 CPLErr GDALWMSRasterBand::ZeroBlock(int x, int y, int to_buffer_band, void *buffer) { in ZeroBlock() function in GDALWMSRasterBand
H A Dwmsdriver.h434 CPLErr ZeroBlock(int x, int y, int to_buffer_band, void *buffer);
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/helper/
H A DadiosType.h96 bool ZeroBlock = false; member
/dports/emulators/citra/citra-ac98458e0/src/core/
H A Dmemory.h334 void ZeroBlock(const Kernel::Process& process, VAddr dest_addr, const std::size_t size);
H A Dmemory.cpp784 void MemorySystem::ZeroBlock(const Kernel::Process& process, const VAddr dest_addr, in ZeroBlock() function in Memory::MemorySystem
857 ZeroBlock(dest_process, dest_addr, copy_amount); in CopyBlock()
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/
H A Dmemory.h334 void ZeroBlock(const Kernel::Process& process, VAddr dest_addr, const std::size_t size);
H A Dmemory.cpp784 void MemorySystem::ZeroBlock(const Kernel::Process& process, const VAddr dest_addr, in ZeroBlock() function in Memory::MemorySystem
857 ZeroBlock(dest_process, dest_addr, copy_amount); in CopyBlock()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DMatrixView.C1779 class ZeroBlock: public MatrixView
1783 explicit ZeroBlock(const ring& R);
1811 ZeroBlock::ZeroBlock(const ring& R): MatrixView(new ZeroBlockImpl(R)) {} in ZeroBlock() function
1847 ZeroBlock myZeroBlock; // useful only if ctor was called with "zeroes"
2047 ZeroBlock myZeroBlock; // useful only if ctor was called with "zeroes"
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DMatrixView.C1779 class ZeroBlock: public MatrixView
1783 explicit ZeroBlock(const ring& R);
1811 ZeroBlock::ZeroBlock(const ring& R): MatrixView(new ZeroBlockImpl(R)) {} in ZeroBlock() function
1847 ZeroBlock myZeroBlock; // useful only if ctor was called with "zeroes"
2047 ZeroBlock myZeroBlock; // useful only if ctor was called with "zeroes"
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/toolkit/format/bp/bp3/
H A DBP3Deserializer.tcc179 subStreamInfo.ZeroBlock = true; in SetVariableBlockInfo()
295 subStreamInfo.ZeroBlock = true; in SetVariableBlockInfo()
/dports/emulators/citra/citra-ac98458e0/src/core/hle/kernel/
H A Dthread.cpp402 memory.ZeroBlock(*owner_process, thread->tls_address, Memory::TLS_ENTRY_SIZE); in CreateThread()
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hle/kernel/
H A Dthread.cpp402 memory.ZeroBlock(*owner_process, thread->tls_address, Memory::TLS_ENTRY_SIZE); in CreateThread()
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/toolkit/format/bp/bp4/
H A DBP4Deserializer.tcc182 subStreamInfo.ZeroBlock = true; in SetVariableBlockInfo()
298 subStreamInfo.ZeroBlock = true; in SetVariableBlockInfo()
/dports/lang/nbc/
H A DGIFImage.pas5929 ZeroBlock : boolean;
5977 ZeroBlock := True;
6055 if (ZeroBlock) then
6167 ZeroBlock := False;