Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp589 unsigned SizeBytes = ElementSizeBytes * Chain.size(); in splitOddVectorElts() local
590 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts()
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py340 self._size = _Unpack(U, self.SizeBytes)
345 def SizeBytes(self): member in Sized