/external/llvm/lib/Support/ |
raw_ostream.cpp | 401 int PadAmount = FS.Width - Len; 414 unsigned Width = std::max(FN.Width, Nibbles + PrefixChars); 419 char *EndPtr = NumberBuffer+Width; 429 return write(NumberBuffer, Width); 433 this->indent(FN.Width-1); 446 int Pad = FN.Width - Len;
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
AArch64InstPrinter.cpp | 169 int Width = ImmS + 1; 171 << getRegisterName(Op2.getReg()) << ", #" << LSB << ", #" << Width; 177 int Width = ImmS - ImmR + 1; 181 << ", #" << LSB << ", #" << Width; [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombinePHI.cpp | 577 unsigned Width; // The width extracted. 580 : PN(pn), Shift(Sh), Width(Ty->getPrimitiveSizeInBits()) {} 584 : PN(pn), Shift(Sh), Width(0) {} 599 (Val.Width>>3); 604 LHS.Width == RHS.Width; [all...] |
InstCombineVectorOps.cpp | 69 unsigned Width = VTy->getNumElements(); 70 if (EltNo >= Width) // Out of range access. [all...] |
/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 654 // 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/jhead/ |
jhead.h | 99 int Height, Width;
|
/external/llvm/lib/Analysis/ |
BasicAliasAnalysis.cpp | 372 unsigned Width = Index->getType()->getIntegerBitWidth(); 373 if (DL.getPointerSizeInBits(AS) > Width) 377 APInt IndexScale(Width, 0), IndexOffset(Width, 0); [all...] |
InstructionSimplify.cpp | [all...] |
ScalarEvolutionExpander.cpp | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64InstrInfo.cpp | 629 // Retrieve the base register, offset from the base register and width. Width 632 // the width doesn't overlap the offset of a higher memory access, [all...] |
AArch64ISelDAGToDAG.cpp | 113 template<int Width> 116 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift); 119 template<int Width> 122 return SelectAddrModeXRO(N, Width / 8, Base, Offset, SignExtend, DoShift); 184 bool SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos, unsigned Width); [all...] |
/external/pdfium/core/include/fxcrt/ |
fx_coordinates.h | 241 void Set(baseType left, baseType top, baseType width, baseType height) 243 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::width = width, FXT_RECT::height = height; member in class:CFX_RTemplate::FXT_RECT 249 void Set(const FXT_POINT &p, baseType width, baseType height) 251 TopLeft(p), FXT_RECT::width = width, FXT_RECT::height = height; member in class:CFX_RTemplate::FXT_RECT 255 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 259 TopLeft(p), FXT_RECT::width = v.x, FXT_RECT::height = v.y, FXT_RECT::Normalize(); member in class:CFX_RTemplate::FXT_RECT 263 FXT_RECT::left = FXT_RECT::top = FXT_RECT::width = FXT_RECT::height = 0; 277 return left + width; 314 FXT_RECT::width += left + right; member in class:CFX_RTemplate::FXT_RECT 525 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...] |
/external/clang/lib/AST/ |
MicrosoftMangle.cpp | [all...] |
RecordLayoutBuilder.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelDAGToDAG.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/R600/ |
AMDGPUISelDAGToDAG.cpp | 125 uint32_t Offset, uint32_t Width); 511 // has a separate operand for the offset and width, the scalar version packs 512 // the width and offset into a single operand. Try to move to the scalar 522 ConstantSDNode *Width = dyn_cast<ConstantSDNode>(N->getOperand(2)); 523 if (!Width) 529 uint32_t WidthVal = Width->getZExtValue(); [all...] |
R600ISelLowering.cpp | [all...] |