Searched defs:GetVal (Results 1 - 2 of 2) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 174 static UInt32 GetVal(UInt32 &res, unsigned numBits)
function in class:CBenchRandomGenerator 183 UInt32 len = GetVal(r, 2);
184 return GetVal(r, 1 + len);
211 if (GetVal(r, 1) == 0 || pos < 1024)
218 if (GetVal(r, 3) != 0)
236 UInt32 ppp = GetVal(r, numLogBits) + kAddBits;
240 rep0 = GetVal(r, ppp);
|
/external/pdfium/third_party/lcms2-2.6/src/ |
H A D | cmscgats.c | 978 cmsBool GetVal(cmsIT8* it8, char* Buffer, cmsUInt32Number max, const char* ErrorTitle) function 1891 if (!GetVal(it8, Buffer, 255, "Sample data expected")) 1936 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; 1944 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; 1965 if (!GetVal(it8, Buffer, MAXSTR-1, "Property data expected")) return FALSE;
|
Completed in 387 milliseconds