noSymbol 315 lib/zstd/huf_compress.c U32 const noSymbol = 0xF0F0F0F0; noSymbol 336 lib/zstd/huf_compress.c if (highPos == noSymbol) noSymbol 338 lib/zstd/huf_compress.c if (lowPos == noSymbol) noSymbol 349 lib/zstd/huf_compress.c while ((nBitsToDecrease <= HUF_TABLELOG_MAX) && (rankLast[nBitsToDecrease] == noSymbol)) noSymbol 352 lib/zstd/huf_compress.c if (rankLast[nBitsToDecrease - 1] == noSymbol) noSymbol 356 lib/zstd/huf_compress.c rankLast[nBitsToDecrease] = noSymbol; noSymbol 360 lib/zstd/huf_compress.c rankLast[nBitsToDecrease] = noSymbol; /* this rank is now empty */ noSymbol 365 lib/zstd/huf_compress.c if (rankLast[1] == noSymbol) { /* special case : no rank 1 symbol (using maxNbBits-1); let's create one from largest rank 0