Searched defs:ebitmap_t (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Debitmap.h39 } ebitmap_t; typedef in typeref:struct:ebitmap
45 static inline unsigned int ebitmap_start(const ebitmap_t * e,
53 static inline void ebitmap_init(ebitmap_t * e)
78 extern int ebitmap_cmp(const ebitmap_t * e1, const ebitmap_t * e2);
79 extern int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2);
80 extern int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e
[all...]

Completed in 154 milliseconds