| /external/deqp-deps/amber/src/ | 
| D | type.cc | 79 uint32_t List::SizeInBytes() const {  in SizeInBytes()  function in amber::type::List95 uint32_t Struct::SizeInBytes() const {  in SizeInBytes()  function in amber::type::Struct
 
 | 
| D | type.h | 154   uint32_t SizeInBytes() const override { return bits_ / 8; }  in SizeInBytes()  function178     uint32_t SizeInBytes() const { return num_bits / 8; }  in SizeInBytes()  function
 
 | 
| D | format.h | 58     uint32_t SizeInBytes() const { return num_bits_ / 8; }  in SizeInBytes()  function
 | 
| D | format.cc | 70 uint32_t Format::SizeInBytes() const {  in SizeInBytes()  function in amber::Format
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ | 
| D | AVRMCELFStreamer.cpp | 24     const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc,  in EmitValueForModiferKind()
 | 
| /external/compiler-rt/lib/profile/ | 
| D | InstrProfiling.c | 32 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) {  in __llvm_profile_get_num_padding_bytes()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ | 
| D | Alignment.h | 146 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) {  in isAligned()152 inline bool isAligned(MaybeAlign Lhs, uint64_t SizeInBytes) {  in isAligned()
 
 | 
| /external/llvm/lib/IR/ | 
| D | User.cpp | 94   intptr_t SizeInBytes;  member
 | 
| D | DIBuilder.cpp | 616                                                   unsigned SizeInBytes) {  in createBitPieceExpression()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ | 
| D | User.cpp | 89   intptr_t SizeInBytes;  member
 | 
| /external/llvm/lib/CodeGen/AsmPrinter/ | 
| D | CodeViewDebug.cpp | 1180 translatePtrToMemberRep(unsigned SizeInBytes, bool IsPMF, unsigned Flags) {  in translatePtrToMemberRep()1223   uint8_t SizeInBytes = Ty->getSizeInBits() / 8;  in lowerTypeMemberPointer()  local
 1562   uint64_t SizeInBytes = Ty->getSizeInBits() / 8;  in lowerCompleteTypeClass()  local
 1601   uint64_t SizeInBytes = Ty->getSizeInBits() / 8;  in lowerCompleteTypeUnion()  local
 
 | 
| /external/llvm/include/llvm/ProfileData/ | 
| D | InstrProfReader.h | 222   inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) {  in getNumPaddingBytes()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ | 
| D | InstrProfReader.h | 255   inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) {  in getNumPaddingBytes()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ | 
| D | BitstreamReader.h | 298   size_t SizeInBytes() const { return BitcodeBytes.size(); }  in SizeInBytes()  function
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ | 
| D | CodeViewDebug.cpp | 1735 translatePtrToMemberRep(unsigned SizeInBytes, bool IsPMF, unsigned Flags) {  in translatePtrToMemberRep()1779   uint8_t SizeInBytes = Ty->getSizeInBits() / 8;  in lowerTypeMemberPointer()  local
 2259   uint64_t SizeInBytes = Ty->getSizeInBits() / 8;  in lowerCompleteTypeClass()  local
 2298   uint64_t SizeInBytes = Ty->getSizeInBits() / 8;  in lowerCompleteTypeUnion()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ | 
| D | HWAddressSanitizer.cpp | 767   uint64_t SizeInBytes = AI.getModule()->getDataLayout().getTypeAllocSize(Ty);  in getAllocaSizeInBytes()  local1230   uint64_t SizeInBytes =  in instrumentGlobal()  local
 
 | 
| D | AddressSanitizer.cpp | 608     uint64_t SizeInBytes =  in getAllocaSizeInBytes()  local2272     uint64_t SizeInBytes = DL.getTypeAllocSize(Ty);  in InstrumentGlobals()  local
 
 | 
| /external/rust/crates/libfuzzer-sys/libfuzzer/ | 
| D | FuzzerCorpus.h | 175   size_t SizeInBytes() const {  in SizeInBytes()  function
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ | 
| D | AVRAsmParser.cpp | 643 bool AVRAsmParser::parseLiteralValues(unsigned SizeInBytes, SMLoc L) {  in parseLiteralValues()
 | 
| /external/llvm/lib/Transforms/Vectorize/ | 
| D | LoadStoreVectorizer.cpp | 422   unsigned SizeInBytes = ElemSizeInBytes * Chain.size();  in splitOddVectorElts()  local
 | 
| /external/llvm/lib/Transforms/Scalar/ | 
| D | LoopIdiomRecognize.cpp | 667   uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue();  in processLoopMemSet()  local
 | 
| /external/llvm/lib/Transforms/Instrumentation/ | 
| D | AddressSanitizer.cpp | 471     uint64_t SizeInBytes =  in getAllocaSizeInBytes()  local1448     uint64_t SizeInBytes = DL.getTypeAllocSize(Ty);  in InstrumentGlobals()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | LoopIdiomRecognize.cpp | 767   uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue();  in processLoopMemSet()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ | 
| D | AArch64InstructionSelector.cpp | 4293     unsigned SizeInBytes, bool WantsExt) const {  in selectExtendedSHL()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ | 
| D | LegalizerHelper.cpp | 4400   unsigned SizeInBytes = Ty.getSizeInBytes();  in lowerBswap()  local
 |