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

/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp130 UInt32 GetVal(UInt32 &res, unsigned numBits) function in class:CBenchRandomGenerator
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);
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c977 cmsBool GetVal(cmsIT8* it8, char* Buffer, cmsUInt32Number max, const char* ErrorTitle) function
1890 if (!GetVal(it8, Buffer, 255, "Sample data expected"))
1935 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE;
1943 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE;
1964 if (!GetVal(it8, Buffer, MAXSTR-1, "Property data expected")) return FALSE;

Completed in 1464 milliseconds