Home
last modified time | relevance | path

Searched defs:Width (Results 1 – 25 of 232) sorted by relevance

12345678910

/external/llvm/include/llvm/Support/
DFormat.h118 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/
DX86ShuffleDecodeConstantPool.cpp114 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()
DX86TargetMachine.cpp277 unsigned Width; in getSubtargetImpl() local
290 unsigned Width; in getSubtargetImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVExpandPseudoInsts.cpp217 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/tools/llvm-cov/
DCoverageReport.cpp28 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/sfntly/cpp/src/sfntly/table/bitmap/
Dsmall_glyph_metrics.cc34 int32_t SmallGlyphMetrics::Width() { in Width() function in sfntly::SmallGlyphMetrics
72 int32_t SmallGlyphMetrics::Builder::Width() { in Width() function in sfntly::SmallGlyphMetrics::Builder
Dbig_glyph_metrics.cc34 int32_t BigGlyphMetrics::Width() { in Width() function in sfntly::BigGlyphMetrics
84 int32_t BigGlyphMetrics::Builder::Width() { in Width() function in sfntly::BigGlyphMetrics::Builder
/external/dng_sdk/source/
Ddng_resample.h134 uint32 Width () const in Width() function
218 uint32 Width () const in Width() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp201 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()
DUnicode.cpp355 int Width = charWidth(buf[0]); in columnWidthUTF8() local
/external/llvm/lib/Support/
DScaledNumber.cpp202 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()
DUnicode.cpp356 int Width = charWidth(buf[0]); in columnWidthUTF8() local
/external/ImageMagick/Magick++/fuzz/
Dcrop_fuzzer.cc9 uint16_t Width; in LLVMFuzzerTestOneInput() local
/external/mesa3d/src/gallium/frontends/nine/
Dtexture9.c43 UINT Width, UINT Height, UINT Levels, in NineTexture9_ctor()
383 UINT Width, UINT Height, UINT Levels, in NineTexture9_new()
Dvolumetexture9.c33 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_ctor()
282 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_new()
Ddevice9ex.c178 UINT Width, in NineDevice9Ex_CreateRenderTargetEx()
193 UINT Width, in NineDevice9Ex_CreateOffscreenPlainSurfaceEx()
206 UINT Width, in NineDevice9Ex_CreateDepthStencilSurfaceEx()
/external/llvm/include/llvm/IR/
DDataLayout.h236 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/libcxxabi/test/
Ddynamic_cast_stress.pass.cpp54 const std::size_t Width = 10; in test() local
/external/libvpx/libvpx/vp8/common/
Donyxd.h28 int Width; member
/external/webrtc/modules/rtp_rtcp/source/
Drtp_generic_frame_descriptor.h52 int Width() const { return width_; } in Width() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h25 APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h254 bool isLegalInteger(uint64_t Width) const { in isLegalInteger()
261 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); } in isIllegalInteger()
343 bool fitsInLegalInteger(unsigned Width) const { in fitsInLegalInteger()
/external/scudo/standalone/
Dstring_utils.cpp93 static int appendString(char **Buffer, const char *BufferEnd, int Width, in appendString()
139 u8 Width = 0; in formatString() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIModeRegister.cpp196 unsigned Width = countTrailingOnes<unsigned>(InstrMode.Mask >> Offset); in insertSetreg() local
250 unsigned Width = ((Dst & AMDGPU::Hwreg::WIDTH_M1_MASK_) >> in processBlockPhase1() local
/external/sfntly/cpp/src/sfntly/table/core/
Dhorizontal_device_metrics_table.cc59 int32_t HorizontalDeviceMetricsTable::Width(int32_t record_index, in Width() function in sfntly::HorizontalDeviceMetricsTable

12345678910