EBITMAP_UNIT_SIZE  121 security/selinux/ss/ebitmap.c 			offset += EBITMAP_UNIT_SIZE;
EBITMAP_UNIT_SIZE  161 security/selinux/ss/ebitmap.c 			offset += EBITMAP_UNIT_SIZE;
EBITMAP_UNIT_SIZE  184 security/selinux/ss/ebitmap.c 		offset += EBITMAP_UNIT_SIZE;
EBITMAP_UNIT_SIZE  220 security/selinux/ss/ebitmap.c 			u32 lastsetbit = n2->startbit + i * EBITMAP_UNIT_SIZE +
EBITMAP_UNIT_SIZE  435 security/selinux/ss/ebitmap.c 		index = (startbit - n->startbit) / EBITMAP_UNIT_SIZE;
EBITMAP_UNIT_SIZE   29 security/selinux/ss/ebitmap.h #define EBITMAP_SIZE		(EBITMAP_UNIT_NUMS * EBITMAP_UNIT_SIZE)
EBITMAP_UNIT_SIZE   32 security/selinux/ss/ebitmap.h 	(((x) >> EBITMAP_UNIT_SIZE / 2) >> EBITMAP_UNIT_SIZE / 2)
EBITMAP_UNIT_SIZE   84 security/selinux/ss/ebitmap.h 	(((bit) - (node)->startbit) / EBITMAP_UNIT_SIZE)
EBITMAP_UNIT_SIZE   86 security/selinux/ss/ebitmap.h 	(((bit) - (node)->startbit) % EBITMAP_UNIT_SIZE)