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

/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c481 ulong_t nextbitindex = nextindex & BT_ULMASK; local
492 if (nextindex <= maxindex && nextbitindex != 0) {
495 if (bx >= nextbitindex && !(bitmap[nextword] & bit))

Completed in 45 milliseconds