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

/linux-master/lib/zstd/compress/
H A Dhuf_compress.c471 MEM_STATIC int HUF_isSorted(nodeElt huffNode[], U32 const maxSymbolValue1) { argument
473 for (i = 1; i < maxSymbolValue1; ++i) {
549 U32 const maxSymbolValue1 = maxSymbolValue+1; local
558 for (n = 0; n < maxSymbolValue1; ++n) {
572 for (n = 0; n < maxSymbolValue1; ++n) {
576 assert(pos < maxSymbolValue1);
586 assert(bucketStartIdx < maxSymbolValue1);
591 assert(HUF_isSorted(huffNode, maxSymbolValue1));

Completed in 124 milliseconds