Home
last modified time | relevance | path

Searched refs:longjf (Results 1 – 2 of 2) sorted by relevance

/external/libpcap/
Dgencode.h262 u_int longjf; /* jf branch requires long jump */ member
Doptimize.c2507 return slength(p->stmts) + n + 1 + p->longjt + p->longjf; in count_stmts()
2703 dst = conv_state->ftail -= (slen + 1 + p->longjt + p->longjf); in convert_code_r()
2834 if (p->longjf == 0) { in convert_code_r()
2836 p->longjf++; in convert_code_r()
2981 icount = slength(block->stmts) + 1 + block->longjt + block->longjf; in dot_dump_node()