Lines Matching refs:BYTE
206 BYTE *const ostart = (BYTE *)header;
207 BYTE *out = ostart;
208 BYTE *const oend = ostart + headerBufferSize;
239 out[0] = (BYTE)bitStream;
240 out[1] = (BYTE)(bitStream >> 8);
254 out[0] = (BYTE)bitStream;
255 out[1] = (BYTE)(bitStream >> 8);
280 out[0] = (BYTE)bitStream;
281 out[1] = (BYTE)(bitStream >> 8);
291 out[0] = (BYTE)bitStream;
292 out[1] = (BYTE)(bitStream >> 8);
326 const BYTE *ip = (const BYTE *)src;
327 const BYTE *const end = ip + srcSize;
360 const BYTE *ip = (const BYTE *)source;
361 const BYTE *const iend = ip + sourceSize;
388 Counting1[(BYTE)c]++;
389 Counting2[(BYTE)(c >> 8)]++;
390 Counting3[(BYTE)(c >> 16)]++;
395 Counting1[(BYTE)c]++;
396 Counting2[(BYTE)(c >> 8)]++;
397 Counting3[(BYTE)(c >> 16)]++;
402 Counting1[(BYTE)c]++;
403 Counting2[(BYTE)(c >> 8)]++;
404 Counting3[(BYTE)(c >> 16)]++;
409 Counting1[(BYTE)c]++;
410 Counting2[(BYTE)(c >> 8)]++;
411 Counting3[(BYTE)(c >> 16)]++;
702 size_t FSE_buildCTable_rle(FSE_CTable *ct, BYTE symbolValue)
726 const BYTE *const istart = (const BYTE *)src;
727 const BYTE *const iend = istart + srcSize;
728 const BYTE *ip = iend;