Lines Matching refs:BYTE

68 	BYTE maxTableLog;
69 BYTE tableType;
70 BYTE tableLog;
71 BYTE reserved;
86 BYTE byte;
87 BYTE nbBits;
99 BYTE *huffWeight;
104 huffWeight = (BYTE *)((U32 *)workspace + spaceUsed32);
125 dtd.tableLog = (BYTE)tableLog;
147 D.byte = (BYTE)n;
148 D.nbBits = (BYTE)(tableLog + 1 - w);
158 static BYTE HUF_decodeSymbolX2(BIT_DStream_t *Dstream, const HUF_DEltX2 *dt, const U32 dtLog)
161 BYTE const c = dt[val].byte;
176 FORCE_INLINE size_t HUF_decodeStreamX2(BYTE *p, BIT_DStream_t *const bitDPtr, BYTE *const pEnd, const HUF_DEltX2 *const dt, const U32 dtLog)
178 BYTE *const pStart = p;
201 BYTE *op = (BYTE *)dst;
202 BYTE *const oend = op + dstSize;
234 const BYTE *ip = (const BYTE *)cSrc;
254 const BYTE *const istart = (const BYTE *)cSrc;
255 BYTE *const ostart = (BYTE *)dst;
256 BYTE *const oend = ostart + dstSize;
269 const BYTE *const istart1 = istart + 6; /* jumpTable */
270 const BYTE *const istart2 = istart1 + length1;
271 const BYTE *const istart3 = istart2 + length2;
272 const BYTE *const istart4 = istart3 + length3;
274 BYTE *const opStart2 = ostart + segmentSize;
275 BYTE *const opStart3 = opStart2 + segmentSize;
276 BYTE *const opStart4 = opStart3 + segmentSize;
277 BYTE *op1 = ostart;
278 BYTE *op2 = opStart2;
279 BYTE *op3 = opStart3;
280 BYTE *op4 = opStart4;
365 const BYTE *ip = (const BYTE *)cSrc;
383 BYTE nbBits;
384 BYTE length;
388 BYTE symbol;
389 BYTE weight;
407 DElt.nbBits = (BYTE)(consumed);
426 DElt.nbBits = (BYTE)(nbBits + consumed);
469 DElt.nbBits = (BYTE)(nbBits);
496 BYTE *weightList;
509 weightList = (BYTE *)((U32 *)workspace + spaceUsed32);
555 sortedSymbol[r].symbol = (BYTE)s;
556 sortedSymbol[r].weight = (BYTE)w;
589 dtd.tableLog = (BYTE)maxTableLog;
630 FORCE_INLINE size_t HUF_decodeStreamX4(BYTE *p, BIT_DStream_t *bitDPtr, BYTE *const pEnd, const HUF_DEltX4 *const dt, const U32 dtLog)
632 BYTE *const pStart = p;
668 BYTE *const ostart = (BYTE *)dst;
669 BYTE *const oend = ostart + dstSize;
694 const BYTE *ip = (const BYTE *)cSrc;
713 const BYTE *const istart = (const BYTE *)cSrc;
714 BYTE *const ostart = (BYTE *)dst;
715 BYTE *const oend = ostart + dstSize;
728 const BYTE *const istart1 = istart + 6; /* jumpTable */
729 const BYTE *const istart2 = istart1 + length1;
730 const BYTE *const istart3 = istart2 + length2;
731 const BYTE *const istart4 = istart3 + length3;
733 BYTE *const opStart2 = ostart + segmentSize;
734 BYTE *const opStart3 = opStart2 + segmentSize;
735 BYTE *const opStart4 = opStart3 + segmentSize;
736 BYTE *op1 = ostart;
737 BYTE *op2 = opStart2;
738 BYTE *op3 = opStart3;
739 BYTE *op4 = opStart4;
827 const BYTE *ip = (const BYTE *)cSrc;
913 memset(dst, *(const BYTE *)cSrc, dstSize);
951 memset(dst, *(const BYTE *)cSrc, dstSize);