Home
last modified time | relevance | path

Searched refs:highbit (Results 1 – 2 of 2) sorted by relevance

/security/selinux/ss/
Debitmap.c34 if (e1->highbit != e2->highbit) in ebitmap_cmp()
76 dst->highbit = src->highbit; in ebitmap_cpy()
176 ebmap->highbit = e_iter->startbit + EBITMAP_SIZE; in ebitmap_netlbl_import()
206 if (e1->highbit < e2->highbit) in ebitmap_contains()
246 if (e->highbit < bit) in ebitmap_get_bit()
285 e->highbit = prev->startbit in ebitmap_set_bit()
288 e->highbit = 0; in ebitmap_set_bit()
314 e->highbit = new->startbit + EBITMAP_SIZE; in ebitmap_set_bit()
341 e->highbit = 0; in ebitmap_destroy()
361 e->highbit = le32_to_cpu(buf[1]); in ebitmap_read()
[all …]
Debitmap.h42 u32 highbit; /* highest position in the total bitmap */ member
45 #define ebitmap_length(e) ((e)->highbit)