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