Searched refs:rankLast (Results 1 – 1 of 1) sorted by relevance
277 U32 rankLast[HUF_TABLELOG_MAX+2]; in HUF_setMaxHeight() local280 ZSTD_memset(rankLast, 0xF0, sizeof(rankLast)); in HUF_setMaxHeight()286 rankLast[maxNbBits-currentNbBits] = (U32)pos; in HUF_setMaxHeight()295 U32 const highPos = rankLast[nBitsToDecrease]; in HUF_setMaxHeight()296 U32 const lowPos = rankLast[nBitsToDecrease-1]; 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()314 huffNode[rankLast[nBitsToDecrease]].nbBits++; in HUF_setMaxHeight()320 if (rankLast[nBitsToDecrease-1] == noSymbol) in HUF_setMaxHeight()[all …]