Searched refs:estimated_size (Results 1 – 10 of 10) 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/eigen/Eigen/src/SparseLU/ |
D | SparseLU_Memory.h | 163 Index estimated_size; in memInit() local 164 estimated_size = (5 * n + 5) * sizeof(Index) + tempSpace in memInit() 166 return estimated_size; in memInit()
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_decode.cpp | 299 FX_DWORD estimated_size, in FPDFAPI_FlateOrLZWDecode() argument 317 BitsPerComponent, Columns, estimated_size, dest_buf, dest_size); in FPDFAPI_FlateOrLZWDecode() 353 int estimated_size = in PDF_DataDecode() local 370 estimated_size, new_buf, new_size); in PDF_DataDecode() 373 estimated_size, new_buf, new_size); in PDF_DataDecode()
|
D | fpdf_parser_objects.cpp | 976 FX_DWORD estimated_size, in LoadAllData() argument 1008 m_dwSize, m_ImageDecoder, m_pImageParam, estimated_size, bImageAcc); in LoadAllData()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 977 FX_DWORD estimated_size, 987 FX_DWORD estimated_size,
|
D | fpdf_objects.h | 512 FX_DWORD estimated_size = 0,
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_flate.cpp | 923 FX_DWORD estimated_size, in FlateOrLZWDecode() argument 953 FlateUncompress(src_buf, src_size, estimated_size, dest_buf, dest_size, in FlateOrLZWDecode()
|
D | codec_int.h | 146 FX_DWORD estimated_size,
|
/external/pdfium/core/include/fxcodec/ |
D | fx_codec.h | 163 FX_DWORD estimated_size,
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 3880 int estimated_size = size_up_to_marker + estimated_size_after_marker; in CheckConstPool() local 3896 int dist64 = pc_offset() + estimated_size - in CheckConstPool() 3905 int dist32 = pc_offset() + estimated_size - first_const_pool_32_use_; in CheckConstPool()
|