Searched refs:nof_buckets (Results 1 – 2 of 2) sorted by relevance
426 int nof_buckets = NumberOfBuckets(); in GetChainTableOffset() local427 int capacity = nof_buckets * kLoadFactor; in GetChainTableOffset()431 int hash_table_size = nof_buckets; in GetChainTableOffset()
124 int nof_buckets = table->NumberOfBuckets(); in ConvertToKeysArray() local132 int index = kHashTableStartIndex + nof_buckets + (i * kEntrySize); in ConvertToKeysArray()