Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/include/sepol/policydb/
Debitmap.h70 static inline int ebitmap_node_get_bit(const ebitmap_node_t * n, unsigned int bit) in ebitmap_node_get_bit() function
81 ebitmap_for_each_bit(e, n, bit) if (ebitmap_node_get_bit(n, bit)) \
/third_party/selinux/libsepol/src/
Dmls.c128 if (ebitmap_node_get_bit(cnode, i)) { in mls_compute_context_len()
195 if (ebitmap_node_get_bit(cnode, i)) { in mls_sid_to_context()
Dpolicydb.c1965 if (ebitmap_node_get_bit(cnode, i)) { in mls_level_to_semantic()