HomeSort by relevance Sort by last modified time
    Searched refs:ebitmap_not (Results 1 - 4 of 4) sorted by null

  /external/selinux/libsepol/include/sepol/policydb/
ebitmap.h 83 extern int ebitmap_not(ebitmap_t *dst, ebitmap_t *e1, unsigned int maxbit);
  /external/selinux/libsepol/src/
ebitmap.c 101 int ebitmap_not(ebitmap_t *dst, ebitmap_t *e1, unsigned int maxbit) function
118 int rc = ebitmap_not(&e3, e2, maxbit);
  /external/selinux/libsepol/cil/src/
cil_post.c 1058 rc = ebitmap_not(&tmp, &b1, max);
1095 rc = ebitmap_not(&tmp, &b1, max);
    [all...]
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 1363 if (ebitmap_not(&nothandled, &handled, maxbit) < 0)
    [all...]

Completed in 287 milliseconds