Home | History | Annotate | Download | only in Common

Lines Matching defs:GetVal

130   UInt32 GetVal(UInt32 &res, unsigned numBits)

138 UInt32 len = GetVal(res, 2);
139 return GetVal(res, 1 + len);
156 if (GetVal(res, 1) == 0 || pos < 1024)
162 if (GetVal(res, 3) != 0)
167 UInt32 ppp = GetVal(res, 5) + 6;
171 rep0 = /* (1 << ppp) +*/ GetVal(res, ppp);