Searched refs:order (Results 1 – 8 of 8) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_BuddyHeap.h | 132 void* AllocateByOrder(s32 order) in AllocateByOrder() argument 134 NN_ASSERT(order >= 0); in AllocateByOrder() 136 NN_LOG_DEBUG("demands order %d\n", order); in AllocateByOrder() 139 Page* pPage = GetFreePage(order); in AllocateByOrder() 146 NN_LOG_DEBUG("returns order %d, address 0x%08X\n", order, addr); in AllocateByOrder() 164 void Free(void* p, s32 order) in Free() argument 176 NN_ASSERT(GetIndexFromPage(*pPage) % (1 << order) == 0); in Free() 178 NN_LOG_DEBUG("addr = 0x%08x, order = %d, pPage = 0x%08x\n", p, order, pPage); in Free() 180 JointBuddies(pPage, order); in Free() 391 Page* GetFreePage(s32 order) in GetFreePage() argument [all …]
|
| D | fnd_Backoff.h | 33 BackOffManager(u32 order) : m_order(order), m_count(0) {} in BackOffManager() argument
|
| D | fnd_BufferManager.h | 229 for (s32 order = idealOrder; order >= requiredOrder; --order) in AllocateBuffer() local 231 if (void* p = m_Buddy.AllocateByOrder(order)) in AllocateBuffer() 233 NN_TASSERT_(requiredSize <= (BUDDY_PAGE_SIZE << order)); in AllocateBuffer() 234 …:fnd::MemoryRange(reinterpret_cast<uptr>(p), reinterpret_cast<uptr>(p) + BUDDY_PAGE_SIZE << order); in AllocateBuffer()
|
| /CTR-SDK-4.2.5/tools/FontConverter/xlor/ |
| D | letter-order.dtd | 1 <!ELEMENT letter-order (head?, body)> 2 <!ATTLIST letter-order version CDATA #REQUIRED> 20 <!ELEMENT body (area?, order+)> 26 <!ELEMENT order (#PCDATA | sp | null)*> element
|
| /CTR-SDK-4.2.5/include/nn/gx/CTR/ |
| D | gx_MacroShader.h | 440 #define PICA_CMD_DATA_VS_FIXED_ATTR(order) ( (order) & 0xf ) argument 445 #define PICA_CMD_SET_VS_FIXED_ATTR(order, c0, c1, c2) \ argument 446 PICA_CMD_DATA_VS_FIXED_ATTR(order), PICA_CMD_HEADER_BURSTSEQ( PICA_REG_VS_FIXED_ATTR, 4), \
|
| /CTR-SDK-4.2.5/build/omake/platforms/CTR/ |
| D | CTR.commondefs.gl.om | 115 # Convert sourcefiles_pre to full path in order to correctly obtain the dependency relationship.
|
| /CTR-SDK-4.2.5/include/nn/math/ARMv6/inline/ |
| D | math_Matrix34.ipp | 1359 // Rotate in the order of z-axis, x-axis, y-axis 1505 // Rotate in the order of z-axis, x-axis, y-axis
|
| /CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/ |
| D | detail.csv | 6975 Writes a value indicating the order in which vertex attributes are input to the vertex shader. 6982 …order one attribute at a time. All vertex attribute data is stored regardless of whether vertex ar… 6987 …order one attribute at a time. All vertex attribute data is stored regardless of whether vertex ar… 6992 …order one attribute at a time. All vertex attribute data is stored regardless of whether vertex ar… 6997 …order one attribute at a time. All vertex attribute data is stored regardless of whether vertex ar…
|