Searched refs:highbit (Results 1 – 7 of 7) sorted by relevance
58 dst->highbit = (e1->highbit > e2->highbit) ? e1->highbit : e2->highbit; in ebitmap_or()70 dst->highbit = tmp.highbit; in ebitmap_union()160 if (e1->highbit != e2->highbit) in ebitmap_cmp()203 dst->highbit = src->highbit; in ebitmap_cpy()211 if (e1->highbit < e2->highbit) in ebitmap_contains()260 if (e->highbit < bit) in ebitmap_get_bit()281 uint32_t highbit = startbit + MAPSIZE; in ebitmap_set_bit() local283 if (highbit == 0) { in ebitmap_set_bit()305 e->highbit = in ebitmap_set_bit()309 e->highbit = 0; in ebitmap_set_bit()[all …]
69 buf[1] = cpu_to_le32(e->highbit); in ebitmap_write()
169 int lookup_size, lookup, highbit, lowbits; in decode_frame() local174 highbit = 1 << (lookup_size - 1); in decode_frame()175 lowbits = highbit - 1; in decode_frame()177 if (lookup & highbit) in decode_frame()178 lookup ^= highbit; in decode_frame()180 highbit = 0; in decode_frame()192 if (highbit) in decode_frame()
39 uint32_t highbit; /* highest position in the total bitmap */ member42 #define ebitmap_is_empty(e) (((e)->highbit) == 0)43 #define ebitmap_length(e) ((e)->highbit)
30 for (i = 0; i < bitmap->highbit; i++) { in print_ebitmap()
221 CU_ASSERT(role->types.negset.highbit == 0); in test_role_type_set()
53962 u32 highbit; member