| /external/llvm/include/llvm/Support/ |
| D | Format.h | 118 unsigned Width; variable 130 inline FormattedString left_justify(StringRef Str, unsigned Width) { in left_justify() 137 inline FormattedString right_justify(StringRef Str, unsigned Width) { in right_justify() 145 unsigned Width; variable 189 inline FormattedNumber format_decimal(int64_t N, unsigned Width) { in format_decimal()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ShuffleDecodeConstantPool.cpp | 114 void DecodePSHUFBMask(const Constant *C, unsigned Width, in DecodePSHUFBMask() 152 void DecodeVPERMILPMask(const Constant *C, unsigned ElSize, unsigned Width, in DecodeVPERMILPMask() 188 unsigned Width, in DecodeVPERMIL2PMask() 243 void DecodeVPPERMMask(const Constant *C, unsigned Width, in DecodeVPPERMMask() 295 void DecodeVPERMVMask(const Constant *C, unsigned ElSize, unsigned Width, in DecodeVPERMVMask() 321 void DecodeVPERMV3Mask(const Constant *C, unsigned ElSize, unsigned Width, in DecodeVPERMV3Mask()
|
| /external/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVExpandAtomicPseudoInsts.cpp | 200 static unsigned getLRForRMW(AtomicOrdering Ordering, int Width) { in getLRForRMW() 208 static unsigned getSCForRMW(AtomicOrdering Ordering, int Width) { in getSCForRMW() 220 AtomicRMWInst::BinOp BinOp, int Width) { in doAtomicBinOpExpansion() 281 MachineBasicBlock *DoneMBB, AtomicRMWInst::BinOp BinOp, int Width) { in doMaskedAtomicBinOpExpansion() 343 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp() 392 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp() 513 int Width, MachineBasicBlock::iterator &NextMBBI) { in expandAtomicCmpXchg()
|
| /external/llvm-project/llvm/lib/Target/X86/ |
| D | X86ShuffleDecodeConstantPool.cpp | 116 void DecodePSHUFBMask(const Constant *C, unsigned Width, in DecodePSHUFBMask() 154 void DecodeVPERMILPMask(const Constant *C, unsigned ElSize, unsigned Width, in DecodeVPERMILPMask() 190 unsigned Width, SmallVectorImpl<int> &ShuffleMask) { in DecodeVPERMIL2PMask() 244 void DecodeVPPERMMask(const Constant *C, unsigned Width, in DecodeVPPERMMask()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
| D | RISCVExpandPseudoInsts.cpp | 217 static unsigned getLRForRMW(AtomicOrdering Ordering, int Width) { in getLRForRMW() 225 static unsigned getSCForRMW(AtomicOrdering Ordering, int Width) { in getSCForRMW() 237 AtomicRMWInst::BinOp BinOp, int Width) { in doAtomicBinOpExpansion() 298 MachineBasicBlock *DoneMBB, AtomicRMWInst::BinOp BinOp, int Width) { in doMaskedAtomicBinOpExpansion() 360 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp() 409 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp() 530 int Width, MachineBasicBlock::iterator &NextMBBI) { in expandAtomicCmpXchg()
|
| /external/llvm-project/polly/lib/Support/ |
| D | SCEVAffinator.cpp | 75 static __isl_give isl_pw_aff *getWidthExpValOnDomain(unsigned Width, in getWidthExpValOnDomain() 89 void SCEVAffinator::interpretAsUnsigned(PWACtx &PWAC, unsigned Width) { in interpretAsUnsigned() 161 unsigned Width = TD.getTypeSizeInBits(ExprType); in addModuloSemantic() local 188 unsigned Width = TD.getTypeSizeInBits(Expr->getType()); in computeModuloForExpr() local 282 unsigned Width = TD.getTypeSizeInBits(Expr->getType()); in visitTruncateExpr() local 363 unsigned Width = TD.getTypeSizeInBits(Op->getType()); in visitZeroExtendExpr() local 488 unsigned Width = TD.getTypeSizeInBits(Expr->getType()); in visitUDivExpr() local
|
| /external/sfntly/cpp/src/sfntly/table/bitmap/ |
| D | small_glyph_metrics.cc | 34 int32_t SmallGlyphMetrics::Width() { in Width() function in sfntly::SmallGlyphMetrics 72 int32_t SmallGlyphMetrics::Builder::Width() { in Width() function in sfntly::SmallGlyphMetrics::Builder
|
| D | big_glyph_metrics.cc | 34 int32_t BigGlyphMetrics::Width() { in Width() function in sfntly::BigGlyphMetrics 84 int32_t BigGlyphMetrics::Builder::Width() { in Width() function in sfntly::BigGlyphMetrics::Builder
|
| /external/llvm/tools/llvm-cov/ |
| D | CoverageReport.cpp | 28 unsigned Width; member 82 static Column column(StringRef Str, unsigned Width) { in column() 87 static Column column(StringRef Str, unsigned Width, const T &Value) { in column()
|
| /external/llvm-project/llvm/tools/llvm-dwarfdump/ |
| D | SectionSizes.cpp | 20 size_t Width = SectionNameTitle.size(); in getNameColumnWidth() local 31 size_t Width = SectionSizeTitle.size(); in getSizeColumnWidth() local
|
| /external/dng_sdk/source/ |
| D | dng_resample.h | 134 uint32 Width () const in Width() function 218 uint32 Width () const in Width() function
|
| /external/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | MinimalTypeDumper.h | 27 MinimalTypeDumpVisitor(LinePrinter &P, uint32_t Width, bool RecordBytes, in MinimalTypeDumpVisitor() 57 uint32_t Width; variable
|
| /external/llvm-project/llvm/include/llvm/ADT/ |
| D | APFixedPoint.h | 35 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics() 79 static FixedPointSemantics GetIntegerSemantics(unsigned Width, in GetIntegerSemantics()
|
| /external/ImageMagick/Magick++/fuzz/ |
| D | crop_fuzzer.cc | 9 uint16_t Width; in LLVMFuzzerTestOneInput() local
|
| /external/llvm-project/llvm/lib/Support/ |
| D | ScaledNumber.cpp | 201 std::string ScaledNumberBase::toString(uint64_t D, int16_t E, int Width, in toString() 316 int Width, unsigned Precision) { in print() 320 void ScaledNumberBase::dump(uint64_t D, int16_t E, int Width) { in dump()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | ScaledNumber.cpp | 201 std::string ScaledNumberBase::toString(uint64_t D, int16_t E, int Width, in toString() 316 int Width, unsigned Precision) { in print() 320 void ScaledNumberBase::dump(uint64_t D, int16_t E, int Width) { in dump()
|
| /external/llvm/lib/Support/ |
| D | ScaledNumber.cpp | 202 std::string ScaledNumberBase::toString(uint64_t D, int16_t E, int Width, in toString() 317 int Width, unsigned Precision) { in print() 321 void ScaledNumberBase::dump(uint64_t D, int16_t E, int Width) { in dump()
|
| /external/mesa3d/src/gallium/frontends/nine/ |
| D | texture9.c | 43 UINT Width, UINT Height, UINT Levels, in NineTexture9_ctor() 383 UINT Width, UINT Height, UINT Levels, in NineTexture9_new()
|
| D | volumetexture9.c | 33 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_ctor() 282 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_new()
|
| /external/llvm-project/clang/lib/AST/ |
| D | CXXABI.h | 34 uint64_t Width; member
|
| /external/libcxxabi/test/ |
| D | dynamic_cast_stress.pass.cpp | 54 const std::size_t Width = 10; in test() local
|
| /external/llvm/include/llvm/IR/ |
| D | DataLayout.h | 236 bool isLegalInteger(uint64_t Width) const { in isLegalInteger() 243 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); } in isIllegalInteger() 301 bool fitsInLegalInteger(unsigned Width) const { in fitsInLegalInteger()
|
| /external/libvpx/libvpx/vp8/common/ |
| D | onyxd.h | 28 int Width; member
|
| /external/llvm-project/libcxxabi/test/ |
| D | dynamic_cast_stress.pass.cpp | 53 const std::size_t Width = 10; in test() local
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
| D | metal_spatial_tensor.h | 56 int Width() const override { return shape_.w; } in Width() function
|