Searched refs:GetVal (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/build/android/pylib/instrumentation/ |
D | json_perf_parser.py | 91 def GetVal(entry): function 98 def GetVal(entry): function 108 val = GetVal(entry)
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 102 UInt32 GetVal(UInt32 &res, int numBits) in GetVal() function in CBenchRandomGenerator 110 UInt32 len = GetVal(res, 2); in GetLen() 111 return GetVal(res, 1 + len); in GetLen() 121 if (GetVal(res, 1) == 0 || pos < 1024) in Generate() 127 if (GetVal(res, 3) != 0) in Generate() 132 UInt32 ppp = GetVal(res, 5) + 6; in Generate() 136 rep0 = /* (1 << ppp) +*/ GetVal(res, ppp); in Generate()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 306 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc); 307 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc);
|
D | LLParser.cpp | 2199 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, in GetVal() function in LLParser::PerFunctionState 2241 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, in GetVal() function in LLParser::PerFunctionState 2345 return cast_or_null<BasicBlock>(GetVal(Name, in GetBB() 2350 return cast_or_null<BasicBlock>(GetVal(ID, in GetBB() 2964 V = PFS->GetVal(ID.UIntVal, Ty, ID.Loc); in ConvertValIDToValue() 2968 V = PFS->GetVal(ID.StrVal, Ty, ID.Loc); in ConvertValIDToValue()
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmscgats.c | 977 cmsBool GetVal(cmsIT8* it8, char* Buffer, cmsUInt32Number max, const char* ErrorTitle) in GetVal() function 1890 if (!GetVal(it8, Buffer, 255, "Sample data expected")) in DataSection() 1935 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; in HeaderSection() 1943 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE; in HeaderSection() 1964 if (!GetVal(it8, Buffer, MAXSTR-1, "Property data expected")) return FALSE; in HeaderSection()
|