Lines Matching defs:I
53 for (u32 I = 0; I < TSDsArraySize; I++)
54 TSDs[I].init(Instance);
69 for (u32 I = 0; I < TSDsArraySize; I++) {
70 TSDs[I].commitBack(Instance);
71 TSDs[I] = {};
80 for (uptr I = 0; I < NumberOfTSDs; ++I) {
81 TSDs[I].lock();
82 Instance->drainCache(&TSDs[I]);
83 TSDs[I].unlock();
96 for (u32 I = 0; I < TSDsArraySize; I++)
97 TSDs[I].lock();
101 for (s32 I = static_cast<s32>(TSDsArraySize - 1); I >= 0; I--)
102 TSDs[I].unlock();
122 for (uptr I = 0; I < NumberOfTSDs; ++I) {
123 TSDs[I].lock();
128 TSDs[I].assertLocked(/*BypassCheck=*/true);
129 Str->append(" Shared TSD[%zu]:\n", I);
130 TSDs[I].getCache().getStats(Str);
131 TSDs[I].unlock();
183 for (u32 I = 0; I < N; I++) {
184 u32 A = I + 1;
186 // Find the GCD between I + 1 and N. If 1, they are coprimes.
193 CoPrimes[NumberOfCoPrimes++] = I + 1;
231 for (u32 I = 0; I < Min(4U, N); I++) {