Home
last modified time | relevance | path

Searched refs:ALIGN (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/osl/
Dosl_BuddyHeap.h50 static const size_t ALIGN = 8;
65 NN_ASSERT((addr % ALIGN) == 0); in Initialize()
448 uptr addrAligned = Base::RoundUp<Base::ALIGN>(addr); in Initialize()
492 static const size_t ALIGN = BuddyHeap::ALIGN; variable
530 NN_ASSERT(alignment <= ALIGN);
531 if (alignment > ALIGN)
536 s32 order = m_Heap->GetOrder(size + ALIGN);
542 NN_LOG_DEBUG("Alloc size %d, order %d\n", size + ALIGN, order);
544 return reinterpret_cast<void*>(reinterpret_cast<uptr>(p) + ALIGN);
553 p = reinterpret_cast<void*>(reinterpret_cast<uptr>(p) - ALIGN); in Free()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/
Dfnd_BuddyHeap.h49 static const size_t ALIGN = 8;
75 NN_ASSERT((addr % ALIGN) == 0); in Initialize()
612 uptr addrAligned = Base::RoundUp<Base::ALIGN>(addr); in Initialize()
661 static const size_t ALIGN = BuddyHeap::ALIGN; variable
706 NN_ASSERT(alignment <= ALIGN);
707 if (alignment > ALIGN)
714 s32 order = m_Heap->GetOrder(size + ALIGN);
721 NN_LOG_DEBUG("Alloc size %d, order %d\n", size + ALIGN, order);
723 return reinterpret_cast<void*>(reinterpret_cast<uptr>(p) + ALIGN);
733 p = reinterpret_cast<void*>(reinterpret_cast<uptr>(p) - ALIGN); in Free()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/build/linker/
DCTR.Process.MPCore.ldscript.template40 RO_SECTION +0 ALIGN 0x1000
48 RW_SECTION +0 ALIGN 0x1000