Searched refs:i (Results 1 – 2 of 2) sorted by relevance
256 s32 i, j; in SetISBNString() local286 for (i = disp_isbn ? 0 : 1; i < count; i++) in SetISBNString()288 pos_x = pos[i].x; in SetISBNString()289 pos_y = pos[i].y; in SetISBNString()291 for (j = 0; j < pos[i].length; ++j) in SetISBNString()293 if (isbn[i][j] == '-') in SetISBNString()298 else if ((isbn[i][j] >= '0') && (isbn[i][j] <= '9')) in SetISBNString()300 index = (u16)(isbn[i][j] - '0'); in SetISBNString()430 s32 i; in DispExclusiveMessage() local435 for (i = 0; i < OSi_ONLY_FORCHINA_CHAR_HEIGHT; i++) in DispExclusiveMessage()[all …]
1892 static u32 i = 0; // Retry up to 5 times in WaitResetSoundCallback() local1894 if (result != SNDEX_RESULT_SUCCESS && i < 5) in WaitResetSoundCallback()1897 i++; in WaitResetSoundCallback()1917 static i = 0; // Retry up to 5 times in ResetTempVolume()1921 …NDEX_RESULT_SUCCESS != SNDEXi_SetVolumeExAsync(storeVolume, WaitResetSoundCallback, NULL) && i < 5) in ResetTempVolume()1923 i++; in ResetTempVolume()