Lines Matching refs:highbit
34 if (e1->highbit != e2->highbit) in ebitmap_cmp()
76 dst->highbit = src->highbit; in ebitmap_cpy()
176 ebmap->highbit = e_iter->startbit + EBITMAP_SIZE; in ebitmap_netlbl_import()
206 if (e1->highbit < e2->highbit) in ebitmap_contains()
246 if (e->highbit < bit) in ebitmap_get_bit()
285 e->highbit = prev->startbit in ebitmap_set_bit()
288 e->highbit = 0; in ebitmap_set_bit()
314 e->highbit = new->startbit + EBITMAP_SIZE; in ebitmap_set_bit()
341 e->highbit = 0; in ebitmap_destroy()
363 e->highbit = le32_to_cpu(buf[1]); in ebitmap_read()
369 mapunit, BITS_PER_U64, e->highbit); in ebitmap_read()
374 e->highbit += EBITMAP_SIZE - 1; in ebitmap_read()
375 e->highbit -= (e->highbit % EBITMAP_SIZE); in ebitmap_read()
377 if (!e->highbit) { in ebitmap_read()
382 if (e->highbit && !count) in ebitmap_read()
399 if (startbit > e->highbit - mapunit) { in ebitmap_read()
402 startbit, (e->highbit - mapunit)); in ebitmap_read()