Searched refs:m_buckets (Results 1 – 10 of 10) sorted by relevance
61 m_buckets = new Entry [initialCapacity]; in IntIntMap()87 final Entry [] buckets = m_buckets; in contains()111 final Entry [] buckets = m_buckets; in get()130 final Entry [] buckets = m_buckets; in get()151 for (int b = 0; b < m_buckets.length; ++ b) in keys()153 for (Entry entry = m_buckets [b]; entry != null; entry = entry.m_next) in keys()175 int bucketIndex = (key & 0x7FFFFFFF) % m_buckets.length; in put()178 Entry [] buckets = m_buckets; in put()200 buckets = m_buckets; in put()218 final int bucketIndex = (key & 0x7FFFFFFF) % m_buckets.length; in remove()[all …]
59 m_buckets = new Entry [initialCapacity]; in IntSet()85 final Entry [] buckets = m_buckets; in contains()107 for (int b = 0; b < m_buckets.length; ++ b) in values()109 for (Entry entry = m_buckets [b]; entry != null; entry = entry.m_next) in values()125 for (int b = 0; b < m_buckets.length; ++ b) in values()127 for (Entry entry = m_buckets [b]; entry != null; entry = entry.m_next) in values()142 int bucketIndex = (key & 0x7FFFFFFF) % m_buckets.length; in add()145 Entry [] buckets = m_buckets; in add()161 buckets = m_buckets; in add()185 …out.append ("size = " + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " … in debugDump()[all …]
61 m_buckets = new Entry [initialCapacity]; in IntObjectMap()87 final Entry [] buckets = m_buckets; in contains()112 final Entry [] buckets = m_buckets; in get()134 for (int b = 0; b < m_buckets.length; ++ b) in keys()136 for (Entry entry = m_buckets [b]; entry != null; entry = entry.m_next) in keys()161 int bucketIndex = (key & 0x7FFFFFFF) % m_buckets.length; in put()164 Entry [] buckets = m_buckets; in put()189 buckets = m_buckets; in put()211 …out.append ("size = " + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " … in debugDump()248 final Entry [] buckets = m_buckets; in rehash()[all …]
63 m_buckets = new Entry [initialCapacity]; in ObjectIntMap()91 final Entry [] buckets = m_buckets; in contains()119 final Entry [] buckets = m_buckets; in get()141 for (int b = 0; b < m_buckets.length; ++ b) in keys()143 for (Entry entry = m_buckets [b]; entry != null; entry = entry.m_next) in keys()168 int bucketIndex = (keyHash & 0x7FFFFFFF) % m_buckets.length; in put()171 Entry [] buckets = m_buckets; in put()193 buckets = m_buckets; in put()214 final int bucketIndex = (keyHash & 0x7FFFFFFF) % m_buckets.length; in remove()217 Entry [] buckets = m_buckets; in remove()[all …]
93 m_buckets = new SoftEntry [initialCapacity]; in SoftValueMap()163 final SoftEntry [] buckets = m_buckets; in get()234 SoftEntry [] buckets = m_buckets; in put()281 buckets = m_buckets; in put()301 final SoftEntry [] buckets = m_buckets; in remove()345 final SoftEntry [] buckets = m_buckets; in clear()415 …out.append ("size = " + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " … in debugDump()476 final SoftEntry [] buckets = m_buckets; in rehash()478 final int newBucketCount = (m_buckets.length << 1) + 1; in rehash()534 m_buckets = newBuckets; in rehash()[all …]
49 localBuckets.Copy(m_buckets); in GetBlackRow()81 localBuckets.Copy(m_buckets); in GetBlackMatrix()112 if (m_buckets.GetSize() <= 0) { in InitArrays()113 m_buckets.SetSize(LUMINANCE_BUCKETS); in InitArrays()117 m_buckets[x] = 0; in InitArrays()
28 CFX_Int32Array m_buckets; variable
META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...