Searched refs:getNumBytes (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.h238 virtual SizeT getNumBytes() const = 0;
270 SizeT getNumBytes() const final { return ContentsSize; }
315 SizeT getNumBytes() const final { return Size; }
369 SizeT getNumBytes() const final { return RelocAddrSize; }
433 SizeT getNumBytes() const { function in class:Ice::VariableDeclaration
436 Count += Init->getNumBytes();
H A DIceGlobalInits.cpp193 Stream << "[" << getNumBytes() << " x " << Ice::IceType_i8 << "]";
H A DIceASanInstrumentation.cpp114 RzSize + Utils::OffsetToAlignment(Global->getNumBytes(), Alignment);
192 GlobalSizes.insert({NewGlobal->getName(), NewGlobal->getNumBytes()});
H A DIceTargetLowering.cpp1037 const SizeT Size = Var.getNumBytes();
1075 for (SizeT i = 0; i < Init->getNumBytes(); ++i) {
1081 Str << "\t.zero\t" << Init->getNumBytes() << "\n";
H A DIceELFObjectWriter.cpp408 SizeT SymbolSize = Var->getNumBytes();
433 Section->appendZeros(Str, Init->getNumBytes());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h117 .slice(Entries[EI].ByteOffset, getNumBytes(EI));
141 size_t getNumBytes(size_t EI) const { function in class:llvm::DebugLocStream
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp2462 const VkDeviceSize fragOutputImgSize = (VkDeviceSize)(instance.interfaces.getOutputType().getNumBytes() * renderSize.x() * renderSize.y());
3056 instance.interfaces.getInputType().getNumBytes(), // deUint32 strideInBytes;
3425 const deUint32 typNumBytes = instance.interfaces.getInputType().getNumBytes();
3505 const VkDeviceSize fragOutputImgSize = (VkDeviceSize)(instance.interfaces.getOutputType().getNumBytes() * renderSize.x() * renderSize.y());
H A DvktSpvAsmGraphicsShaderTestUtil.hpp123 deUint32 getNumBytes (void) const { return numElements * getElementNumBytes(); } function in struct:vkt::SpirVAssembly::IFDataType
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 826 milliseconds