Home
last modified time | relevance | path

Searched refs:current (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_FrameHeap.h142 uptr current = ret + size; in Allocate() local
144 if (current > m_CurrentTail) in Allocate()
149 m_CurrentHead = current; in Allocate()
153 uptr current = ret = RoundDown(m_CurrentTail-size, -alignment); in Allocate() local
155 if (current < m_CurrentHead) in Allocate()
160 m_CurrentTail = current; in Allocate()
196 uptr current = addr + newSize; in ResizeBlock() local
197 if (current < m_CurrentTail) in ResizeBlock()
199 if ( current < this->m_CurrentHead ) in ResizeBlock()
201 DebugFillMemory(current, this->m_CurrentHead - current, HEAP_FILL_TYPE_FREE); in ResizeBlock()
[all …]
/CTR-SDK-4.2.5/build/omake/
Dtargetdefs.om36 # Is the current directory in HORIZON_ROOT?
49 # Output to current directory
74 # Is the current directory in HORIZON_ROOT?
Dutildefs.om362 # To test the current path first
/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Ddetail.csv771 …(color buffer width -1) when the x value is greater than or equal to the current color buffer widt…
773 …color buffer height -1) when the y value is greater than or equal to the current color buffer heig…
775current color buffer width - 1) when scissoring is disabled. Sets the value of (x argument + width…
777current color buffer height - 1) when scissoring is disabled. Sets the value of (y argument + heig…