Searched refs:noSymbol (Results 1 – 2 of 2) sorted by relevance
260 { U32 const noSymbol = 0xF0F0F0F0; in HUF_setMaxHeight() local281 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()
8600 { U32 const noSymbol = 0xF0F0F0F0; in HUF_setMaxHeight() local8618 if (highPos == noSymbol) continue; in HUF_setMaxHeight()8619 if (lowPos == noSymbol) break; in HUF_setMaxHeight()8626 … while ((nBitsToDecrease<=HUF_TABLELOG_MAX) && (rankLast[nBitsToDecrease] == noSymbol)) in HUF_setMaxHeight()8629 if (rankLast[nBitsToDecrease-1] == noSymbol) in HUF_setMaxHeight()8633 rankLast[nBitsToDecrease] = noSymbol; in HUF_setMaxHeight()8637 rankLast[nBitsToDecrease] = noSymbol; /* this rank is now empty */ in HUF_setMaxHeight()8641 …if (rankLast[1] == noSymbol) { /* special case : no rank 1 symbol (using maxNbBits-1); let's crea… in HUF_setMaxHeight()