Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DBinaryStreamTest.cpp138 uint32_t RightBytes = InputData.size() - PartitionIndex; in initializeInput() local
140 if (RightBytes > 0) in initializeInput()
141 ::memcpy(&BrokenInputData[PartitionIndex], Input.data(), RightBytes); in initializeInput()
143 ::memcpy(&BrokenInputData[0], Input.data() + RightBytes, LeftBytes); in initializeInput()