Home
last modified time | relevance | path

Searched refs:MaxID (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/fxjs/
Dfxjs_v8.cpp55 static int MaxID(v8::Isolate* pIsolate) { in MaxID() function in CFXJS_ObjDefinition
127 int maxID = CFXJS_ObjDefinition::MaxID(pIsolate); in GetGlobalObjectTemplate()
391 int maxID = CFXJS_ObjDefinition::MaxID(GetIsolate()); in InitializeEngine()
432 int maxID = CFXJS_ObjDefinition::MaxID(GetIsolate()); in ReleaseEngine()
499 if (nObjDefnID < 0 || nObjDefnID >= CFXJS_ObjDefinition::MaxID(GetIsolate())) in NewFxDynamicObj()
/external/llvm/include/llvm/IR/
DCallingConv.h197 MaxID = 1023 enumerator
DFunction.h154 CallingConv::MaxID);
158 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention");
DInstructions.h1611 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention");
3584 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention");
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DCallingConv.h200 MaxID = 1023 enumerator
DFunction.h163 CallingConv::MaxID); in getCallingConv()
167 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention"); in setCallingConv()
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc426 int MaxID = -1; in GetNumCPUs()
449 MaxID = std::max(CurID, MaxID); in GetNumCPUs()
463 if ((MaxID + 1) != NumCPUs) { in GetNumCPUs()
/external/google-benchmark/src/
Dsysinfo.cc472 int MaxID = -1; in GetNumCPUs()
495 MaxID = std::max(CurID, MaxID); in GetNumCPUs()
509 if ((MaxID + 1) != NumCPUs) { in GetNumCPUs()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallingConv.h224 MaxID = 1023 enumerator
DFunction.h201 CallingConv::MaxID); in getCallingConv()
205 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention"); in setCallingConv()
DInstructions.h1546 assert(!(ID & ~CallingConv::MaxID) && "Unsupported calling convention");
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp959 auto MaxID = in dumpStringTableFromPdb() local
961 uint32_t Digits = NumDigits(*MaxID); in dumpStringTableFromPdb()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2957 if (CC & ~CallingConv::MaxID) in parseFunctionRecord()
4153 static_cast<CallingConv::ID>(CallingConv::MaxID & CCInfo)); in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3879 if (CC & ~CallingConv::MaxID) in parseModule()
5141 static_cast<CallingConv::ID>(CallingConv::MaxID & CCInfo)); in parseFunctionBody()