Searched refs:oldSize (Results 1 – 2 of 2) sorted by relevance
406 int oldSize; in ResizeGlyphHash() local418 oldSize = hash->hashSet->size; in ResizeGlyphHash()419 for (i = 0; i < oldSize; i++) { in ResizeGlyphHash()
727 size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, count, maxSymbolValue); in HUF_compress_internal() local729 if (oldSize <= hSize + newSize || hSize + 12 >= srcSize) { in HUF_compress_internal()