Home
last modified time | relevance | path

Searched defs:BaseSize (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValueSymbolTable.cpp45 unsigned BaseSize = UniqueName.size(); in makeUniqueName() local
/third_party/flatbuffers/python/flatbuffers/reflection/
DType.py61 def BaseSize(self): member in Type
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h315 TypeSize BaseSize = getSizeInBits(); in getStoreSize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h455 TypeSize BaseSize = getTypeSizeInBits(Ty); in getTypeStoreSize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp467 uint64_t BaseSize = MemoryLocation::UnknownSize; in visitMemoryReference() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h842 TypeSize BaseSize = getSizeInBits(); in getStoreSize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp1580 size_t BaseSize = 0; in getOptionWidth() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1032 Optional<uint64_t> BaseSize = getTypeSize(BaseType, PointerSize); in getTypeSize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp1925 size_t BaseSize = 0; in getOptionWidth() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp73324 struct BaseSize { struct
73325 union {
73333 constexpr BaseSize() : width(0), height(0) {} in BaseSize() argument
73334 constexpr BaseSize(T aWidth, T aHeight) : width(aWidth), height(aHeight) {} in BaseSize() argument
73336 void SizeTo(T aWidth, T aHeight) { width = aWidth; height = aHeight; } in SizeTo()
73338 bool IsEmpty() const { in IsEmpty()
73342 bool IsSquare() const { in IsSquare()
73349 bool operator==(const Sub& aSize) const { in operator ==()
73352 bool operator!=(const Sub& aSize) const { in operator !=()
73355 bool operator<=(const Sub& aSize) const { in operator <=()
[all …]