Searched defs:GetVal (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/build/android/pylib/instrumentation/
H A Djson_perf_parser.py91 def GetVal(entry): function in function:GetAverageRunInfo.EntryFilter
98 def GetVal(entry): function in function:GetAverageRunInfo.EntryFilter
108 val = GetVal(entry)
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp102 UInt32 GetVal(UInt32 &res, int numBits) function in class:CBenchRandomGenerator
110 UInt32 len = GetVal(res, 2);
111 return GetVal(res, 1 + len);
121 if (GetVal(res, 1) == 0 || pos < 1024)
127 if (GetVal(res, 3) != 0)
132 UInt32 ppp = GetVal(res, 5) + 6;
136 rep0 = /* (1 << ppp) +*/ GetVal(res, ppp);

Completed in 103 milliseconds