Searched refs:to_one (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/sparc/dev/
H A Dms_pckbport.c201 static const char to_one[] = { 1, 2, 2, 4, 4, 4, 4 }; local
265 d = to_one[d - 1]; /* from 1..7 to {1,2,4} */
/netbsd-current/sys/dev/sun/
H A Dms.c236 static const char to_one[] = { 1, 2, 2, 4, 4, 4, 4 }; local
357 d = to_one[d - 1]; /* from 1..7 to {1,2,4} */
/netbsd-current/sys/arch/amiga/dev/
H A Dms.c260 static const char to_one[] = { 1, 2, 2, 4, 4, 4, 4 }; local
365 d = to_one[d - 1]; /* from 1..7 to {1,2,4} */
/netbsd-current/sys/arch/x68k/dev/
H A Dms.c369 static const char to_one[] = { 1, 2, 2 }; local
447 d = to_one[d - 1]; /* from 1..3 to {1,2} */

Completed in 119 milliseconds