Home
last modified time | relevance | path

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

/RvlSDK-3.3/include/revolution/hbm/
DHBMBase.h123 u32 configBufSize; member
/RvlSDK-3.3/build/demos/hbmdemo/rsodemo/src/
Drsomodule.c345 pHbmInfo->configBuf = ReadDvdFile( nameBuf, &pHbmInfo->configBufSize ); in InitHomeButtonInfo()
/RvlSDK-3.3/build/demos/hbmdemo/hbm/src/
Dhomebutton.cpp463 pHbmInfo->configBuf = ReadDvdFile( nameBuf, &DemoAllocator1, &pHbmInfo->configBufSize ); in InitHomeButtonInfo()
/RvlSDK-3.3/build/demos/hbmdemo/shareddemo/src/
Dshared.cpp580 pHbmInfo->configBuf = ReadNandFile( nameBuf, &CntHandle_Shared, &pHbmInfo->configBufSize ); in InitHomeButtonInfo()
/RvlSDK-3.3/build/demos/hbmdemo/networkmanual_jpeg/src/
Dnetworkmanual_jpeg.cpp597 pHbmInfo->configBuf = ReadNandFile( nameBuf, &CntHandle_Shared, &pHbmInfo->configBufSize ); in InitHomeButtonInfo()
/RvlSDK-3.3/build/demos/hbmdemo/networkmanual_tpl/src/
Dnetworkmanual_tpl.cpp724 pHbmInfo->configBuf = ReadNandFile( nameBuf, &CntHandle_Shared, &pHbmInfo->configBufSize ); in InitHomeButtonInfo()
/RvlSDK-3.3/vcmv/
DReadme_jp.txt312 * vcmv_test��configBufSize�̐ݒ肪�ԈႦ�Ă��������C�����܂����B
DReadme_en.txt331 * Fixed an error in vcmv_test where configBufSize was being set incorrectly.
/RvlSDK-3.3/vcmv/src/
Dvcmv_test.c2197 …hbmInfo.configBufSize = MyContentReadFile(&hCnt4, aFullPath, &hbmInfo.configBuf, &Allocator2, &Al… in MyInitHomeButtonMenu()