Home
last modified time | relevance | path

Searched refs:TotalLen (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp246 uint32_t TotalLen = sizeof(RecordPrefix) + Data.size(); in toCodeViewSymbol() local
248 Prefix.RecordLen = TotalLen - 2; in toCodeViewSymbol()
249 uint8_t *Buffer = Allocator.Allocate<uint8_t>(TotalLen); in toCodeViewSymbol()
252 return CVSymbol(Kind, ArrayRef<uint8_t>(Buffer, TotalLen)); in toCodeViewSymbol()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp879 size_t TotalLen = lenA + 1 + strlen(m_psOrig); in Prefix() local
881 m_psOrig = new char[TotalLen + 1]; in Prefix()
886 m_psOrig[TotalLen] = '\0'; in Prefix()