(int[] table, int index)
| 164 | } |
| 165 | |
| 166 | static int getPruning(int[] table, int index) { |
| 167 | return (table[index >> 4] >> ((index & 0xf) << 1)) & 0x3; |
| 168 | } |
| 169 | |
| 170 | static int getprun(int edge, int prun) { |
| 171 | int depm3 = getPruning(eprun, edge); |
no outgoing calls
no test coverage detected