Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DBinaryStreamTest.cpp138 uint64_t LeftBytes = PartitionIndex; in initializeInput() local
141 if (LeftBytes > 0) in initializeInput()
142 ::memcpy(&BrokenInputData[0], Input.data() + RightBytes, LeftBytes); in initializeInput()