Searched refs:i (Results 1 – 4 of 4) sorted by relevance
99 int i; in EditSubBanner() local108 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() local174 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()
304 int i;307 for ( i = strlen(s)-1; i >= 0; i -- )309 unput( s[i] );
225 int i;228 for ( i = strlen(s)-1; i >= 0; i -- )230 unput( s[i] );
1910 static u32 i = 0; // Retry up to 5 times in WaitResetSoundCallback() local1912 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()