Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/applet/swkbd/
Dswkbd_demo.cpp240 …void* aligned_share_buf = reinterpret_cast<void*>((reinterpret_cast<u32>(share_buf) + (ALIGN - 1))… in nnMain() local
246aligned_share_buf, // Must be 4096-byte aligned.ipp Device memory cannot be specified. in nnMain()
258 u8* buf = static_cast<u8*>(aligned_share_buf); in nnMain()