Lines Matching defs:idx2
175 unsigned int idx1,idx2;
184 for (idx2 = 0; idx2 < ARRAY_SIZE(std_items); idx2++) {
185 ip = std_items + idx2;
309 unsigned int idx,bcnt,idx2;
334 for (idx2 = 0; idx2 < ARRAY_SIZE(std_mixes); idx2++) {
335 if ((id & std_mixes[idx2]) == std_mixes[idx2]) std_cnt++;
365 for (idx2 = 0; (idx2 < ARRAY_SIZE(std_mixes)) && (idx < std_cnt);
366 idx2++) {
367 if (!(id & std_mixes[idx2])) continue;
368 if (pvr2_std_fill(stddefs+idx,std_mixes[idx2])) idx++;