Searched refs:MAIN_INDEX_MASK (Results 1 – 1 of 1) sorted by relevance
75 private static final int MAIN_INDEX_MASK = MAIN_INDEX_SIZE - 1; field in BinderProxy.ProxyMap94 return ((int) ((arg >> 2) ^ (arg >> (2 + LOG_MAIN_INDEX_SIZE)))) & MAIN_INDEX_MASK; in hash()