Home
last modified time | relevance | path

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

/security/selinux/ss/
A Debitmap.c32 if (e1->highbit != e2->highbit) in ebitmap_equal()
74 dst->highbit = src->highbit; in ebitmap_cpy()
224 if (e1->highbit < e2->highbit) in ebitmap_contains()
264 if (e->highbit < bit) in ebitmap_get_bit()
306 e->highbit = 0; in ebitmap_set_bit()
359 e->highbit = 0; in ebitmap_destroy()
380 e->highbit = le32_to_cpu(buf[1]); in ebitmap_read()
391 e->highbit += EBITMAP_SIZE - 1; in ebitmap_read()
392 e->highbit -= (e->highbit % EBITMAP_SIZE); in ebitmap_read()
394 if (!e->highbit) { in ebitmap_read()
[all …]
A Debitmap.h44 u32 highbit; /* highest position in the total bitmap */ member
47 #define ebitmap_length(e) ((e)->highbit)

Completed in 5 milliseconds