Searched defs:Size (Results 76 - 100 of 555) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cc92 Init(other.Begin(), other.Size());
99 uptr StackTrace::Size() const { function in class:__tsan::StackTrace
H A Dtsan_mutexset.h38 uptr Size() const;
64 uptr MutexSet::Size() const { return 0; } function in class:__tsan::MutexSet
H A Dtsan_vector.h47 uptr Size() const { function in class:__tsan::Vector
62 EnsureSize(Size() + 1);
69 EnsureSize(Size() + 1);
85 uptr old_size = Size();
100 if (size <= Size())
/external/eigen/test/
H A Dproduct_symm.cpp12 template<typename Scalar, int Size, int OtherSize> void symm(int size = Size, int othersize = OtherSize) argument
14 typedef Matrix<Scalar, Size, Size> MatrixType;
15 typedef Matrix<Scalar, Size, OtherSize> Rhs1;
16 typedef Matrix<Scalar, OtherSize, Size> Rhs2;
18 typedef Matrix<Scalar, Size, OtherSize,order> Rhs3;
/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h32 /// @param Size Size of live interval as returnexd by getSize()
34 static inline float normalizeSpillWeight(float UseDefFreq, unsigned Size) { argument
40 return UseDefFreq / (Size + 25*SlotIndex::InstrDist);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h30 /// Write the least significant 'Size' bytes in 'Value' out at the address
32 bool applyRelocationValue(uint8_t *Addr, uint64_t Value, unsigned Size) { argument
33 for (unsigned i = 0; i < Size; ++i) {
/external/llvm/lib/MC/MCAnalysis/
H A DMCAtom.cpp77 void MCTextAtom::addInst(const MCInst &I, uint64_t Size) { argument
78 if (NextInstAddress + Size - 1 > End)
79 remap(Begin, NextInstAddress + Size - 1);
80 Insts.push_back(MCDecodedInst(I, NextInstAddress, Size));
81 NextInstAddress += Size;
/external/llvm/lib/Support/
H A DFileOutputBuffer.cpp35 FileOutputBuffer::create(StringRef FilePath, size_t Size, argument
77 FD, true, mapped_file_region::readwrite, Size, 0, EC));
/external/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp30 SDValue Dst, SDValue Src, SDValue Size, unsigned Align,
36 ConstantSDNode *ConstantSize = dyn_cast<ConstantSDNode>(Size);
29 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
H A DHexagonVarargsCallingConvention.h79 unsigned Size = local
85 Size = ByValSize;
91 unsigned Offset3 = State.AllocateStack(Size, Alignment);
134 unsigned Size = local
137 unsigned Offset3 = State.AllocateStack(Size, Alignment);
/external/llvm/unittests/Support/
H A DAllocatorTest.cpp126 void *Allocate(size_t Size, size_t /*Alignment*/) { argument
130 void *MemBase = malloc(Size + Alignment - 1 + sizeof(void*));
138 LastSlabSize = Size;
142 void Deallocate(void *Slab, size_t Size) { argument
/external/chromium_org/net/disk_cache/blockfile/
H A Dbitmap.h30 // If |num_bits| < Size(), the extra bits will be discarded.
31 // If |num_bits| > Size(), the extra bits will be filled with zeros if
37 int Size() const { return num_bits_; } function in class:disk_cache::Bitmap
74 // 0 <= |begin| <= |end| <= Size() is required.
80 // Requires |limit| <= Size().
106 // returns 0. Requires |limit| <= Size().
/external/chromium_org/sandbox/win/src/
H A Dinternal_types.h33 uint32 Size() const { function in class:sandbox::CountedBuffer
/external/chromium_org/testing/gtest/samples/
H A Dsample3-inl.h102 size_t Size() const { return size_; } function in class:Queue
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebSize.h84 WebSize(const gfx::Size& s)
96 WebSize& operator=(const gfx::Size& s)
110 operator gfx::Size() const
112 return gfx::Size(std::max(0, width), std::max(0, height));
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_parameter.h80 * The next program parameter's Size will be Size-4 of this parameter.
82 GLuint Size; member in struct:gl_program_parameter
97 GLuint Size; /**< allocated size of Parameters, ParameterValues */ member in struct:gl_program_parameter_list
99 struct gl_program_parameter *Parameters; /**< Array [Size] */
100 gl_constant_value (*ParameterValues)[4]; /**< Array [Size] of constant[4] */
/external/chromium_org/third_party/webrtc/base/
H A Datomicops.h134 size_t Size() const { return pushed_count_ - popped_count_; } function in class:rtc::FixedSizeLockFreeQueue
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_header_extension.cc149 int32_t RtpHeaderExtensionMap::Size() const { function in class:webrtc::RtpHeaderExtensionMap
/external/clang/include/clang/AST/
H A DCommentSema.h82 size_t Size = Source.size(); local
83 if (Size != 0) {
84 T *Mem = Allocator.Allocate<T>(Size);
86 return llvm::makeArrayRef(Mem, Size);
/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h73 ModuleInfo() : File(), Size(), ModTime() { }
81 /// \brief Size of the module file at the time the global index was built.
82 off_t Size; member in struct:clang::GlobalModuleIndex::ModuleInfo
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h37 unsigned Length, Size, Type; member in class:llvm::InlineAsmIdentifierInfo
43 Size = 0;
/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h205 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask; local
216 Size = TD.getStructLayout(STy)->getElementOffset(OpValue);
218 if (Size)
219 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
224 Constant *Scale = ConstantInt::get(IntPtrTy, Size);
234 if (Size != 1) {
236 Op = Builder->CreateMul(Op, ConstantInt::get(IntPtrTy, Size),
/external/llvm/lib/Analysis/
H A DDelinearization.cpp127 int Size = Subscripts.size(); local
128 for (int i = 0; i < Size - 1; i++)
130 O << " with elements of " << *Sizes[Size - 1] << " bytes.\n";
133 for (int i = 0; i < Size; i++)
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp21 uint8_t *SectionMemoryManager::allocateDataSection(uintptr_t Size, argument
27 return allocateSection(RODataMem, Size, Alignment);
28 return allocateSection(RWDataMem, Size, Alignment);
31 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size, argument
35 return allocateSection(CodeMem, Size, Alignment);
39 uintptr_t Size,
46 uintptr_t RequiredSize = Alignment * ((Size + Alignment - 1)/Alignment + 1);
59 MemGroup.FreeMem[i] = sys::MemoryBlock((void*)(Addr + Size),
60 EndOfBlock - Addr - Size);
97 unsigned FreeSize = EndOfBlock-Addr-Size;
38 allocateSection(MemoryGroup &MemGroup, uintptr_t Size, unsigned Alignment) argument
[all...]
/external/llvm/lib/Object/
H A DRecordStreamer.cpp93 uint64_t Size, unsigned ByteAlignment) {
97 void RecordStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, argument
92 EmitZerofill(const MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) argument

Completed in 4845 milliseconds

1234567891011>>