Searched defs:Width (Results 1 - 25 of 125) sorted by relevance

12345

/external/libvpx/libvpx/vp8/common/
H A Donyxd.h27 int Width; member in struct:__anon11956
H A Dfilter.c293 * INT32 Width : Block width
310 int Width, int Height) {
314 filter_block2d_bil_first_pass(src_ptr, FData, src_pitch, Height + 1, Width,
318 filter_block2d_bil_second_pass(FData, dst_ptr, dst_pitch, Height, Width,
307 filter_block2d_bil(unsigned char *src_ptr, unsigned char *dst_ptr, unsigned int src_pitch, unsigned int dst_pitch, const short *HFilter, const short *VFilter, int Width, int Height) argument
/external/libcxxabi/test/
H A Ddynamic_cast_stress.pass.cpp46 template <std::size_t Width, std::size_t Depth>
48 : public makeB<typename std::__make_tuple_indices<Width>::type, Depth>
54 const std::size_t Width = 10; local
56 A<Width, Depth> a;
57 typedef B<Width/2, Depth> Destination;
58 // typedef A<Width, Depth> Destination;
62 b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
76 B<Width/2, Depth> -O3 48.334 93.190 libc++abi 93% faster
77 B<Width/2, Depth> -Os 58.535 94.103 libc++abi 61% faster
78 A<Width, Dept
[all...]
/external/llvm/lib/Support/
H A DUnicode.cpp356 int Width = charWidth(buf[0]); local
357 if (Width < 0)
359 ColumnWidth += Width;
H A DTargetRegistry.cpp120 size_t Width = 0; local
123 Width = std::max(Width, Targets.back().first.size());
131 OS.indent(Width - Targets[i].first.size()) << " - "
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dhw.c74 IN EFI_IO_WIDTH Width,
81 Status = uefi_call_wrapper(GlobalIoFncs->Io.Read, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data);
89 IN EFI_IO_WIDTH Width,
96 Status = uefi_call_wrapper(GlobalIoFncs->Io.Write, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data);
104 IN EFI_IO_WIDTH Width,
111 Status = uefi_call_wrapper(GlobalIoFncs->Pci.Read, 5, GlobalIoFncs, Width, (UINT64)Address, 1, &Data);
119 IN EFI_IO_WIDTH Width,
126 Status = uefi_call_wrapper(GlobalIoFncs->Pci.Write, 5, GlobalIoFncs, Width, (UINT64)Address, 1, &Data);
72 ReadPort( IN EFI_DEVICE_IO_INTERFACE *GlobalIoFncs, IN EFI_IO_WIDTH Width, IN UINTN Port ) argument
87 WritePort( IN EFI_DEVICE_IO_INTERFACE *GlobalIoFncs, IN EFI_IO_WIDTH Width, IN UINTN Port, IN UINTN Data ) argument
102 ReadPciConfig( IN EFI_DEVICE_IO_INTERFACE *GlobalIoFncs, IN EFI_IO_WIDTH Width, IN UINTN Address ) argument
117 WritePciConfig( IN EFI_DEVICE_IO_INTERFACE *GlobalIoFncs, IN EFI_IO_WIDTH Width, IN UINTN Address, IN UINTN Data ) argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h46 unsigned getNextPhysReg(unsigned PReg, unsigned Width) const;
53 uint16_t Width; member in struct:llvm::HexagonEvaluator::ExtType
54 ExtType() : Type(0), Width(0) {}
55 ExtType(char t, uint16_t w) : Type(t), Width(w) {}
H A DHexagonBitTracker.cpp54 unsigned Width = 0; local
56 Width = ATy->getIntegerBitWidth();
58 Width = 32;
61 if (Width == 0 || Width > 64)
63 InPhysReg = getNextPhysReg(InPhysReg, Width);
71 VRX.insert(std::make_pair(InVirtReg, ExtType(ExtType::SExt, Width)));
73 VRX.insert(std::make_pair(InVirtReg, ExtType(ExtType::ZExt, Width)));
1111 uint16_t EW = F->second.Width;
1130 unsigned HexagonEvaluator::getNextPhysReg(unsigned PReg, unsigned Width) cons
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h25 APSIntType(uint32_t Width, bool Unsigned) argument
26 : BitWidth(Width), IsUnsigned(Unsigned) {}
/external/clang/lib/AST/
H A DItaniumCXXABI.cpp107 uint64_t Width = Target.getTypeWidth(PtrDiff); variable
110 Width = 2 * Width;
111 return std::make_pair(Width, Align);
H A DMicrosoftCXXABI.cpp251 uint64_t Width = Ptrs * PtrSize + Ints * IntSize; local
265 Width = llvm::alignTo(Width, Align);
266 return std::make_pair(Width, Align);
/external/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp57 /// @param Width - The byte width of this immediate in the instruction
61 /// immediate in the instruction using the Address, Offset and Width. If that
70 uint64_t Width, MCInst &MI,
74 Offset, Width);
68 tryAddingSymbolicOperand(int64_t Value, bool isBranch, uint64_t Address, uint64_t Offset, uint64_t Width, MCInst &MI, const void *Decoder) argument
/external/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_device_metrics_table.cc59 int32_t HorizontalDeviceMetricsTable::Width(int32_t record_index, function in class:sfntly::HorizontalDeviceMetricsTable
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp29 static int Width() { return 10; } function in class:TestImageGenerator
44 return SkImageInfo::Make(TestImageGenerator::Width(), TestImageGenerator::Height(),
108 REPORTER_ASSERT(r, TestImageGenerator::Width() == image->width());
113 bitmap.allocN32Pixels(TestImageGenerator::Width(), TestImageGenerator::Height());
/external/swiftshader/third_party/LLVM/lib/Support/
H A DTargetRegistry.cpp104 size_t Width = 0; local
109 Width = std::max(Width, Targets.back().first.size());
117 OS.indent(Width - Targets[i].first.size()) << " - "
/external/dng_sdk/source/
H A Ddng_image.h201 uint32 Width () const function in class:dng_image
H A Ddng_resample.h134 uint32 Width () const function in class:dng_resample_weights
218 uint32 Width () const function in class:dng_resample_weights_2d
/external/llvm/include/llvm/Support/
H A DFormat.h118 unsigned Width; member in class:llvm::FormattedString
124 : Str(S), Width(W), RightJustify(R) { }
128 /// \p Width characters. If \p Str is larger that \p Width, full string
130 inline FormattedString left_justify(StringRef Str, unsigned Width) { argument
131 return FormattedString(Str, Width, false);
135 /// \p Width characters. If \p Str is larger that \p Width, full string
137 inline FormattedString right_justify(StringRef Str, unsigned Width) { argument
138 return FormattedString(Str, Width, tru
145 unsigned Width; member in class:llvm::FormattedNumber
164 format_hex(uint64_t N, unsigned Width, bool Upper = false) argument
177 format_hex_no_prefix(uint64_t N, unsigned Width, bool Upper = false) argument
189 format_decimal(int64_t N, unsigned Width) argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86TargetObjectFile.cpp103 unsigned Width = (AI.getBitWidth() / 8) * 2; local
106 assert(Width >= Size && "hex string is too large!");
107 HexString.insert(HexString.begin(), Width - Size, '0');
/external/llvm/tools/llvm-cov/
H A DCoverageReport.cpp28 unsigned Width; member in struct:__anon13628::Column
32 Column(StringRef Str, unsigned Width) argument
33 : Str(Str), Width(Width), Trim(WidthTrim), Alignment(LeftAlignment) {}
55 if (Str.size() <= Width) {
57 OS.indent(Width - Str.size());
62 OS.indent(Width - Str.size());
71 OS << Str.substr(0, Width);
74 OS << "..." << Str.substr(Str.size() - Width + 3);
77 OS << Str.substr(0, Width
82 column(StringRef Str, unsigned Width) argument
87 column(StringRef Str, unsigned Width, const T &Value) argument
[all...]
/external/mesa3d/src/egl/main/
H A Deglimage.h59 EGLint Width; member in struct:_egl_image_attribs
H A Deglsurface.h60 EGLint Width, Height; member in struct:_egl_surface
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dtexture9.c43 UINT Width, UINT Height, UINT Levels,
58 DBG("(%p) Width=%u Height=%u Levels=%u Usage=%s Format=%s Pool=%s "
59 "pSharedHandle=%p\n", This, Width, Height, Levels,
63 user_assert(Width && Height, D3DERR_INVALIDCALL);
119 user_assert(!(Width % w) && !(Height % h), D3DERR_INVALIDCALL);
125 info->width0 = Width;
131 info->last_level = util_logbase2(MAX2(Width, Height));
155 Width, Height,
166 Width, Height,
194 sfdesc.Width
41 NineTexture9_ctor( struct NineTexture9 *This, struct NineUnknownParams *pParams, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, HANDLE *pSharedHandle ) argument
381 NineTexture9_new( struct NineDevice9 *pDevice, UINT Width, UINT Height, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, struct NineTexture9 **ppOut, HANDLE *pSharedHandle ) argument
[all...]
H A Dvolumetexture9.c33 UINT Width, UINT Height, UINT Depth, UINT Levels,
46 DBG("This=%p pParams=%p Width=%u Height=%u Depth=%u Levels=%u "
48 This, pParams, Width, Height, Depth, Levels,
51 user_assert(Width && Height && Depth, D3DERR_INVALIDCALL);
76 user_assert(!(Width % w) && !(Height % h), D3DERR_INVALIDCALL);
82 info->width0 = Width;
88 info->last_level = util_logbase2(MAX2(MAX2(Width, Height), Depth));
117 voldesc.Width = u_minify(Width, l);
280 UINT Width, UIN
31 NineVolumeTexture9_ctor( struct NineVolumeTexture9 *This, struct NineUnknownParams *pParams, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, HANDLE *pSharedHandle ) argument
279 NineVolumeTexture9_new( struct NineDevice9 *pDevice, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, D3DFORMAT Format, D3DPOOL Pool, struct NineVolumeTexture9 **ppOut, HANDLE *pSharedHandle ) argument
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_fax3.h86 unsigned char Width; /* width of code in bits */ member in struct:__anon16758
201 for (t = 0; t < TabEnt->Width; t++) \
205 ClrBits(TabEnt->Width); \
213 for (t = 0; t < TabEnt->Width; t++) \
217 ClrBits(TabEnt->Width); \
230 ClrBits(TabEnt->Width); \
235 ClrBits(TabEnt->Width); \

Completed in 657 milliseconds

12345