Lines Matching refs:idx
82 int idx;83 for (idx = (300 / 33) + 1; idx > 0; idx--)111 unsigned idx;119 for (idx = 0; idx <= lastidx; idx++) {127 for (bits = idx|cmdmask, bit = bitwidth + 3; bit > 0; bit--, bits <<= 1)147 srom[idx*2] = data & 0xFF;148 srom[idx*2+1] = data >> 8;