Home
last modified time | relevance | path

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

/TwlSDK-5.5.5/build/demos.TWL/nandApp/SubBanner/src/
Dmain.c99 int i; in EditSubBanner() local
108 for (i = 0; i < NA_SUBBANNER_PALETTE_NUM; i++) in EditSubBanner()
110 anime->pltt[0][i] = (GXRgb)((GX_RGB_R_MASK & anime->pltt[0][i]) << 5 | // R to G in EditSubBanner()
111 (GX_RGB_G_MASK & anime->pltt[0][i]) << 5 | // G to B in EditSubBanner()
112 (GX_RGB_B_MASK & anime->pltt[0][i]) >> 10); // B to R in EditSubBanner()
131 int i; in TwlMain() local
174 for( i = 0; i < param->num; i++) in TwlMain()
176 DEMOSetBitmapTextColor( i == cursor ? param->select_color : param->normal_color ); in TwlMain()
177 DEMODrawText( param->pos[i].x * MENU_TEXT_SIZE, param->pos[i].y * MENU_TEXT_SIZE, in TwlMain()
178 ( i == cursor ? "=>%s" : " %s" ), param->str_elem[i] ); in TwlMain()
/TwlSDK-5.5.5/build/tools/makelcf/
Dspec.l304 int i;
307 for ( i = strlen(s)-1; i >= 0; i -- )
309 unput( s[i] );
/TwlSDK-5.5.5/build/tools/makelcf.TWL/
Dspec.l225 int i;
228 for ( i = strlen(s)-1; i >= 0; i -- )
230 unput( s[i] );
/TwlSDK-5.5.5/build/libraries/snd/ARM9.TWL/src/
Dsndex.c1910 static u32 i = 0; // Retry up to 5 times in WaitResetSoundCallback() local
1912 if (result != SNDEX_RESULT_SUCCESS && i < 5) in WaitResetSoundCallback()
1915 i++; in WaitResetSoundCallback()
1935 static i = 0; // Retry up to 5 times in ResetTempVolume()
1939 …NDEX_RESULT_SUCCESS != SNDEXi_SetVolumeExAsync(storeVolume, WaitResetSoundCallback, NULL) && i < 5) in ResetTempVolume()
1941 i++; in ResetTempVolume()