Searched refs:ID_MASK (Results 1 – 1 of 1) sorted by relevance
56 private static final int ID_MASK = 0xff; field in SparseMappingTable403 byte midId = (byte)((mTable[mid] >> ID_SHIFT) & ID_MASK); in binarySearch()460 sb.append(Integer.toHexString((key >> ID_SHIFT) & ID_MASK)); in dumpInternalState()619 return (byte)((key >> ID_SHIFT) & ID_MASK); in getIdFromKey()