Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dhuf_compress.c408 { U32 const noSymbol = 0xF0F0F0F0; in HUF_setMaxHeight() local
429 if (highPos == noSymbol) continue; in HUF_setMaxHeight()
433 if (lowPos == noSymbol) break; in HUF_setMaxHeight()
439 assert(rankLast[nBitsToDecrease] != noSymbol || nBitsToDecrease == 1); in HUF_setMaxHeight()
441 … while ((nBitsToDecrease<=HUF_TABLELOG_MAX) && (rankLast[nBitsToDecrease] == noSymbol)) in HUF_setMaxHeight()
443 assert(rankLast[nBitsToDecrease] != noSymbol); in HUF_setMaxHeight()
452 if (rankLast[nBitsToDecrease-1] == noSymbol) in HUF_setMaxHeight()
462 rankLast[nBitsToDecrease] = noSymbol; in HUF_setMaxHeight()
466 rankLast[nBitsToDecrease] = noSymbol; /* this rank is now empty */ in HUF_setMaxHeight()
480 if (rankLast[1] == noSymbol) { in HUF_setMaxHeight()