Searched defs:Size (Results 176 - 200 of 555) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.h89 size_t Size() const { return size_; } function in class:tcmalloc::ThreadCache
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dhamt.c149 unsigned long i, Size; local
152 BitCount(Size, node->BitMapKey);
153 Size &= 0x1F;
154 if (Size == 0)
155 Size = 32;
157 for (i=0; i<Size; i++)
331 unsigned long Size; local
337 BitCount(Size, node->BitMapKey);
338 Size &= 0x1F;
339 if (Size
[all...]
/external/clang/include/clang/Basic/
H A DFileManager.h63 off_t Size; // File size in bytes. member in class:clang::FileEntry
98 off_t getSize() const { return Size; }
238 const FileEntry *getVirtualFile(StringRef Filename, off_t Size,
274 static void modifyFileEntry(FileEntry *File, off_t Size,
H A DVirtualFileSystem.h38 uint64_t Size; member in class:clang::vfs::Status
50 uint64_t Size, llvm::sys::fs::file_type Type,
65 uint64_t getSize() const { return Size; }
/external/clang/include/clang/Lex/
H A DLexer.h428 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size, argument
433 Size = 1;
437 Size = 0;
438 return getCharAndSizeSlowNoWarn(Ptr, Size, LangOpts);
511 unsigned Size = 0; local
512 char C = getCharAndSizeSlow(Ptr, Size, &Tok);
513 Ptr += Size;
521 const char *ConsumeChar(const char *Ptr, unsigned Size, Token &Tok) { argument
523 if (Size == 1)
524 return Ptr+Size;
537 getCharAndSize(const char *Ptr, unsigned &Size) argument
[all...]
/external/clang/lib/AST/
H A DExternalASTSource.cpp46 const RecordDecl *Record, uint64_t &Size, uint64_t &Alignment,
45 layoutRecordType( const RecordDecl *Record, uint64_t &Size, uint64_t &Alignment, llvm::DenseMap<const FieldDecl *, uint64_t> &FieldOffsets, llvm::DenseMap<const CXXRecordDecl *, CharUnits> &BaseOffsets, llvm::DenseMap<const CXXRecordDecl *, CharUnits> &VirtualBaseOffsets) argument
/external/clang/lib/Basic/
H A DFileManager.cpp289 UFE.Size = Data.Size;
302 FileManager::getVirtualFile(StringRef Filename, off_t Size, argument
334 Data.Size = Size;
362 UFE->Size = Size;
510 off_t Size, time_t ModificationTime) {
511 File->Size = Size;
509 modifyFileEntry(FileEntry *File, off_t Size, time_t ModificationTime) argument
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp205 uint64_t Size = Context.getTypeSizeInChars(QTy).getQuantity(); local
208 Fields.push_back(llvm::MDBuilder::TBAAStructField(Offset, Size, TBAATag));
/external/clang/lib/Serialization/
H A DASTReaderInternals.h211 off_t Size; member in struct:clang::serialization::reader::HeaderFileInfoTrait::internal_key_type
/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c46 unsigned int Size : 2; member in struct:_Key::__anon18557
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h59 if (c->Size() > max_cache_size_)
68 if (cache_.Size() > max_size_ && recycle_mutex_.TryLock())
88 while (cache_.Size() > min_size_) {
123 uptr Size() const { function in class:__sanitizer::QuarantineCache
140 SizeAdd(c->Size());
163 atomic_store(&size_, Size() + add, memory_order_relaxed);
166 atomic_store(&size_, Size() - sub, memory_order_relaxed);
/external/eigen/Eigen/src/Core/
H A DBandMatrix.h306 * \param Size Number of rows and cols, or \b Dynamic
311 template<typename Scalar, int Size, int Options>
312 class TridiagonalMatrix : public BandMatrix<Scalar,Size,Size,Options&SelfAdjoint?0:1,1,Options|RowMajor>
314 typedef BandMatrix<Scalar,Size,Size,Options&SelfAdjoint?0:1,1,Options|RowMajor> Base;
317 TridiagonalMatrix(Index size = Size) : Base(size,size,Options&SelfAdjoint?0:1,1) {} argument
H A DRedux.h296 Size = Derived::SizeAtCompileTime, enumerator in enum:Eigen::internal::redux_impl::__anon20683
297 VectorizedSize = (Size / PacketSize) * PacketSize
302 Scalar res = func.predux(redux_vec_unroller<Func, Derived, 0, Size / PacketSize>::run(mat,func));
303 if (VectorizedSize != Size)
304 res = func(res,redux_novec_unroller<Func, Derived, VectorizedSize, Size-VectorizedSize>::run(mat,func));
/external/eigen/Eigen/src/Eigenvalues/
H A DHessenbergDecomposition.h65 Size = MatrixType::RowsAtCompileTime, enumerator in enum:Eigen::HessenbergDecomposition::__anon20888
66 SizeMinusOne = Size == Dynamic ? Dynamic : Size - 1,
100 HessenbergDecomposition(Index size = Size==Dynamic ? 2 : Size) argument
268 typedef Matrix<Scalar, 1, Size, Options | RowMajor, 1, MaxSize> VectorType;
H A DTridiagonalization.h73 Size = MatrixType::RowsAtCompileTime, enumerator in enum:Eigen::Tridiagonalization::__anon20892
74 SizeMinusOne = Size == Dynamic ? Dynamic : (Size > 1 ? Size - 1 : 1),
113 Tridiagonalization(Index size = Size==Dynamic ? 2 : Size) argument
382 int Size=MatrixType::ColsAtCompileTime,
436 template<typename MatrixType, int Size, bool IsComplex>
/external/eigen/Eigen/src/LU/
H A DInverse.h21 template<typename MatrixType, typename ResultType, int Size = MatrixType::RowsAtCompileTime>
30 template<typename MatrixType, typename ResultType, int Size = MatrixType::RowsAtCompileTime>
34 *** Size 1 implementation ***
66 *** Size 2 implementation ***
113 *** Size 3 implementation ***
187 *** Size 4 implementation ***
291 const int Size = EIGEN_PLAIN_ENUM_MIN(MatrixType::ColsAtCompileTime,Dest::ColsAtCompileTime); local
292 EIGEN_ONLY_USED_FOR_DEBUG(Size);
293 eigen_assert(( (Size<=1) || (Size>
[all...]
/external/freetype/src/pfr/
H A Dpfrload.c863 FT_UInt n, count, Size; local
872 Size = 1 + 1 + 2;
874 Size += 1;
877 Size += 2;
880 Size += 1;
883 Size += 1;
886 Size += 1;
888 PFR_CHECK( count * Size );
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.h45 uint32_t Size() const { return 11; /* Size in bytes of the compile unit header */ } function in class:DWARFCompileUnit
47 dw_offset_t GetFirstDIEOffset() const { return m_offset + Size(); }
49 size_t GetDebugInfoSize() const { return m_length + 4 - Size(); /* Size in bytes of the .debug_info data associated with this compile unit. */ }
/external/llvm/include/llvm/ADT/
H A DBitVector.h33 unsigned Size; // Size of bitvector in bits. member in class:llvm::BitVector
34 unsigned Capacity; // Size of allocated memory in BitWord.
75 BitVector() : Size(0), Capacity(0) {
81 explicit BitVector(unsigned s, bool t = false) : Size(s) {
90 BitVector(const BitVector &RHS) : Size(RHS.size()) {
91 if (Size == 0) {
103 : Bits(RHS.Bits), Size(RHS.Size), Capacity(RHS.Capacity) {
112 bool empty() const { return Size
[all...]
H A DDenseSet.h40 /// Grow the DenseSet so that it has at least Size buckets. Will not shrink
41 /// the Size of the set.
42 void resize(size_t Size) { TheMap.resize(Size); } argument
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h344 /// is specified by Size and Hi/Lo specify the labels. This implicitly uses
347 unsigned Size) const;
350 /// directive is specified by Size and Hi/Lo specify the labels. This
353 const MCSymbol *Lo, unsigned Size) const;
356 /// directive is specified by Size and Label specifies the label. This
359 unsigned Size, bool IsSectionRelative = false) const;
362 /// is specified by Size and Label specifies the label.
363 void EmitLabelReference(const MCSymbol *Label, unsigned Size, argument
365 EmitLabelPlusOffset(Label, 0, Size, IsSectionRelative);
H A DLiveIntervalUnion.h182 unsigned Size; member in class:llvm::LiveIntervalUnion::Array
185 Array() : Size(0), LIUs(nullptr) {}
188 // Initialize the array to have Size entries.
190 void init(LiveIntervalUnion::Allocator&, unsigned Size);
192 unsigned size() const { return Size; }
197 assert(idx < Size && "idx out of bounds");
H A DMachineCodeEmitter.h258 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { argument
263 if (Size >= (uintptr_t)(BufferEnd-CurBufferPtr)) {
269 CurBufferPtr += Size;
H A DMachineMemOperand.h92 uint64_t Size; member in class:llvm::MachineMemOperand
154 uint64_t getSize() const { return Size; }
H A DStackMaps.h90 unsigned Size; member in struct:llvm::StackMaps::Location
93 Location() : LocType(Unprocessed), Size(0), Reg(0), Offset(0) {}
94 Location(LocationType LocType, unsigned Size, unsigned Reg, int64_t Offset) argument
95 : LocType(LocType), Size(Size), Reg(Reg), Offset(Offset) {}
101 unsigned short Size; member in struct:llvm::StackMaps::LiveOutReg
103 LiveOutReg() : Reg(0), RegNo(0), Size(0) {}
104 LiveOutReg(unsigned short Reg, unsigned short RegNo, unsigned short Size) argument
105 : Reg(Reg), RegNo(RegNo), Size(Size) {}
[all...]

Completed in 2816 milliseconds

1234567891011>>