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.c337 { U32 const noSymbol = 0xF0F0F0F0; in HUF_setMaxHeight() local
358 if (highPos == noSymbol) continue; in HUF_setMaxHeight()
362 if (lowPos == noSymbol) break; in HUF_setMaxHeight()
368 assert(rankLast[nBitsToDecrease] != noSymbol || nBitsToDecrease == 1); in HUF_setMaxHeight()
370 … while ((nBitsToDecrease<=HUF_TABLELOG_MAX) && (rankLast[nBitsToDecrease] == noSymbol)) in HUF_setMaxHeight()
372 assert(rankLast[nBitsToDecrease] != noSymbol); in HUF_setMaxHeight()
381 if (rankLast[nBitsToDecrease-1] == noSymbol) in HUF_setMaxHeight()
391 rankLast[nBitsToDecrease] = noSymbol; in HUF_setMaxHeight()
395 rankLast[nBitsToDecrease] = noSymbol; /* this rank is now empty */ in HUF_setMaxHeight()
409 if (rankLast[1] == noSymbol) { in HUF_setMaxHeight()