Searched refs:hash_table_size (Results 1 – 3 of 3) sorted by relevance
44 hash_table_size = 1024 variable49 print "typedef const unsigned short table_t[%d];\n" % (hash_table_size)84 dense_table = [0] * hash_table_size89 for i in range(0, hash_table_size, row_size):129 index = hash_val & (hash_table_size - 1)
339 int hash_table_size = capacity / kLoadFactor; in SizeFor() local341 int total_size = kDataTableStartOffset + data_table_size + hash_table_size + in SizeFor()431 int hash_table_size = nof_buckets; in GetChainTableOffset() local432 return kDataTableStartOffset + data_table_size + hash_table_size; in GetChainTableOffset()
3487 TNode<Int32T> hash_table_size = in AllocateSmallOrderedHashTable() local3495 IntPtrAdd(ChangeInt32ToIntPtr(hash_table_size), capacity); in AllocateSmallOrderedHashTable()3518 Word32And(Int32Constant(0xFF), hash_table_size)); in AllocateSmallOrderedHashTable()