Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dhuf_compress.c260 { U32 const noSymbol = 0xF0F0F0F0; in HUF_setMaxHeight() local
281 if (highPos == noSymbol) continue; in HUF_setMaxHeight()
285 if (lowPos == noSymbol) break; in HUF_setMaxHeight()
291 assert(rankLast[nBitsToDecrease] != noSymbol || nBitsToDecrease == 1); in HUF_setMaxHeight()
293 … while ((nBitsToDecrease<=HUF_TABLELOG_MAX) && (rankLast[nBitsToDecrease] == noSymbol)) in HUF_setMaxHeight()
295 assert(rankLast[nBitsToDecrease] != noSymbol); in HUF_setMaxHeight()
304 if (rankLast[nBitsToDecrease-1] == noSymbol) in HUF_setMaxHeight()
314 rankLast[nBitsToDecrease] = noSymbol; in HUF_setMaxHeight()
318 rankLast[nBitsToDecrease] = noSymbol; /* this rank is now empty */ in HUF_setMaxHeight()
332 if (rankLast[1] == noSymbol) { in HUF_setMaxHeight()