Lines Matching defs:noSymbol
337 { U32 const noSymbol = 0xF0F0F0F0;
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) {