Searched defs:order (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/fnd/ |
| D | fnd_BuddyHeap.h | 132 void* AllocateByOrder(s32 order) in AllocateByOrder() 164 void Free(void* p, s32 order) in Free() 391 Page* GetFreePage(s32 order) in GetFreePage() 447 void JointBuddies(Page* pPage, s32 order) in JointBuddies() 520 inline Page* GetBuddy(Page* pPage, s32 order) in GetBuddy() 541 inline bool IsAlignedToOrder(Page* pPage, s32 order) const in IsAlignedToOrder() 553 inline int GetNumPagesByOrder(s32 order) const in GetNumPagesByOrder() 560 for(int order = 0; order <= MAX_ORDER; order++) in GetNearestHigherOrder() local 573 for(int order = 0; order <= MAX_ORDER; order++) in GetNearestLowerOrder() local 635 void* AllocateByOrder(s32 order) in AllocateByOrder() [all …]
|
| D | fnd_Backoff.h | 33 BackOffManager(u32 order) : m_order(order), m_count(0) {} in BackOffManager()
|
| D | fnd_BufferManager.h | 229 for (s32 order = idealOrder; order >= requiredOrder; --order) in AllocateBuffer() local
|
| /CTR-SDK-0.14.4/include/nn/net/osl/ |
| D | osl_BuddyHeap.h | 109 void* AllocateByOrder(s32 order) in AllocateByOrder() 134 void Free(void* p, s32 order) in Free() 296 Page* GetFreePage(s32 order) in GetFreePage() 327 void JointBuddies(Page* pPage, s32 order) in JointBuddies() 377 inline Page* GetBuddy(Page* pPage, s32 order) in GetBuddy() 390 inline bool IsAlignedToOrder(Page* pPage, s32 order) const in IsAlignedToOrder() 395 inline int GetNumPagesByOrder(s32 order) const in GetNumPagesByOrder() 402 for(int order = 0; order <= MAX_ORDER; order++) in GetNearestHigherOrder() local 415 for(int order = 0; order <= MAX_ORDER; order++) in GetNearestLowerOrder() local 465 void* AllocateByOrder(s32 order) in AllocateByOrder() [all …]
|
| /CTR-SDK-0.14.4/tools/FontConverter/xlor/ |
| D | letter-order.dtd | 26 <!ELEMENT order (#PCDATA | sp | null)*> element
|
| /CTR-SDK-0.14.4/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
|