Lines Matching defs:n_blocks
146 static int n_blocks;
249 memset((char *)levels, 0, n_blocks * sizeof(*levels));
270 i = n_blocks * nodewords;
345 n_blocks * nodewords * sizeof(*all_closure_sets));
1660 for (i = 0; i < n_blocks; ++i)
1830 for (i = 0; i < n_blocks; ++i)
1835 for (i = n_blocks - 1; --i >= 0; ) {
1838 for (j = i + 1; j < n_blocks; ++j) {
1848 for (i = 0; i < n_blocks; ++i) {
1919 n = n_blocks++;
1980 n_blocks = 0;
1983 n_edges = 2 * n_blocks;
1991 levels = (struct block **)calloc(n_blocks, sizeof(*levels));
1996 nodewords = n_blocks / (8 * sizeof(bpf_u_int32)) + 1;
1999 space = (bpf_u_int32 *)malloc(2 * n_blocks * nodewords * sizeof(*space)
2024 b->ef.id = n_blocks + i;
2025 edges[n_blocks + i] = &b->ef;