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

/linux-master/lib/zstd/compress/
H A Dhuf_compress.c337 { U32 const noSymbol = 0xF0F0F0F0; local
358 if (highPos == noSymbol) continue;
362 if (lowPos == noSymbol) break;
368 assert(rankLast[nBitsToDecrease] != noSymbol || nBitsToDecrease == 1);
370 while ((nBitsToDecrease<=HUF_TABLELOG_MAX) && (rankLast[nBitsToDecrease] == noSymbol))
372 assert(rankLast[nBitsToDecrease] != noSymbol);
381 if (rankLast[nBitsToDecrease-1] == noSymbol)
391 rankLast[nBitsToDecrease] = noSymbol;
395 rankLast[nBitsToDecrease] = noSymbol; /* this rank is now empty */
409 if (rankLast[1] == noSymbol) {
[all...]

Completed in 265 milliseconds