/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-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.h | 26 MinimalTypeDumpVisitor(LinePrinter &P, uint32_t Width, bool RecordBytes, in MinimalTypeDumpVisitor() 53 uint32_t Width; variable
|
/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/dng_sdk/source/ |
D | dng_resample.h | 134 uint32 Width () const in Width() function 218 uint32 Width () const in Width() function
|
/external/ImageMagick/Magick++/fuzz/ |
D | crop_fuzzer.cc | 9 uint16_t Width; in LLVMFuzzerTestOneInput() local
|
/external/swiftshader/third_party/llvm-7.0/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()
|
D | Unicode.cpp | 356 int Width = charWidth(buf[0]); in columnWidthUTF8() local
|
/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()
|
D | Unicode.cpp | 356 int Width = charWidth(buf[0]); in columnWidthUTF8() local
|
/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()
|
D | device9ex.c | 178 UINT Width, in NineDevice9Ex_CreateRenderTargetEx() 193 UINT Width, in NineDevice9Ex_CreateOffscreenPlainSurfaceEx() 206 UINT Width, in NineDevice9Ex_CreateDepthStencilSurfaceEx()
|
/external/libcxxabi/test/ |
D | dynamic_cast_stress.pass.cpp | 54 const std::size_t Width = 10; in test() local
|
/external/libvpx/libvpx/vp8/common/ |
D | onyxd.h | 28 int Width; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | SummaryView.cpp | 28 unsigned Width) in SummaryView()
|
/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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | APSIntType.h | 25 APSIntType(uint32_t Width, bool Unsigned) in APSIntType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 243 bool isLegalInteger(uint64_t Width) const { in isLegalInteger() 250 bool isIllegalInteger(uint64_t Width) const { return !isLegalInteger(Width); } in isIllegalInteger() 317 bool fitsInLegalInteger(unsigned Width) const { in fitsInLegalInteger()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86TargetMachine.cpp | 287 unsigned Width; in getSubtargetImpl() local 299 unsigned Width; in getSubtargetImpl() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | CoverageReport.cpp | 34 unsigned Width; member 82 Column column(StringRef Str, unsigned Width) { return Column(Str, Width); } in column() 85 Column column(StringRef Str, unsigned Width, const T &Value) { in column()
|
/external/scudo/standalone/ |
D | string_utils.cpp | 92 static int appendString(char **Buffer, const char *BufferEnd, int Width, in appendString() 138 u8 Width = 0; in formatString() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | tensor.h | 60 int Width() const { return shape_.w; } in Width() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/ |
D | AMDGPUDisassembler.cpp | 624 MCOperand AMDGPUDisassembler::decodeFPImmed(OpWidthTy Width, unsigned Imm) { in decodeFPImmed() 700 MCOperand AMDGPUDisassembler::decodeSrcOp(const OpWidthTy Width, unsigned Val) const { in decodeSrcOp() argument 739 MCOperand AMDGPUDisassembler::decodeDstOp(const OpWidthTy Width, unsigned Val) const { in decodeDstOp() argument 805 MCOperand AMDGPUDisassembler::decodeSDWASrc(const OpWidthTy Width, in decodeSDWASrc()
|