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

  /external/libsepol/include/sepol/policydb/
conditional.h 35 * cond_node_t->expr_pre_comp can only hold at most 32 values
86 uint32_t expr_pre_comp; member in struct:cond_node
  /external/libsepol/src/
conditional.c 113 return (a->expr_pre_comp == b->expr_pre_comp);
162 new_node->expr_pre_comp = node->expr_pre_comp;
356 cn->expr_pre_comp = 0x0;
432 cn->expr_pre_comp |= 0x1 << test;
link.c     [all...]

Completed in 27 milliseconds