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

/external/libsepol/include/sepol/policydb/
H A Debitmap.h37 } ebitmap_t; typedef in typeref:struct:ebitmap
43 static inline unsigned int ebitmap_start(const ebitmap_t * e,
51 static inline void ebitmap_init(ebitmap_t * e)
76 extern int ebitmap_cmp(const ebitmap_t * e1, const ebitmap_t * e2);
77 extern int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2);
78 extern int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e
[all...]

Completed in 94 milliseconds