Searched refs:oldSize (Results 1 – 3 of 3) sorted by relevance
223 unsigned int oldSize = t->bucketsSize; in HashTable_Enlarge() local225 unsigned int newSize = 2 * oldSize; in HashTable_Enlarge()233 for (i = 0; i < oldSize; i++) { in HashTable_Enlarge()
250 unsigned oldSize = visited.size(); in setSubgraphColorHelper() local252 if (visited.size() != oldSize) { in setSubgraphColorHelper()
2080 auto oldSize = buf[iter].length;2082 assert(buf[iter].length == expandSize + oldSize);