| /RvlSDK-3.3/build/tools/THPConv/src/ |
| D | THPConv.c | 810 u32 cnt; in convertJPEGtoTHP() local 858 for (cnt = 0; cnt < num_JPGfiles; cnt++) in convertJPEGtoTHP() 864 strcpy(jpegFileList[cnt].name, jpegFilesPtr[cnt]); in convertJPEGtoTHP() 865 THPUtyConvertToUnixFmt(jpegFileList[cnt].name); in convertJPEGtoTHP() 868 _splitpath(jpegFileList[cnt].name, NULL, NULL, NULL, ext); in convertJPEGtoTHP() 877 rtn = stat(jpegFileList[cnt].name, &statBuf); in convertJPEGtoTHP() 885 jpegFileList[cnt].fileSize = statBuf.st_size; in convertJPEGtoTHP() 905 for (cnt = 1; cnt < THP_COMP_MAX; cnt++) in convertJPEGtoTHP() 907 fileHeader.frameCompInfo.frameComp[cnt] = THP_NOCOMP_COMP; in convertJPEGtoTHP() 937 for (cnt = 0; cnt < num_WAVfiles; cnt++) in convertJPEGtoTHP() [all …]
|
| /RvlSDK-3.3/build/libraries/cx/src/ |
| D | CXStreamingUncompression.c | 590 u32 cnt; member 604 if ( context->cnt == 0 ) in BitReader_Read() 611 context->cnt--; in BitReader_Read() 628 if ( context->cnt == 0 ) in BitReader_ReadEx() 639 context->cnt--; in BitReader_ReadEx() 714 stream.cnt = len; in CXReadUncompLH() 1242 s32 cnt = 0; in RCGetData_() local 1258 cnt = (cnt < 0 )? ( cnt - 1 ) : ( -1 ); in RCGetData_() 1263 state->code += srcp[ cnt++ ]; in RCGetData_() 1269 *pReadCnt = cnt; in RCGetData_() [all …]
|
| D | CXUncompression.c | 424 u32 cnt; member 434 context->cnt = 0; in BitReader_Init() 445 context->stream = context->srcp[context->cnt++]; in BitReader_Read() 774 u32 cnt = 0; in RCGetData_() local 789 state->code += srcp[ cnt++ ]; in RCGetData_() 793 *pSrcCnt = cnt; in RCGetData_() 847 u32 cnt; in CXUncompressLRC() local 848 u16 val = (u16)( RCGetData_( pSrc, &infoVal, &rcState, &cnt ) ); in CXUncompressLRC() 849 pSrc += cnt; in CXUncompressLRC() 860 val = (u16)( RCGetData_( pSrc, &infoOfs, &rcState, &cnt ) + 1 ); in CXUncompressLRC() [all …]
|
| D | CXSecureUncompression.c | 725 u32 cnt; member 736 context->cnt = 0; in BitReader_Init() 748 if ( context->cnt > context->srcSize ) in BitReader_Read() 753 context->stream = context->srcp[context->cnt++]; in BitReader_Read() 1017 if ( stream.srcSize - stream.cnt > 32 ) in CXSecureUncompressLH() 1216 u32 cnt = 0; in RCGetData_() local 1231 state->code += srcp[ cnt++ ]; in RCGetData_() 1235 *pSrcCnt = cnt; in RCGetData_() 1305 u32 cnt; in CXSecureUncompressLRC() local 1306 u16 val = (u16)( RCGetData_( pSrc, &infoVal, &rcState, &cnt ) ); in CXSecureUncompressLRC() [all …]
|
| /RvlSDK-3.3/build/libraries/gd/src/ |
| D | GDGeometry.c | 244 posCnt = list->cnt; in GDSetVtxAttrFmtv() 251 if (list->cnt == GX_NRM_NBT3) in GDSetVtxAttrFmtv() 256 nrmCnt = list->cnt; in GDSetVtxAttrFmtv() 261 c0Cnt = list->cnt; in GDSetVtxAttrFmtv() 265 c1Cnt = list->cnt; in GDSetVtxAttrFmtv() 269 tx0Cnt = list->cnt; in GDSetVtxAttrFmtv() 274 tx1Cnt = list->cnt; in GDSetVtxAttrFmtv() 279 tx2Cnt = list->cnt; in GDSetVtxAttrFmtv() 284 tx3Cnt = list->cnt; in GDSetVtxAttrFmtv() 289 tx4Cnt = list->cnt; in GDSetVtxAttrFmtv() [all …]
|
| /RvlSDK-3.3/vcmv/ |
| D | Makefile | 85 $(INSTALL_ROOT)/lib/cnt$(LIBSUFFIX) \ 89 HBM_RES = $(REVOLUTION_SDK_ROOT)/data/hbm/cnt/HomeButton.arc 90 HBM_SE_RES = $(REVOLUTION_SDK_ROOT)/data/hbm/cnt/HomeButtonSe.arc 118 HBM_RES = $(REVOLUTION_SDK_ROOT)/data/hbm/cnt/HomeButtonKOR.arc 123 HBM_RES = $(REVOLUTION_SDK_ROOT)/data/hbm/cnt/HomeButtonCHN.arc
|
| D | wadscript | 22 …ersalFont.arc,$REVOLUTION_SDK_ROOT/data/hbm/cnt/HomeButton.arc,content.arc,$REVOLUTION_SDK_ROOT/da…
|
| D | wadscriptD | 22 …ersalFont.arc,$REVOLUTION_SDK_ROOT/data/hbm/cnt/HomeButton.arc,content.arc,$REVOLUTION_SDK_ROOT/da…
|
| /RvlSDK-3.3/build/demos/gxdemo/src/Tev/ |
| D | tev-multi.c | 84 static void AnimTexMtx ( Mtx* tg, u32 cnt ); 688 static void AnimTexMtx( Mtx* tg, u32 cnt ) in AnimTexMtx() argument 697 st = (f32)( cnt % 200 ) / 200.0F; in AnimTexMtx() 701 st = (f32)( cnt % 90 ) * 4.0F; in AnimTexMtx() 709 st = (f32)( cnt % 200 ) / 200.0F; in AnimTexMtx() 715 st = (f32)( cnt % 360 ) * PI / 180.0F; in AnimTexMtx() 720 st = (f32)( cnt % 180 ) * PI / 90.0F; in AnimTexMtx() 730 st = (f32)( cnt % 360 ); in AnimTexMtx() 740 st = (f32)( cnt % 360 ); in AnimTexMtx()
|
| /RvlSDK-3.3/build/demos/memdemo/src/ |
| D | thread_safe.c | 261 u32 cnt; // Number of memory blocks used member 290 pParam->cnt++; in ReportVisitorFunc() 330 u32 usedCnt = param.cnt; in ReportExpHeap()
|
| D | exp-1.c | 239 u32 cnt; // Number of memory blocks used member 269 pParam->cnt++; in ReportVisitorFunc() 309 u32 usedCnt = param.cnt; in ReportExpHeap()
|
| D | frm-1.c | 230 u32 cnt; // Number of memory blocks used member 260 pParam->cnt++; in ReportVisitorFunc() 300 u32 usedCnt = param.cnt; in ReportExpHeap()
|
| /RvlSDK-3.3/build/libraries/mem/src/ |
| D | mem_unitHeap.c | 347 u32 cnt = 0; in MEMCountFreeBlockForUnitHeap() local 357 ++cnt; in MEMCountFreeBlockForUnitHeap() 361 return cnt; in MEMCountFreeBlockForUnitHeap()
|
| /RvlSDK-3.3/build/demos/hbmdemo/shareddemo/src/ |
| D | shared.cpp | 230 CNTHandle* cnt, in ReadNandFile() argument 240 rv = CNTOpen(cnt, fileName, &fileInfo); in ReadNandFile() 277 CNTHandle* cnt, in ReadNandFileLZ() argument 286 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileLZ() 309 CNTHandle* cnt, in ReadNandFileHuff() argument 317 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileHuff()
|
| /RvlSDK-3.3/build/demos/hbmdemo/networkmanual_jpeg/src/ |
| D | networkmanual_jpeg.cpp | 242 CNTHandle* cnt, in ReadNandFile() argument 252 rv = CNTOpen(cnt, fileName, &fileInfo); in ReadNandFile() 289 CNTHandle* cnt, in ReadNandFileLZ() argument 298 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileLZ() 321 CNTHandle* cnt, in ReadNandFileHuff() argument 329 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileHuff()
|
| /RvlSDK-3.3/include/revolution/gx/ |
| D | GXStruct.h | 173 GXCompCnt cnt; member
|
| D | GXGeometry.h | 111 GXCompCnt cnt,
|
| /RvlSDK-3.3/build/demos/hbmdemo/networkmanual_tpl/ |
| D | makefile | 72 REVOLUTION_LIBS += $(INSTALL_ROOT)/lib/cnt$(LIBSUFFIX)
|
| /RvlSDK-3.3/build/demos/hbmdemo/networkmanual_tpl/src/ |
| D | networkmanual_tpl.cpp | 369 CNTHandle* cnt, in ReadNandFile() argument 379 rv = CNTOpen(cnt, fileName, &fileInfo); in ReadNandFile() 416 CNTHandle* cnt, in ReadNandFileLZ() argument 425 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileLZ() 448 CNTHandle* cnt, in ReadNandFileHuff() argument 456 compbuffer = ReadNandFile( fileName, cnt ); in ReadNandFileHuff()
|
| /RvlSDK-3.3/build/demos/hbmdemo/networkmanual_jpeg/ |
| D | makefile | 73 REVOLUTION_LIBS += $(INSTALL_ROOT)/lib/cnt$(LIBSUFFIX)
|
| /RvlSDK-3.3/build/demos/hbmdemo/shareddemo/ |
| D | makefile | 74 REVOLUTION_LIBS += $(INSTALL_ROOT)/lib/cnt$(LIBSUFFIX)
|
| /RvlSDK-3.3/build/demos/gxdemo/src/Texture/ |
| D | tex-tc-alloc.c | 545 s32 cnt; in GetMtxFromCoordGen() local 548 cnt = CoordGenerator.count[col]++; in GetMtxFromCoordGen() 553 (f32)cnt * -48.0F + 160.0F, in GetMtxFromCoordGen()
|
| /RvlSDK-3.3/build/demos/cntdemo/ |
| D | Makefile | 102 REVOLUTION_LIBS += $(INSTALL_ROOT)/lib/cnt$(LIBSUFFIX)
|
| /RvlSDK-3.3/build/demos/gxdemo/src/Performance/ |
| D | perf-fill.c | 598 u32 i, j, k, cnt; // indices in DrawTick() local 606 for (cnt = i = 0; i < testData.numz; i++) in DrawTick() 609 for (j = 0; j < testData.numx; j++, cnt++) in DrawTick() 612 if ((cnt % testData.nc_tx) == 0) in DrawTick() 614 tx = ((cnt / testData.nc_tx) & 1) * (NUM_TEXOBJS - 1); in DrawTick() 625 MTXRotAxisDeg(t, &testData.axis[cnt%NUM_ROTMATS], testData.rot); in DrawTick()
|
| /RvlSDK-3.3/build/tools/thputilities/src/ |
| D | thputilities.c | 2267 u32 cnt; in THPUtyWriteAudioOneFrame() local 2273 for (cnt = 0; cnt < fileHeader->audioInfo.sndNumTracks; cnt++) in THPUtyWriteAudioOneFrame() 2275 if (audioHandleList[cnt] == NULL) in THPUtyWriteAudioOneFrame() 2289 if (THPAudioWriteFrame(audioHandleList[cnt], thpFp, flag) == FALSE) in THPUtyWriteAudioOneFrame() 2292 audioHandleList[cnt]->audioInfo.fileName, __LINE__); in THPUtyWriteAudioOneFrame()
|