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

/freebsd-current/contrib/libpcap/
H A Doptimize.c2492 * statements in the true branch from 'p' (count_stmts(JT(p)));
2494 * statements in the false branch from 'p' (count_stmts(JF(p)));
2503 count_stmts(struct icode *ic, struct block *p) function
2510 n = count_stmts(ic, JT(p)) + count_stmts(ic, JF(p));
2896 n = *lenp = count_stmts(ic, root);

Completed in 175 milliseconds