Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/
Dhuf_compress.c276 { U32 const noSymbol = 0xF0F0F0F0; in HUF_setMaxHeight() local
297 if (highPos == noSymbol) continue; in HUF_setMaxHeight()
301 if (lowPos == noSymbol) break; in HUF_setMaxHeight()
307 assert(rankLast[nBitsToDecrease] != noSymbol || nBitsToDecrease == 1); in HUF_setMaxHeight()
309 … while ((nBitsToDecrease<=HUF_TABLELOG_MAX) && (rankLast[nBitsToDecrease] == noSymbol)) in HUF_setMaxHeight()
311 assert(rankLast[nBitsToDecrease] != noSymbol); in HUF_setMaxHeight()
320 if (rankLast[nBitsToDecrease-1] == noSymbol) in HUF_setMaxHeight()
330 rankLast[nBitsToDecrease] = noSymbol; in HUF_setMaxHeight()
334 rankLast[nBitsToDecrease] = noSymbol; /* this rank is now empty */ in HUF_setMaxHeight()
348 if (rankLast[1] == noSymbol) { in HUF_setMaxHeight()