Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dhuf_compress.c279 U32 const highPos = rankLast[nBitsToDecrease]; in HUF_setMaxHeight() local
281 if (highPos == noSymbol) continue; in HUF_setMaxHeight()
286 { U32 const highTotal = huffNode[highPos].count; in HUF_setMaxHeight()
/external/skia/tests/
DTextBlobTest.cpp488 SkPoint highPos[1] = { SkPoint::Make(0, -8) }; in DEF_TEST() local
498 auto blobHighY = SkTextBlob::MakeFromPosText("y", 1, highPos, font); in DEF_TEST()