Home
last modified time | relevance | path

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

/third_party/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs26 int numTotal = 0; in Read()
34 numTotal += num; in Read()
40 numTotal += s2.Read(buffer, offset, count); in Read()
41 return numTotal; in Read()
44 return numTotal; in Read()
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp837 const int numTotal = numPre + numStrings + numPost; in ProcessDeferred() local
838 std::unique_ptr<size_t[]> lengths(new size_t[numTotal]); in ProcessDeferred()
839 std::unique_ptr<const char*[]> strings(new const char*[numTotal]); in ProcessDeferred()
840 std::unique_ptr<const char*[]> names(new const char*[numTotal]); in ProcessDeferred()