Searched refs:symbolNext (Results 1 – 9 of 9) sorted by relevance
97 U16 symbolNext[FSE_MAX_SYMBOL_VALUE+1]; in FSE_buildDTable() local116 symbolNext[s] = 1; in FSE_buildDTable()119 symbolNext[s] = normalizedCounter[s]; in FSE_buildDTable()142 U32 const nextState = symbolNext[symbol]++; in FSE_buildDTable()
408 U16 symbolNext[FSE_MAX_SYMBOL_VALUE+1]; in FSE_buildDTable() local426 symbolNext[s] = 1; in FSE_buildDTable()431 symbolNext[s] = normalizedCounter[s]; in FSE_buildDTable()455 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable()
1094 U16 symbolNext[FSE_MAX_SYMBOL_VALUE+1]; in FSE_buildDTable() local1112 symbolNext[s] = 1; in FSE_buildDTable()1117 symbolNext[s] = normalizedCounter[s]; in FSE_buildDTable()1141 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable()
1093 U16 symbolNext[FSE_MAX_SYMBOL_VALUE+1]; in FSE_buildDTable() local1111 symbolNext[s] = 1; in FSE_buildDTable()1116 symbolNext[s] = normalizedCounter[s]; in FSE_buildDTable()1140 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable()
1133 U16 symbolNext[FSE_MAX_SYMBOL_VALUE+1]; in FSE_buildDTable() local1151 symbolNext[s] = 1; in FSE_buildDTable()1156 symbolNext[s] = normalizedCounter[s]; in FSE_buildDTable()1180 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable()
1215 U16 symbolNext[FSEv05_MAX_SYMBOL_VALUE+1]; in FSEv05_buildDTable() local1231 symbolNext[s] = 1; in FSEv05_buildDTable()1234 symbolNext[s] = normalizedCounter[s]; in FSEv05_buildDTable()1253 U16 nextState = symbolNext[symbol]++; in FSEv05_buildDTable()
1462 U16 symbolNext[FSEv06_MAX_SYMBOL_VALUE+1]; in FSEv06_buildDTable() local1481 symbolNext[s] = 1; in FSEv06_buildDTable()1484 symbolNext[s] = normalizedCounter[s]; in FSEv06_buildDTable()1508 U16 nextState = symbolNext[symbol]++; in FSEv06_buildDTable()
1482 U16 symbolNext[FSEv07_MAX_SYMBOL_VALUE+1]; in FSEv07_buildDTable() local1501 symbolNext[s] = 1; in FSEv07_buildDTable()1504 symbolNext[s] = normalizedCounter[s]; in FSEv07_buildDTable()1528 U16 nextState = symbolNext[symbol]++; in FSEv07_buildDTable()
810 U16 symbolNext[MaxSeq+1]; in ZSTD_buildFSETable() local829 symbolNext[s] = 1; in ZSTD_buildFSETable()832 symbolNext[s] = normalizedCounter[s]; in ZSTD_buildFSETable()855 U32 const nextState = symbolNext[symbol]++; in ZSTD_buildFSETable()