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

/seL4-test-master/projects/musllibc/src/regex/
H A Dregcomp.c2458 int *counts, int *offs)
2597 counts[p1->position]++;
2611 int *counts, int *offs)
2625 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs);
2628 errcode = tre_ast_to_tnfa(uni->right, transitions, counts, offs);
2636 transitions, counts, offs);
2639 errcode = tre_ast_to_tnfa(cat->left, transitions, counts, offs);
2642 errcode = tre_ast_to_tnfa(cat->right, transitions, counts, offs);
2655 transitions, counts, offs);
2659 errcode = tre_ast_to_tnfa(iter->arg, transitions, counts, off
2456 tre_make_trans(tre_pos_and_tags_t *p1, tre_pos_and_tags_t *p2, tre_tnfa_transition_t *transitions, int *counts, int *offs) argument
2610 tre_ast_to_tnfa(tre_ast_node_t *node, tre_tnfa_transition_t *transitions, int *counts, int *offs) argument
2682 int *counts = NULL, *offs = NULL; local
[all...]
/seL4-test-master/kernel/manual/parts/
H A Dcspace.tex373 \item second level CNodes with different guards and slot counts;

Completed in 82 milliseconds