Lines Matching refs:BYTE
76 BYTE* spread = (BYTE*)(symbolNext + maxSymbolValue + 1); in FSE_buildDTable_internal()
169 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) ); in FSE_buildDTable_internal()
187 size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle()
224 dinfo[s].symbol = (BYTE)s; in FSE_buildDTable_raw()
225 dinfo[s].nbBits = (BYTE)nbBits; in FSE_buildDTable_raw()
236 BYTE* const ostart = (BYTE*) dst; in FSE_decompress_usingDTable_generic()
237 BYTE* op = ostart; in FSE_decompress_usingDTable_generic()
238 BYTE* const omax = op + maxDstSize; in FSE_decompress_usingDTable_generic()
239 BYTE* const olimit = omax-3; in FSE_decompress_usingDTable_generic()
325 const BYTE* const istart = (const BYTE*)cSrc; in FSE_decompress_wksp_body()
326 const BYTE* ip = istart; in FSE_decompress_wksp_body()