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

  /external/libsepol/include/sepol/policydb/
conditional.h 37 #define COND_MAX_BOOLS 5
85 uint32_t bool_ids[COND_MAX_BOOLS];
  /external/libsepol/src/
conditional.c 67 if (num_bools > COND_MAX_BOOLS) {
107 /* if exprs have <= COND_MAX_BOOLS we can check the precompute values
110 if (a->nbools <= COND_MAX_BOOLS && b->nbools <= COND_MAX_BOOLS) {
160 for (i = 0; i < min(node->nbools, COND_MAX_BOOLS); i++)
348 unsigned int i, j, orig_value[COND_MAX_BOOLS];
394 /* count em all but only record up to COND_MAX_BOOLS */
395 if (cn->nbools < COND_MAX_BOOLS)
407 if (cn->nbools <= COND_MAX_BOOLS) {
link.c     [all...]
expand.c     [all...]

Completed in 249 milliseconds