Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h252 u_int longjt; /* jt branch requires long jump */ member
Doptimize.c1922 return slength(p->stmts) + n + 1 + p->longjt + p->longjf; in count_stmts()
2046 dst = conv_state->ftail -= (slen + 1 + p->longjt + p->longjf); in convert_code_r()
2145 if (p->longjt == 0) { in convert_code_r()
2147 p->longjt++; in convert_code_r()
2281 icount = slength(block->stmts) + 1 + block->longjt + block->longjf; in dot_dump_node()