(int deltaFromLeftAncestor, int child)
| 1027 | } |
| 1028 | |
| 1029 | public static int aligncat(int deltaFromLeftAncestor, int child) { |
| 1030 | return CAT_ALIGN_WITH_ANCESTOR_CHILD | (deltaFromLeftAncestor<<8) | (child << 16); |
| 1031 | } |
| 1032 | |
| 1033 | public static int[] triple(int v) { |
| 1034 | int deltaFromLeftAncestor = (v>>8)&0xFF; |
no outgoing calls
no test coverage detected