HomeSort by relevance Sort by last modified time
    Searched defs:Size (Results 101 - 125 of 433) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/mesa/program/
prog_parameter.h 80 * The next program parameter's Size will be Size-4 of this parameter.
82 GLuint Size;
97 GLuint Size; /**< allocated size of Parameters, ParameterValues */
99 struct gl_program_parameter *Parameters; /**< Array [Size] */
100 gl_constant_value (*ParameterValues)[4]; /**< Array [Size] of constant[4] */
110 _mesa_new_parameter_list_sized(unsigned size);
131 GLuint size, GLenum datatype,
143 GLuint size);
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
collection.h 87 for (ssize_t i = set.size() - 1; i >= 0; --i) {
98 if (id < 0 || id >= node_table_.Size()) {
105 I Size() const { return node_table_.Size(); }
  /art/runtime/
elf_file.h 66 size_t Size() const {
67 return map_->Size();
107 // Returns the expected size when the file is loaded at runtime
reference_table.cc 44 if (entries_.size() >= max_size_) {
53 for (int i = entries_.size() - 1; i >= 0; --i) {
94 // ...then by size...
142 size_t ReferenceTable::Size() const {
143 return entries_.size();
159 size_t count = entries.size();
176 size_t size = ref->SizeOf(); local
177 os << StringPrintf(" %5d: %p (raw) (%zd bytes)\n", idx, ref, size);
201 for (size_t i = 0; i < entries.size(); ++i) {
  /art/runtime/gc/accounting/
space_bitmap.h 51 // mem map. The address range covered starts at heap_begin and is of size equal to heap_capacity.
153 // Size of our internal storage
154 size_t Size() const {
158 // Size in bytes of the memory that the bitmaps spans.
160 return IndexToOffset<uint64_t>(Size() / kWordSize);
198 // Helper function for computing bitmap size based on a 64 bit capacity.
219 // Size of this bitmap.
  /art/runtime/gc/space/
large_object_space.h 81 // Current size of space
82 size_t Size() const {
  /external/chromium_org/net/websockets/
websocket_inflater.cc 21 explicit ShrinkableIOBufferWithSize(int size)
22 : IOBufferWithSize(size) {}
68 bool WebSocketInflater::AddBytes(const char* data, size_t size) {
69 if (!size)
74 input_queue_.Push(data, size);
78 int result = InflateWithFlush(data, size);
80 input_queue_.Push(&data[size - stream_->avail_in], stream_->avail_in);
89 scoped_refptr<IOBufferWithSize> WebSocketInflater::GetOutput(size_t size) {
91 new ShrinkableIOBufferWithSize(size);
94 while (num_bytes_copied < size && output_buffer_.Size() > 0)
    [all...]
  /external/chromium_org/storage/browser/fileapi/
local_file_util.cc 38 virtual int64 Size() OVERRIDE;
63 int64 LocalFileEnumerator::Size() {
native_file_util.cc 87 virtual int64 Size() OVERRIDE;
103 int64 NativeFileEnumerator::Size() {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DOMWrapperMap.h 97 static size_t Size(const Impl* impl) { return impl->size(); }
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 90 void write_impl(const char *Ptr, size_t Size);
103 raw_debug_ostream::write_impl(const char *Ptr, size_t Size)
105 if (Size > 0) {
106 char *lastPtr = (char *)&Ptr[Size];
109 _debug_printf("%*s", Size, Ptr);
111 pos += Size;
296 uint64_t Size;
305 if (!DisAsm->getInstruction(Inst, Size, memoryObject,
322 for (i = 0; i < Size; ++i) {
347 pc += Size;
    [all...]
  /external/chromium_org/third_party/skia/bench/
PatchGridBench.cpp 19 * Finally, it also has 3 possible sizes small, medium and big to test if the size of the patches
27 enum Size {
40 PatchGridBench(Size size, VertexMode vertexMode)
42 , fSize(size) { }
185 SkString size; variable
188 size.set("small");
191 size.set("medium");
194 size.set("big");
199 fName.printf("patch_grid_%s_%s", vertexMode.c_str(), size.c_str())
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
decoder_database.cc 31 int DecoderDatabase::Size() const { return static_cast<int>(decoders_.size()); }
  /external/clang/include/clang/AST/
RecordLayout.h 60 /// Size - Size of record in characters.
61 CharUnits Size;
63 /// DataSize - Size of record in characters without tail padding.
81 /// NonVirtualSize - The non-virtual size (in chars) of an object, which is
82 /// the size of the object without virtual bases.
89 /// SizeOfLargestEmptySubobject - The size of the largest empty subobject
138 ASTRecordLayout(const ASTContext &Ctx, CharUnits size, CharUnits alignment,
146 CharUnits size, CharUnits alignment,
173 /// getSize - Get the record size in characters
    [all...]
  /external/clang/include/clang/Basic/
FileSystemStatCache.h 33 uint64_t Size;
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 205 uint64_t Size = Context.getTypeSizeInChars(QTy).getQuantity();
208 Fields.push_back(llvm::MDBuilder::TBAAStructField(Offset, Size, TBAATag));
  /external/clang/lib/Serialization/
ASTReaderInternals.h 211 off_t Size;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 31 uptr size; member in struct:__sanitizer::QuarantineBatch
40 // void *cb.Allocate(uptr size);
51 void Init(uptr size, uptr cache_size) {
52 max_size_ = size;
53 min_size_ = size / 10 * 9; // 90% of max size.
57 void Put(Cache *c, Callback cb, Node *ptr, uptr size) {
58 c->Enqueue(cb, ptr, size);
59 if (c->Size() > max_cache_size_)
68 if (cache_.Size() > max_size_ && recycle_mutex_.TryLock()
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h 65 Size = MatrixType::RowsAtCompileTime,
66 SizeMinusOne = Size == Dynamic ? Dynamic : Size - 1,
79 * vector is one less than the size of #MatrixType, if it is a fixed-side
91 * \param [in] size The size of the matrix whose Hessenberg decomposition will be computed.
94 * perform decompositions via compute(). The \p size parameter is only
95 * used as a hint. It is not an error to give a wrong \p size, but it may
100 HessenbergDecomposition(Index size = Size==Dynamic ? 2 : Size
    [all...]
  /external/eigen/Eigen/src/LU/
Inverse.h 21 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);
292 EIGEN_ONLY_USED_FOR_DEBUG(Size);
293 eigen_assert(( (Size<=1) || (Size>4) || (extract_data(m_matrix)!=extract_data(dst))
    [all...]
  /external/lldb/tools/debugserver/source/
DNBBreakpoint.h 40 nub_size_t size,
51 const nub_addr_t end_addr = addr + size;
142 nub_addr_t size,
147 size_t Size() const { return m_breakpoints.size(); }
151 nub_size_t size,
  /external/llvm/include/llvm/MC/MCAnalysis/
MCAtom.h 110 /// NOTE: Both the Address and Size field are actually redundant when taken in
117 uint64_t Size;
118 MCDecodedInst(const MCInst &Inst, uint64_t Address, uint64_t Size)
119 : Inst(Inst), Address(Address), Size(Size) {}
133 void addInst(const MCInst &Inst, uint64_t Size);
143 size_t size() const { return Insts.size(); } function in class:llvm::MCTextAtom
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 183 errs() << "Function: " << F.getName() << ": " << Pointers.size()
184 << " pointers, " << CallSites.size() << " call sites\n";
278 uint64_t Size = AliasAnalysis::UnknownSize;
280 if (ElTy->isSized()) Size = AA.getTypeStoreSize(ElTy);
282 switch (AA.getModRefInfo(*C, *V, Size)) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 55 for (unsigned i = 0, N = Data.size(); i < N; ++i)
69 for (unsigned i = 0, N = Data.size(); i < N; ++i) {
96 for (unsigned i = 0, N = Data.size(); i < N; ++i) {
134 for (size_t i = 0; i < Values.size(); ++i)
150 << ", Size: " << Size << "\n";
157 O << "Size: " << Size << "\n";
163 for (unsigned i = 0, N = Data.size(); i < N; ++i) {
179 for (unsigned j = 0, M = Children.size(); j < M; ++j)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
GDBRegistrar.cpp 137 size_t Size = Object.getBufferSize();
150 JITCodeEntry->symfile_size = Size;
152 ObjectBufferMap[Buffer] = std::make_pair(Size, JITCodeEntry);

Completed in 785 milliseconds

1 2 3 45 6 7 8 91011>>