Home
last modified time | relevance | path

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

/lib/zstd/
Dhuf_compress.c315 U32 const noSymbol = 0xF0F0F0F0; in HUF_setMaxHeight() local
336 if (highPos == noSymbol) in HUF_setMaxHeight()
338 if (lowPos == noSymbol) in HUF_setMaxHeight()
349 while ((nBitsToDecrease <= HUF_TABLELOG_MAX) && (rankLast[nBitsToDecrease] == noSymbol)) in HUF_setMaxHeight()
352 if (rankLast[nBitsToDecrease - 1] == noSymbol) in HUF_setMaxHeight()
356 rankLast[nBitsToDecrease] = noSymbol; in HUF_setMaxHeight()
360 rankLast[nBitsToDecrease] = noSymbol; /* this rank is now empty */ in HUF_setMaxHeight()
365 …if (rankLast[1] == noSymbol) { /* special case : no rank 1 symbol (using maxNbBits-1); let's creat… in HUF_setMaxHeight()