Searched refs:codeAndIndex (Results 1 – 2 of 2) sorted by relevance
200 final int codeAndIndex = src.readInt(); in readHistoryDelta() local201 cur.eventCode = (codeAndIndex & 0xffff); in readHistoryDelta()202 final int index = ((codeAndIndex >> 16) & 0xffff); in readHistoryDelta()
1727 final int codeAndIndex = setBitField(cur.eventCode & 0xffff, index, 16, 0xFFFF0000); in writeHistoryDelta() local1728 dest.writeInt(codeAndIndex); in writeHistoryDelta()