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

/freebsd-10.0-release/sys/netgraph/
H A Dng_fec.c268 #define UNITS_BITSPERWORD (sizeof(*ng_fec_units) * NBBY) macro
304 KASSERT(bit >= 0 && bit <= UNITS_BITSPERWORD - 1,
307 *unit = (index * UNITS_BITSPERWORD) + bit;
321 index = unit / UNITS_BITSPERWORD;
322 bit = unit % UNITS_BITSPERWORD;

Completed in 107 milliseconds