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

/freebsd-10.0-release/contrib/libpcap/
H A Doptimize.c1869 * statements in the true branch from 'p' (count_stmts(JT(p)));
1871 * statements in the false branch from 'p' (count_stmts(JF(p)));
1880 count_stmts(struct block *p) function
1887 n = count_stmts(JT(p)) + count_stmts(JF(p));
2178 n = *lenp = count_stmts(root);

Completed in 65 milliseconds