Lines Matching refs:highbit
57 dst->highbit = (e1->highbit > e2->highbit) ? e1->highbit : e2->highbit; in ebitmap_or()
69 dst->highbit = tmp.highbit; in ebitmap_union()
154 if (e1->highbit != e2->highbit) in ebitmap_cmp()
196 dst->highbit = src->highbit; in ebitmap_cpy()
204 if (e1->highbit < e2->highbit) in ebitmap_contains()
253 if (e->highbit < bit) in ebitmap_get_bit()
274 uint32_t highbit = startbit + MAPSIZE; in ebitmap_set_bit() local
276 if (highbit == 0) { in ebitmap_set_bit()
298 e->highbit = in ebitmap_set_bit()
302 e->highbit = 0; in ebitmap_set_bit()
331 e->highbit = highbit; in ebitmap_set_bit()
359 e->highbit = 0; in ebitmap_destroy()
378 e->highbit = le32_to_cpu(buf[1]); in ebitmap_read()
384 mapsize, MAPSIZE, e->highbit); in ebitmap_read()
387 if (!e->highbit) { in ebitmap_read()
391 if (e->highbit & (MAPSIZE - 1)) { in ebitmap_read()
394 e->highbit, MAPSIZE); in ebitmap_read()
398 if (e->highbit && !count) in ebitmap_read()
424 if (n->startbit > (e->highbit - MAPSIZE)) { in ebitmap_read()
427 n->startbit, (e->highbit - MAPSIZE)); in ebitmap_read()
456 if (count && l->startbit + MAPSIZE != e->highbit) { in ebitmap_read()
459 e->highbit, l->startbit + MAPSIZE); in ebitmap_read()