Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_inq.c70 #define TTYINQ_QUOTESIZE (TTYINQ_DATASIZE / BMSIZE)
71 #define BMSIZE 32 macro
73 ((tib)->tib_quotes[(boff) / BMSIZE] & (1 << ((boff) % BMSIZE)))
75 ((tib)->tib_quotes[(boff) / BMSIZE] |= (1 << ((boff) % BMSIZE)))
77 ((tib)->tib_quotes[(boff) / BMSIZE] &= ~(1 << ((boff) % BMSIZE)))