Searched refs:check (Results 1 – 7 of 7) sorted by relevance
| /RvlSDK-3.1.4/build/tools/TexConv/src/ |
| D | input.cpp | 128 int check = 0; in CheckYN() local 134 if( ((check = strcmp( fileName, "q")) == 0) || ((check = strcmp( fileName, "Q")) == 0) ) in CheckYN() 148 if( ((check = strcmp( yn, "q")) == 0) || ((check = strcmp( yn, "Q")) == 0) ) in CheckYN() 154 else if( ((check = strcmp( yn, "y")) == 0) || ((check = strcmp( yn, "Y")) == 0) ) in CheckYN() 160 else if( ((check = strcmp( yn, "n")) == 0) || ((check = strcmp( yn, "N")) == 0) ) in CheckYN()
|
| /RvlSDK-3.1.4/build/libraries/tc/src/ |
| D | TCMipmap.cpp | 411 u32 check; in TCCheckMipMapConvParams() local 415 check = CheckRangeLOD( thisImage->minLOD ); in TCCheckMipMapConvParams() 416 …TCAssertMsg( (check),"TCCheckMipMapConvParams: minLOD out of range for image %d\n", thisImage->ind… in TCCheckMipMapConvParams() 418 check = CheckRangeLOD( thisImage->maxLOD ); in TCCheckMipMapConvParams() 419 …TCAssertMsg( (check),"TCCheckMipMapConvParams: maxLOD out of range for image %d\n", thisImage->ind… in TCCheckMipMapConvParams() 421 check = CheckRangeLOD( thisImage->remapMinLOD ); in TCCheckMipMapConvParams() 422 …TCAssertMsg( (check),"TCCheckMipMapConvParams: remapLOD out of range for image %d\n", thisImage->i… in TCCheckMipMapConvParams() 431 check = thisImage->remapMinLOD + (thisImage->maxLOD - thisImage->minLOD); in TCCheckMipMapConvParams() 432 if( check > 10 ) in TCCheckMipMapConvParams() 438 check = TCCheckPower2( thisImage ); in TCCheckMipMapConvParams() [all …]
|
| /RvlSDK-3.1.4/build/demos/nanddemo/ |
| D | makefile | 40 CSRCS = basic.c directory.c async.c util.c gamesave.c safe.c check.c banner.c cancel.c 46 BINNAMES = basic directory async gamesave safe check banner cancel 84 $(FULLBIN_ROOT)/check$(BINSUFFIX): check.o util.o \
|
| /RvlSDK-3.1.4/include/revolution/gx/ |
| D | GXPerf.h | 114 void GXReadVCacheMetric ( u32* check,
|
| /RvlSDK-3.1.4/build/libraries/demo/src/ |
| D | DEMOWin.c | 1641 char check; in __DEMOWinMenu_refesh_menu() local 1669 check = (char)((m->items[j].flags & DEMOWIN_ITM_CHK_STATE) ? 'X' : ' '); in __DEMOWinMenu_refesh_menu() 1674 …DEMOWinPrintfXY(w, 0, (u16)i, "%c %c%s%c %c", check, para_start, m->items[(u16)j].name, para_end, … in __DEMOWinMenu_refesh_menu()
|
| /RvlSDK-3.1.4/ |
| D | readme-RVL_SDK-3_1-patch2.txt | 45 In addition, the ndrun_prechecker script is available to check that appropriate firmware is used at…
|
| D | readme-RVL_SDK-3_1-patch4.txt | 46 In addition, the ndrun_prechecker script is available to check that appropriate firmware is used at…
|