(int v)
| 1031 | } |
| 1032 | |
| 1033 | public static int[] triple(int v) { |
| 1034 | int deltaFromLeftAncestor = (v>>8)&0xFF; |
| 1035 | int child = (v>>16)&0xFFFF; |
| 1036 | return new int[] { deltaFromLeftAncestor, child }; |
| 1037 | } |
| 1038 | |
| 1039 | public static int wscat(int n) { |
| 1040 | return CAT_INJECT_WS | (n<<8); |
no outgoing calls
no test coverage detected