Searched defs:begin (Results 1 – 11 of 11) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_MemoryRange.h | 50 … MemoryRange(uptr begin, uptr end) : m_Begin(begin), m_End(end) { NN_TASSERT_(m_Begin <= m_End); } in MemoryRange() 59 …void Initialize(uptr begin, uptr end) { m_Begin = begin; m_End = end; NN_TASSERT_(m_Begin <= m_End… in Initialize()
|
| /CTR-SDK-4.2.5/sources/libraries/fnd/ |
| D | fnd_HeapBase.cpp | 106 inline void FillMemory8(uptr begin, uptr end, bit8 v) in FillMemory8() 119 void HeapBase::FillMemory32(uptr begin, uptr end, bit32 v) in FillMemory32() 135 uptr begin = addr; in FillMemory() local
|
| /CTR-SDK-4.2.5/sources/libraries/test/ |
| D | test_New.cpp | 49 uptr begin = reinterpret_cast<uptr>(p); in AllocateBuffer() local
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_AddressSpaceManager.cpp | 25 void AddressSpaceManager::Initialize(uptr begin, size_t size) in Initialize() 190 void nnosAddressSpaceManagerInitialize(nnosAddressSpaceManager* p, uptr begin, size_t size) in nnosAddressSpaceManagerInitialize()
|
| D | os_LightSemaphore.cpp | 54 os::Tick begin = os::Tick::GetSystemCurrent(); in TryAcquire() local
|
| D | os_LightEvent.cpp | 71 os::Tick begin = os::Tick::GetSystemCurrent(); in TryWait() local
|
| D | os_MemoryBlock.cpp | 114 void InitializeMemoryBlock(uptr begin, size_t size) in InitializeMemoryBlock()
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/CTR/ |
| D | dbg_ExceptionScreen.cpp | 34 const uptr begin = os::GetCodeRegionAddress(); in IsCodeAddress() local 321 uptr begin = os::GetDeviceMemoryAddress(); in IsDeviceMemoryAddress() local
|
| /CTR-SDK-4.2.5/sources/libraries/math/ |
| D | math_MersenneTwister.cpp | 182 uptr begin = reinterpret_cast<uptr>(p); in GenerateRandomBytes() local
|
| D | math_TinyMt.cpp | 148 uptr begin = reinterpret_cast<uptr>(p); in GenerateRandomBytes() local
|
| /CTR-SDK-4.2.5/include/nn/gr/CTR/ |
| D | gr_Utility.h | 105 void CopyFrom(const bit32* begin, const bit32* end) in CopyFrom() 115 void CopyFrom(const bit32* begin, int count) in CopyFrom()
|