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()
231 if (e->highbit < bit) in ebitmap_get_bit()
252 uint32_t highbit = startbit + MAPSIZE; in ebitmap_set_bit() local
254 if (highbit == 0) { in ebitmap_set_bit()
276 e->highbit = in ebitmap_set_bit()
280 e->highbit = 0; in ebitmap_set_bit()
309 e->highbit = highbit; in ebitmap_set_bit()
337 e->highbit = 0; in ebitmap_destroy()
356 e->highbit = le32_to_cpu(buf[1]); in ebitmap_read()
362 mapsize, MAPSIZE, e->highbit); in ebitmap_read()
365 if (!e->highbit) { in ebitmap_read()
369 if (e->highbit & (MAPSIZE - 1)) { in ebitmap_read()
372 e->highbit, MAPSIZE); in ebitmap_read()
398 if (n->startbit > (e->highbit - MAPSIZE)) { in ebitmap_read()
401 n->startbit, (e->highbit - MAPSIZE)); in ebitmap_read()