Home
last modified time | relevance | path

Searched refs:oldSize (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c406 int oldSize; in ResizeGlyphHash() local
418 oldSize = hash->hashSet->size; in ResizeGlyphHash()
419 for (i = 0; i < oldSize; i++) { in ResizeGlyphHash()
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dhuf_compress.c727 size_t const oldSize = HUF_estimateCompressedSize(oldHufTable, count, maxSymbolValue); in HUF_compress_internal() local
729 if (oldSize <= hSize + newSize || hSize + 12 >= srcSize) { in HUF_compress_internal()