HomeSort by relevance Sort by last modified time
    Searched defs:Width (Results 76 - 100 of 132) sorted by null

1 2 34 5 6

  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 231 // Pick a random vector width in the range 2**0 to 2**4.
234 unsigned width = 1<<((Ran->Rand() % 3) + (Ran->Rand() % 3)); local
243 width = len;
244 return VectorType::get(Ty, width);
438 unsigned Width = cast<VectorType>(Val0->getType())->getNumElements();
442 for (unsigned i=0; i<Width; ++i) {
443 Constant *CI = ConstantInt::get(I32, Ran->Rand() % (Width*2));
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 39 unsigned Base, Width, Offset;
41 : Base(B), Width(W), Offset(O) { }
51 void addField(unsigned Base, unsigned Width, unsigned Offset) {
52 Fields.push_back(EncodingField(Base, Width, Offset));
330 // Width of instructions
682 // two as to account for the width of the NumToSkip field itself.
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 123 int Width;
133 int Width;
151 static void PrintString(EAdjustment adjustment, int width, const UString &textString)
153 const int numSpaces = width - textString.Length();
198 fieldInfo.Width = fieldInfoInit.Width;
244 ((fieldInfo.PropID == kpidPath) ? 0: fieldInfo.Width), fieldInfo.Name);
254 for (int i = 0; i < fieldInfo.Width; i++)
316 int width = (fieldInfo.PropID == kpidPath) ? 0: fieldInfo.Width; local
    [all...]
  /external/opencv/otherlibs/highgui/
highgui.h 171 CVAPI(CvCapture*) cvCreateSocketCapture( const char *address, const char* port, int width, int height );
252 return !img ? 0 : !img->roi ? img->width : img->roi->width;
303 dr.right = sr.x + sr.width;
316 roi.width = r.right - r.left;
342 virtual bool Create( int width, int height, int bits_per_pixel, int image_origin = 0 );
370 /* width and height of ROI */
371 int Width() { return !m_img ? 0 : !m_img->roi ? m_img->width : m_img->roi->width; };
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxc_int.h 74 int Width;
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 345 int width = character_offsets[localIndex] - local
348 width, inline_text_box_rect.height);
355 int right = inline_text_box_rect.x + inline_text_box_rect.width;
359 int width = character_offsets[localIndex] - local
362 width, inline_text_box_rect.height);
375 inline_text_box_rect.width, height);
378 inline_text_box_rect.width, character_offsets[0]);
388 inline_text_box_rect.width, height);
392 inline_text_box_rect.width, character_offsets[0]);
488 .SetProperty("width", &WebAXObjectProxy::Width
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
convolve_test.cc 331 int Width() const { return GET_PARAM(0); }
334 const int center = (kOuterBlockSize - Width()) / 2;
343 i % kOuterBlockSize >= (BorderLeft() + Width()));
521 Width(), Height()));
526 for (int x = 0; x < Width(); ++x)
539 Width(), Height()));
544 for (int x = 0; x < Width(); ++x)
557 Width(), Height()));
562 for (int x = 0; x < Width(); ++x)
621 Width(), Height())
    [all...]
  /external/jhead/
jhead.h 99 int Height, Width;
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp 225 /// same width as the vector element, and the bit is set only if it is true
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 235 void Set(baseType left, baseType top, baseType width, baseType height)
237 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::width = width, FXT_RECT::height = height; member in class:CFX_RTemplate::FXT_RECT
243 void Set(const FXT_POINT &p, baseType width, baseType height)
245 TopLeft(p), FXT_RECT::width = width, FXT_RECT::height = height; member in class:CFX_RTemplate::FXT_RECT
249 TopLeft(p1), FXT_RECT::width = p2.x - p1.x, FXT_RECT::height = p2.y - p1.y, FXT_RECT::Normalize(); member in class:CFX_RTemplate::FXT_RECT
253 TopLeft(p), FXT_RECT::width = v.x, FXT_RECT::height = v.y, FXT_RECT::Normalize(); member in class:CFX_RTemplate::FXT_RECT
257 FXT_RECT::left = FXT_RECT::top = FXT_RECT::width = FXT_RECT::height = 0;
271 return left + width;
308 FXT_RECT::width += left + right; member in class:CFX_RTemplate::FXT_RECT
519 baseType width, height; member in class:CFX_RTemplate
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c 117 OMX_U32 Width=0, Height=0, MaxXPart, MaxYPart,MaxSubXPart,MaxSubYPart;
123 Width = 16;
127 Width = 16;
131 Width = 8;
135 Width = 8;
334 MaxXPart = 16/Width;
350 Width = 8;
354 Width = 8;
358 Width = 4;
362 Width = 4
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9core.h 100 UINT Width;
114 UINT Width;
229 STDMETHOD(SetWidth)(THIS_ FLOAT width) PURE;
360 UINT Width;
482 HRESULT WINAPI D3DXCreateFontA(struct IDirect3DDevice9 *device, INT height, UINT width, UINT weight,
485 HRESULT WINAPI D3DXCreateFontW(struct IDirect3DDevice9 *device, INT height, UINT width, UINT weight,
497 HRESULT WINAPI D3DXCreateRenderToSurface(struct IDirect3DDevice9 *device, UINT width, UINT height,
dxgi.h 147 UINT Width;
    [all...]
wincodec.h 322 INT Width;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 80 uint16_t width; // size member in struct:webrtc::RTPVideoHeader
472 * Get frame width
474 uint32_t Width() const { return _width; }
480 * Set frame width
482 void SetWidth(const uint32_t width) { _width = width; }
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 115 template<int Width>
118 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift);
121 template<int Width>
124 return SelectAddrModeXRO(N, Width / 8, Base, Offset, SignExtend, DoShift);
186 bool SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos, unsigned Width);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 698 unsigned Width = CIWidth->getZExtValue();
699 unsigned End = Start + Width;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 643 // IV Widening - Extend the width of an IV to cover its widest uses.
662 /// the final width of the IV before actually widening it.
670 uint64_t Width = SE->getTypeSizeInBits(Ty);
671 if (DL && !DL->isLegalInteger(Width))
684 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType))
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 106 WebRtc_UWord16 width; // size member in struct:webrtc::RTPVideoHeader
497 * Get frame width
499 WebRtc_UWord32 Width() const {return _width;}
505 * Set frame width
507 void SetWidth(const WebRtc_UWord32 width) {_width = width;}
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 212 GLsizei Width, Height; /**< Current texture size */
312 GLint Width, Height;
725 _mesa_Ortho(0.0, ctx->DrawBuffer->Width,
753 save->ViewportW = ctx->Viewport.Width;
758 ctx->Viewport.Width != ctx->DrawBuffer->Width ||
761 ctx->DrawBuffer->Width, ctx->DrawBuffer->Height);
931 save->Scissor.Width, save->Scissor.Height);
3606 const GLint width = texImage->Width; local
    [all...]

Completed in 1580 milliseconds

1 2 34 5 6