Lines Matching refs:highbit
35 if (e1->highbit != e2->highbit) in ebitmap_cmp()
77 dst->highbit = src->highbit; in ebitmap_cpy()
195 ebmap->highbit = e_iter->startbit + EBITMAP_SIZE; in ebitmap_netlbl_import()
225 if (e1->highbit < e2->highbit) in ebitmap_contains()
265 if (e->highbit < bit) in ebitmap_get_bit()
304 e->highbit = prev->startbit in ebitmap_set_bit()
307 e->highbit = 0; in ebitmap_set_bit()
333 e->highbit = new->startbit + EBITMAP_SIZE; in ebitmap_set_bit()
360 e->highbit = 0; in ebitmap_destroy()
382 e->highbit = le32_to_cpu(buf[1]); in ebitmap_read()
388 mapunit, BITS_PER_U64, e->highbit); in ebitmap_read()
393 e->highbit += EBITMAP_SIZE - 1; in ebitmap_read()
394 e->highbit -= (e->highbit % EBITMAP_SIZE); in ebitmap_read()
396 if (!e->highbit) { in ebitmap_read()
401 if (e->highbit && !count) in ebitmap_read()
418 if (startbit > e->highbit - mapunit) { in ebitmap_read()
421 startbit, (e->highbit - mapunit)); in ebitmap_read()
551 hash = jhash_1word(e->highbit, hash); in ebitmap_hash()