Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/applet/swkbd/
Dswkbd_demo.cpp234 const u32 ALIGN = 4096; in nnMain() local
235 void* share_buf = std::malloc(memSize + (ALIGN - 1)); in nnMain()
240 …share_buf = reinterpret_cast<void*>((reinterpret_cast<u32>(share_buf) + (ALIGN - 1)) & ~(ALIGN-1)); in nnMain()