Lines Matching defs:normalizedCounter
445 const short* normalizedCounter, unsigned maxSymbolValue,
470 if (normalizedCounter[s]==-1) {
474 if (normalizedCounter[s] >= largeLimit) DTableH.fastMode=0;
475 assert(normalizedCounter[s]>=0);
476 symbolNext[s] = (U16)normalizedCounter[s];
504 int const n = normalizedCounter[s];
539 int const n = normalizedCounter[s];
545 assert(position == 0); /* position must reach all cells once, otherwise normalizedCounter is incorrect */
565 const short* normalizedCounter, unsigned maxSymbolValue,
569 ZSTD_buildFSETable_body(dt, normalizedCounter, maxSymbolValue,
575 const short* normalizedCounter, unsigned maxSymbolValue,
579 ZSTD_buildFSETable_body(dt, normalizedCounter, maxSymbolValue,
585 const short* normalizedCounter, unsigned maxSymbolValue,
591 ZSTD_buildFSETable_body_bmi2(dt, normalizedCounter, maxSymbolValue,
597 ZSTD_buildFSETable_body_default(dt, normalizedCounter, maxSymbolValue,