HomeSort by relevance Sort by last modified time
    Searched defs:estimated_size (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_Memory.h 162 Index estimated_size; local
163 estimated_size = (5 * n + 5) * sizeof(Index) + tempSpace
165 return estimated_size;
  /external/libchrome/base/trace_event/
trace_event_memory_overhead.cc 117 size_t estimated_size = sizeof(*this); local
121 estimated_size += sizeof(map_type::value_type) * allocated_objects_.size();
122 Add("TraceEventMemoryOverhead", estimated_size);
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.cpp 311 uint32_t estimated_size,
330 BitsPerComponent, Columns, estimated_size, dest_buf, dest_size);
365 int estimated_size = i == nSize - 1 ? last_estimated_size : 0; local
382 estimated_size, &new_buf, &new_size);
385 estimated_size, &new_buf, &new_size);
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.c 241 const uint64_t estimated_size = slice_size * slice_count; local
246 return estimated_size;
248 return estimated_size * 4 / 3;
281 const uint64_t estimated_size = local
289 if (estimated_size <= 64 || (info->prefer_linear_threshold &&
290 estimated_size > info->prefer_linear_threshold))
293 if (estimated_size <= 2048)
    [all...]

Completed in 93 milliseconds