Searched refs:GetVal (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp99 UInt32 GetVal(UInt32 &res, int numBits) function in class:CBenchRandomGenerator
107 UInt32 len = GetVal(res, 2);
108 return GetVal(res, 1 + len);
118 if (GetVal(res, 1) == 0 || pos < 1024)
124 if (GetVal(res, 3) != 0)
129 UInt32 ppp = GetVal(res, 5) + 6;
133 rep0 = /* (1 << ppp) +*/ GetVal(res, ppp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp99 UInt32 GetVal(UInt32 &res, int numBits) function in class:CBenchRandomGenerator
107 UInt32 len = GetVal(res, 2);
108 return GetVal(res, 1 + len);
118 if (GetVal(res, 1) == 0 || pos < 1024)
124 if (GetVal(res, 3) != 0)
129 UInt32 ppp = GetVal(res, 5) + 6;
133 rep0 = /* (1 << ppp) +*/ GetVal(res, ppp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp99 UInt32 GetVal(UInt32 &res, int numBits) function in class:CBenchRandomGenerator
107 UInt32 len = GetVal(res, 2);
108 return GetVal(res, 1 + len);
118 if (GetVal(res, 1) == 0 || pos < 1024)
124 if (GetVal(res, 3) != 0)
129 UInt32 ppp = GetVal(res, 5) + 6;
133 rep0 = /* (1 << ppp) +*/ GetVal(res, ppp);

Completed in 82 milliseconds