Lines Matching defs:best
156 struct best {
159 } best[END];
160 struct best *bp;
165 best[i].time = (unsigned int)(-1); /* XXX MAX_?INT really */
166 best[i].voice = -1;
170 * Go through them all and get a best one to use.
179 bp = best + OFF;
182 bp = best + RELEASED;
185 bp = best + OFF;
188 bp = best + PLAYING;
197 bp = best + OFF;
207 if (best[i].voice >= 0) {
208 vp = &emu->voices[best[i].voice];
209 vp->ch = best[i].voice;