Searched refs:constraint_count (Results 1 – 3 of 3) sorted by relevance
244 size_t constraint_count = sk_GENERAL_SUBTREE_num(nc->permittedSubtrees) + in NAME_CONSTRAINTS_check() local246 size_t check_count = constraint_count * name_count; in NAME_CONSTRAINTS_check()248 constraint_count < sk_GENERAL_SUBTREE_num(nc->permittedSubtrees) || in NAME_CONSTRAINTS_check()249 (constraint_count && check_count / constraint_count != name_count) || in NAME_CONSTRAINTS_check()
504 int constraint_count = 0; in CreateLiteralForConstrainedUses() local505 constraint_count += no_duplicates ? 1 : 0; in CreateLiteralForConstrainedUses()506 constraint_count += (index_bound != INT64_MAX) ? 1 : 0; in CreateLiteralForConstrainedUses()507 constraint_count += needs_constant ? 1 : 0; in CreateLiteralForConstrainedUses()508 if (constraint_count > 1) { in CreateLiteralForConstrainedUses()
324 p.constraint_count, p.validatetrans_count))