Lines Matching refs:s
120 U32 s; in FSE_buildDTable_wksp() local
121 for (s = 0; s < maxSV1; s++) { in FSE_buildDTable_wksp()
122 if (normalizedCounter[s] == -1) { in FSE_buildDTable_wksp()
123 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_wksp()
124 symbolNext[s] = 1; in FSE_buildDTable_wksp()
126 if (normalizedCounter[s] >= largeLimit) in FSE_buildDTable_wksp()
128 symbolNext[s] = normalizedCounter[s]; in FSE_buildDTable_wksp()
139 U32 s, position = 0; in FSE_buildDTable_wksp() local
140 for (s = 0; s < maxSV1; s++) { in FSE_buildDTable_wksp()
142 for (i = 0; i < normalizedCounter[s]; i++) { in FSE_buildDTable_wksp()
143 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_wksp()
196 unsigned s; in FSE_buildDTable_raw() local
205 for (s = 0; s < maxSV1; s++) { in FSE_buildDTable_raw()
206 dinfo[s].newState = 0; in FSE_buildDTable_raw()
207 dinfo[s].symbol = (BYTE)s; in FSE_buildDTable_raw()
208 dinfo[s].nbBits = (BYTE)nbBits; in FSE_buildDTable_raw()