Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Support/
DBinaryStreamTest.cpp139 uint32_t LeftBytes = PartitionIndex; in initializeInput() local
142 if (LeftBytes > 0) in initializeInput()
143 ::memcpy(&BrokenInputData[0], Input.data() + RightBytes, LeftBytes); in initializeInput()