Home
last modified time | relevance | path

Searched refs:eby (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.41.9/bsd/kern/
H A Dtty_subr.c352 int sby, sbi, eby, ebi; in clrbits() local
363 eby = (off + len) / NBBY; in clrbits()
365 if (sby == eby) { in clrbits()
375 cp[eby] &= ~mask; in clrbits()
378 for (i = sby; i < eby; i++) { in clrbits()