Lines Matching refs:highbit
31 if (e1->highbit != e2->highbit) in ebitmap_cmp()
73 dst->highbit = src->highbit; in ebitmap_cpy()
173 ebmap->highbit = e_iter->startbit + EBITMAP_SIZE; in ebitmap_netlbl_import()
203 if (e1->highbit < e2->highbit) in ebitmap_contains()
243 if (e->highbit < bit) in ebitmap_get_bit()
282 e->highbit = prev->startbit in ebitmap_set_bit()
285 e->highbit = 0; in ebitmap_set_bit()
311 e->highbit = new->startbit + EBITMAP_SIZE; in ebitmap_set_bit()
338 e->highbit = 0; in ebitmap_destroy()
358 e->highbit = le32_to_cpu(buf[1]); in ebitmap_read()
364 mapunit, BITS_PER_U64, e->highbit); in ebitmap_read()
369 e->highbit += EBITMAP_SIZE - 1; in ebitmap_read()
370 e->highbit -= (e->highbit % EBITMAP_SIZE); in ebitmap_read()
372 if (!e->highbit) { in ebitmap_read()
391 if (startbit > e->highbit - mapunit) { in ebitmap_read()
394 startbit, (e->highbit - mapunit)); in ebitmap_read()