Searched refs:highbit (Results 1 – 5 of 5) sorted by relevance
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() local276 if (highbit == 0) { in ebitmap_set_bit()298 e->highbit = in ebitmap_set_bit()302 e->highbit = 0; in ebitmap_set_bit()[all …]
65 buf[1] = cpu_to_le32(e->highbit); in ebitmap_write()
39 uint32_t highbit; /* highest position in the total bitmap */ member42 #define ebitmap_length(e) ((e)->highbit)
30 for (i = 0; i < bitmap->highbit; i++) { in print_ebitmap()
219 CU_ASSERT(role->types.negset.highbit == 0); in test_role_type_set()