Searched defs:most (Results 1 - 1 of 1) sorted by relevance

/drivers/pcmcia/
H A Drsrc_nonstatic.c192 u_char *b, hole, most; local
205 for (i = base, most = 0; i < base+num; i += 8) {
214 if ((j == 8) && (++b[hole] > b[most]))
215 most = hole;
216 if (b[most] == 127)
232 if (inb(i+j) != most)
726 * potential conflicts, just the most obvious ones.

Completed in 538 milliseconds