Searched refs:highbit (Results 1 – 7 of 7) 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()112 dst->highbit = prev->startbit + MAPSIZE; in ebitmap_and()162 dst->highbit = prev->startbit + MAPSIZE; in ebitmap_xor()211 dst->highbit = prev->startbit + MAPSIZE; in ebitmap_not()261 if (e1->highbit != e2->highbit) in ebitmap_cmp()303 dst->highbit = src->highbit; in ebitmap_cpy()311 if (e1->highbit < e2->highbit) in ebitmap_contains()360 if (e->highbit < bit) in ebitmap_get_bit()381 uint32_t highbit = startbit + MAPSIZE; in ebitmap_set_bit() local[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