Searched refs:estimated_size (Results 1 – 11 of 11) sorted by relevance
/external/libchrome/base/trace_event/ |
D | trace_event_memory_overhead.cc | 117 size_t estimated_size = sizeof(*this); in AddSelf() local 121 estimated_size += sizeof(map_type::value_type) * allocated_objects_.size(); in AddSelf() 122 Add("TraceEventMemoryOverhead", estimated_size); in AddSelf()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | bytestream.cc | 85 GrowingArrayByteSink::GrowingArrayByteSink(size_t estimated_size) in GrowingArrayByteSink() argument 86 : capacity_(estimated_size), in GrowingArrayByteSink() 87 buf_(new char[estimated_size]), in GrowingArrayByteSink()
|
D | bytestream.h | 228 explicit GrowingArrayByteSink(size_t estimated_size);
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_Memory.h | 162 Index estimated_size; in memInit() local 163 estimated_size = (5 * n + 5) * sizeof(Index) + tempSpace in memInit() 165 return estimated_size; in memInit()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_stream_acc.cpp | 21 uint32_t estimated_size, in LoadAllData() argument 49 estimated_size, bImageAcc)) { in LoadAllData()
|
D | fpdf_parser_decode.h | 82 uint32_t estimated_size, 92 uint32_t estimated_size,
|
D | fpdf_parser_decode.cpp | 303 uint32_t estimated_size, in FPDFAPI_FlateOrLZWDecode() argument 322 BitsPerComponent, Columns, estimated_size, dest_buf, dest_size); in FPDFAPI_FlateOrLZWDecode() 357 int estimated_size = i == nSize - 1 ? last_estimated_size : 0; in PDF_DataDecode() local 372 estimated_size, new_buf, new_size); in PDF_DataDecode() 375 estimated_size, new_buf, new_size); in PDF_DataDecode()
|
D | cpdf_stream_acc.h | 27 uint32_t estimated_size = 0,
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_flatemodule.h | 36 uint32_t estimated_size,
|
D | fx_codec_flate.cpp | 801 uint32_t estimated_size, in FlateOrLZWDecode() argument 832 FlateUncompress(src_buf, src_size, estimated_size, dest_buf, dest_size, in FlateOrLZWDecode()
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 4247 int estimated_size = size_up_to_marker + estimated_size_after_marker; in CheckConstPool() local 4263 int dist64 = pc_offset() + estimated_size - in CheckConstPool() 4272 int dist32 = pc_offset() + estimated_size - first_const_pool_32_use_; in CheckConstPool()
|