Searched refs:Size (Results 176 - 200 of 1042) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/MC/
H A DMCFixup.h98 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) { argument
99 switch (Size) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp106 unsigned Size = TRI.getSubRegIdxSize(Idx); local
110 AddOpPiece(Size, RegOffset);
118 AddOpPiece(Size, PieceOffsetInBits);
137 unsigned Size = TRI.getSubRegIdxSize(Idx); local
144 Intersection.set(Offset, Offset + Size);
151 AddOpPiece(Size, Offset == CurPos ? 0 : Offset);
152 CurPos = Offset + Size;
155 Coverage.set(Offset, Offset + Size);
/external/llvm/lib/MC/
H A DWinCOFFStreamer.cpp181 void MCWinCOFFStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
193 Size = std::max(Size, static_cast<uint64_t>(ByteAlignment));
200 SD.setCommon(Size, ByteAlignment);
218 void MCWinCOFFStreamer::EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
237 new MCFillFragment(/*Value=*/0, /*ValueSize=*/0, Size, &SectionData);
242 MCSymbol *Symbol, uint64_t Size,
248 MCSymbol *Symbol, uint64_t Size,
241 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
247 EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument
/external/llvm/lib/Object/
H A DRecordStreamer.h36 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,
38 void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp67 void MipsELFStreamer::EmitValueImpl(const MCExpr *Value, unsigned Size, argument
69 MCELFStreamer::EmitValueImpl(Value, Size, Loc);
/external/llvm/test/MC/ARM/
H A Delf-thumbfunc.s21 @CHECK-NEXT: Size: 0
28 @CHECK-NEXT: Size: 0
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.h24 UInt64 Size; member in struct:NArchive::N7z::CUpdateItem
40 bool HasStream() const { return !IsDir && !IsAnti && Size != 0; }
H A D7zIn.cpp36 if (index >= (UInt32)v.Size())
49 if (Coders.Size() > kNumCodersMax || BindPairs.Size() > kNumBindsMax)
54 BoolVector_Fill_False(v, BindPairs.Size() + PackStreams.Size());
57 for (i = 0; i < BindPairs.Size(); i++)
60 for (i = 0; i < PackStreams.Size(); i++)
64 BoolVector_Fill_False(v, UnpackSizes.Size());
65 for (i = 0; i < BindPairs.Size(); i++)
77 for (i = 0; i < Coders.Size();
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCameraSizeTest.java18 private Camera.Size cameraSize;
22 cameraSize = Robolectric.newInstanceOf(Camera.class).new Size(480, 320);
/external/v8/src/extensions/
H A Dstatistics-extension.cc97 AddNumber(args.GetIsolate(), result, isolate->memory_allocator()->Size(),
99 AddNumber(args.GetIsolate(), result, heap->new_space()->Size(),
105 AddNumber(args.GetIsolate(), result, heap->old_pointer_space()->Size(),
112 AddNumber(args.GetIsolate(), result, heap->old_data_space()->Size(),
119 AddNumber(args.GetIsolate(), result, heap->code_space()->Size(),
125 AddNumber(args.GetIsolate(), result, heap->cell_space()->Size(),
131 AddNumber(args.GetIsolate(), result, heap->property_cell_space()->Size(),
138 AddNumber(args.GetIsolate(), result, heap->lo_space()->Size(),
/external/eigen/Eigen/src/Core/
H A DVectorwiseOp.h110 template<typename Scalar, int Size> struct Cost \
119 EIGEN_MEMBER_FUNCTOR(squaredNorm, Size * NumTraits<Scalar>::MulCost + (Size-1)*NumTraits<Scalar>::AddCost);
120 EIGEN_MEMBER_FUNCTOR(norm, (Size+5) * NumTraits<Scalar>::MulCost + (Size-1)*NumTraits<Scalar>::AddCost);
121 EIGEN_MEMBER_FUNCTOR(stableNorm, (Size+5) * NumTraits<Scalar>::MulCost + (Size-1)*NumTraits<Scalar>::AddCost);
122 EIGEN_MEMBER_FUNCTOR(blueNorm, (Size+5) * NumTraits<Scalar>::MulCost + (Size-1)*NumTraits<Scalar>::AddCost);
123 EIGEN_MEMBER_FUNCTOR(hypotNorm, (Size
[all...]
H A DMatrix.h358 * \c MatrixSizeType where \c Size can be \c 2,\c 3,\c 4 for fixed size square matrices or \c X for dynamic size,
370 #define EIGEN_MAKE_TYPEDEFS(Type, TypeSuffix, Size, SizeSuffix) \
372 typedef Matrix<Type, Size, Size> Matrix##SizeSuffix##TypeSuffix; \
374 typedef Matrix<Type, Size, 1> Vector##SizeSuffix##TypeSuffix; \
376 typedef Matrix<Type, 1, Size> RowVector##SizeSuffix##TypeSuffix;
378 #define EIGEN_MAKE_FIXED_TYPEDEFS(Type, TypeSuffix, Size) \
380 typedef Matrix<Type, Size, Dynamic> Matrix##Size##X##TypeSuffix; \
382 typedef Matrix<Type, Dynamic, Size> Matri
[all...]
/external/eigen/test/
H A Dgeo_orthomethods.cpp68 template<typename Scalar, int Size> void orthomethods(int size=Size)
71 typedef Matrix<Scalar,Size,1> VectorType;
72 typedef Matrix<Scalar,3,Size> Matrix3N;
73 typedef Matrix<Scalar,Size,3> MatrixN3;
/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h188 unsigned Size; member in class:llvm::LiveIntervalUnion::Array
191 Array() : Size(0), LIUs(nullptr) {}
194 // Initialize the array to have Size entries.
196 void init(LiveIntervalUnion::Allocator&, unsigned Size);
198 unsigned size() const { return Size; }
203 assert(idx < Size && "idx out of bounds");
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp187 if (NSize == Size)
190 Size = NSize;
193 for (unsigned i = 0; i != Size; ++i)
200 for (unsigned i = 0; i != Size; ++i)
203 Size = 0;
/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp42 uint64_t Size; local
45 for (Index = 0; Index < Bytes.first.size(); Index += Size) {
49 S = DisAsm.getInstruction(Inst, Size, Data.slice(Index), Index,
60 if (Size == 0)
61 Size = 1; // skip illegible bytes
/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp31 for (int i = srcBindInfo.Coders.Size() - 1; i >= 0; i--)
62 for (i = _srcBindInfo.Coders.Size() - 1; i >= 0; i--)
70 for (i = _srcBindInfo.BindPairs.Size() - 1; i >= 0; i--)
78 for (i = 0; i < _srcBindInfo.InStreams.Size(); i++)
80 for (i = 0; i < _srcBindInfo.OutStreams.Size(); i++)
H A DCoderMixer2.h55 for (int i = 0; i < Coders.Size(); i++)
65 for (int i = 0; i < BindPairs.Size(); i++)
72 for (int i = 0; i < BindPairs.Size(); i++)
98 for (coderIndex = 0; coderIndex < (UInt32)Coders.Size(); coderIndex++)
113 for (coderIndex = 0; coderIndex < (UInt32)Coders.Size(); coderIndex++)
/external/lzma/CPP/7zip/Common/
H A DLimitedStreams.cpp66 if (_virtPos >= Size)
67 return (_virtPos == Size) ? S_OK: E_FAIL;
82 for (int i = 1; i < 64 && (virtBlock + i) < (UInt32)Vector.Size() && phyBlock + i == Vector[virtBlock + i]; i++)
84 UInt64 rem = Size - _virtPos;
106 case STREAM_SEEK_END: newVirtPos += Size; break;
/external/lzma/CPP/7zip/UI/Common/
H A DUpdatePair.cpp57 for(int i = 0; i + 1 < indices.Size(); i++)
70 int numDirItems = dirItems.Items.Size();
71 int numArcItems = arcItems.Size();
128 pair.State = (ai.SizeDefined && di.Size == ai.Size) ?
/external/llvm/test/MC/AsmParser/
H A Dsection.s57 # CHECK-NEXT: Size: 7
73 # CHECK-NEXT: Size: 6
89 # CHECK-NEXT: Size: 5
105 # CHECK-NEXT: Size: 3
121 # CHECK-NEXT: Size: 1
/external/mesa3d/src/mesa/main/
H A Dpixeltransfer.c82 const GLfloat rscale = (GLfloat) (ctx->PixelMaps.RtoR.Size - 1);
83 const GLfloat gscale = (GLfloat) (ctx->PixelMaps.GtoG.Size - 1);
84 const GLfloat bscale = (GLfloat) (ctx->PixelMaps.BtoB.Size - 1);
85 const GLfloat ascale = (GLfloat) (ctx->PixelMaps.AtoA.Size - 1);
110 GLuint rmask = ctx->PixelMaps.ItoR.Size - 1;
111 GLuint gmask = ctx->PixelMaps.ItoG.Size - 1;
112 GLuint bmask = ctx->PixelMaps.ItoB.Size - 1;
113 GLuint amask = ctx->PixelMaps.ItoA.Size - 1;
234 const GLuint mask = ctx->PixelMaps.ItoI.Size - 1;
274 GLuint mask = ctx->PixelMaps.StoS.Size
[all...]
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp62 ExternalLayout() : Size(0), Align(0) {}
65 uint64_t Size; member in struct:__anon863::ExternalLayout
577 /// Size - The current size of the record layout.
578 uint64_t Size; member in class:__anon863::RecordLayoutBuilder
661 : Context(Context), EmptySubobjects(EmptySubobjects), Size(0),
766 assert(Size % Context.getCharWidth() == 0);
767 return Context.toCharUnitsFromBits(Size);
769 uint64_t getSizeInBits() const { return Size; }
771 void setSize(CharUnits NewSize) { Size = Context.toBits(NewSize); }
772 void setSize(uint64_t NewSize) { Size
1367 roundUpSizeToCharAlignment(uint64_t Size, const ASTContext &Context) argument
1391 uint64_t Size = Context.getTypeSize(QT); local
2168 CharUnits Size; member in struct:__anon864::MicrosoftRecordLayoutBuilder::ElementInfo
2222 CharUnits Size; member in struct:__anon864::MicrosoftRecordLayoutBuilder
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp317 uint64_t Size; local
318 if (getObjectSize(V, Size, DL, TLI))
319 return Size;
349 if (Later.Size == AliasAnalysis::UnknownSize ||
350 Earlier.Size == AliasAnalysis::UnknownSize)
354 if (Later.Size >= Earlier.Size)
360 if (Later.Size == AliasAnalysis::UnknownSize ||
361 Earlier.Size == AliasAnalysis::UnknownSize)
378 if (ObjectSize == Later.Size
[all...]
/external/clang/lib/Lex/
H A DLexer.cpp241 unsigned Size; local
242 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
243 BufPtr += Size;
270 unsigned Size; local
271 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
272 BufPtr += Size;
728 unsigned Size; local
729 Lexer::getCharAndSizeNoWarn(TokPtr, Size, LangOpts);
730 TokPtr += Size;
731 PhysOffset += Size;
1110 unsigned Size = 0; local
1228 getCharAndSizeSlow(const char *Ptr, unsigned &Size, Token *Tok) argument
1293 getCharAndSizeSlowNoWarn(const char *Ptr, unsigned &Size, const LangOptions &LangOpts) argument
1428 tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, Token &Result) argument
1473 unsigned Size; local
1548 unsigned Size; local
1560 unsigned Size; local
1626 unsigned Size; local
[all...]

Completed in 1389 milliseconds

1234567891011>>