Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/dlp/include/
DdlpDemo.h21 const u8 SCAN_NUM = 16; variable
/CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/
DFakeClient.cpp138 for(int i = titleNum; i < SCAN_NUM; i++) in DisplayTitleList()
373 …nn::dlp::FakeClientWithName::Initialize(SCAN_NUM, s_DlpClientEvent.GetHandle(), s_pAlignedWorkBuff… in UpdateStart()
436 (*pSelected) = ((*pSelected) - 1 + SCAN_NUM) % SCAN_NUM; in UpdateScan()
442 (*pSelected) = ((*pSelected) + 1) % SCAN_NUM; in UpdateScan()
446 if(*pTitleNum < SCAN_NUM) in UpdateScan()
647 …nn::dlp::FakeClient::Initialize(SCAN_NUM, s_DlpClientEvent.GetHandle(), s_pAlignedWorkBuffer, s_Dl… in UpdateError()
791 s_DlpClientWorkBufferSize = nn::dlp::FakeClient::GetBufferSize(SCAN_NUM); in nnMain()
802 …nn::dlp::FakeClient::Initialize(SCAN_NUM, s_DlpClientEvent.GetHandle(), s_pAlignedWorkBuffer, s_Dl… in nnMain()
805 …t = reinterpret_cast<nn::dlp::TitleInfo*>(appHeap.Allocate(sizeof(nn::dlp::TitleInfo) * SCAN_NUM)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/dlp/Child_0/
DChild.cpp167 if( foundNetworkNum > SCAN_NUM ) in nnMain()
169 foundNetworkNum = SCAN_NUM; in nnMain()