Lines Matching defs:slot
45 int seq, int slot, uint16_t *tbl)
90 blk = (chan * 11 + seq) * 27 + slot;
93 x = m * 27 + slot;
110 blk = (chan * 10 + seq) * 27 + slot;
125 blk = (chan * 10 + seq) * 27 + slot;
137 x = shuf3[m] + slot / 3;
138 y = serpent1[slot] +
143 x = shuf3[m] + slot / 3;
144 y = serpent1[slot] +
150 k = slot + ((m == 1 || m == 2) ? 3 : 0);