Home
last modified time | relevance | path

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

/security/selinux/ss/
Debitmap.c25 #define BITS_PER_U64 (sizeof(u64) * 8) macro
355 if (mapunit != BITS_PER_U64) { in ebitmap_read()
358 mapunit, BITS_PER_U64, e->highbit); in ebitmap_read()
447 buf[0] = cpu_to_le32(BITS_PER_U64); in ebitmap_write()
453 if (rounddown(bit, (int)BITS_PER_U64) > last_startbit) { in ebitmap_write()
455 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write()
457 last_bit = roundup(bit + 1, BITS_PER_U64); in ebitmap_write()
469 if (rounddown(bit, (int)BITS_PER_U64) > last_startbit) { in ebitmap_write()
474 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write()
492 last_startbit = rounddown(bit, BITS_PER_U64); in ebitmap_write()