Home
last modified time | relevance | path

Searched refs:is_saturated (Results 1 - 2 of 2) sorted by relevance

/third_party/selinux/libsepol/src/
H A Dprivate.h48 # define is_saturated(x) (x == (typeof(x))-1 || (x) > (1U << 16)) macro
50 # define is_saturated(x) (x == (typeof(x))-1) macro
53 #define zero_or_saturated(x) ((x == 0) || is_saturated(x))
H A Dpolicydb.c2262 if (is_saturated(len2)) in class_read()
2902 if (is_saturated(c->sid[0])) in ocontext_read_xen()
3015 if (is_saturated(c->sid[0])) in ocontext_read_selinux()
3961 if (is_saturated(scope_index->class_perms_len)) in scope_index_read()
4017 if (is_saturated(nprim)) in avrule_decl_read()
4435 if (is_saturated(nprim)) in policydb_read()

Completed in 8 milliseconds