Home
last modified time | relevance | path

Searched refs:estimated_size (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_memory_overhead.cc117 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/
DSparseLU_Memory.h163 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/
Dfpdf_parser_decode.cpp299 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()
Dfpdf_parser_objects.cpp976 FX_DWORD estimated_size, in LoadAllData() argument
1008 m_dwSize, m_ImageDecoder, m_pImageParam, estimated_size, bImageAcc); in LoadAllData()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h977 FX_DWORD estimated_size,
987 FX_DWORD estimated_size,
Dfpdf_objects.h512 FX_DWORD estimated_size = 0,
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp923 FX_DWORD estimated_size, in FlateOrLZWDecode() argument
953 FlateUncompress(src_buf, src_size, estimated_size, dest_buf, dest_size, in FlateOrLZWDecode()
Dcodec_int.h146 FX_DWORD estimated_size,
/external/pdfium/core/include/fxcodec/
Dfx_codec.h163 FX_DWORD estimated_size,
/external/v8/src/arm/
Dassembler-arm.cc3880 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()