HomeSort by relevance Sort by last modified time
    Searched defs:OutIdx (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 56 size_t OutIdx = 0;
58 if (Scalar[Idx] == '-' || OutIdx >= 16)
65 Val[OutIdx] = static_cast<uint8_t>(TempInt);
67 ++OutIdx;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
MachOYAML.cpp 64 size_t OutIdx = 0;
66 if (Scalar[Idx] == '-' || OutIdx >= 16)
73 Val[OutIdx] = static_cast<uint8_t>(TempInt);
75 ++OutIdx;

Completed in 682 milliseconds