Go to the documentation of this file.
39 for (i = 0; i <
size; i++) {
60 size -= start_bit & ~(
NBWORD - 1);
72 if ((tmp = *p++) != ~0
U)
98 if (start_bit >= size)
101 start_bit &= (
NBWORD - 1);
112 if ((tmp = *p++) != 0
U)
119 return result +
ffs(tmp) - 1;