Searched defs:estimated_size (Results 1 - 5 of 5) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h163 Index estimated_size; local
164 estimated_size = (5 * n + 5) * sizeof(Index) + tempSpace
166 return estimated_size;
/external/libchrome/base/trace_event/
H A Dtrace_event_memory_overhead.cc117 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/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_decode.cpp299 FX_DWORD estimated_size,
317 BitsPerComponent, Columns, estimated_size, dest_buf, dest_size);
353 int estimated_size = local
370 estimated_size, new_buf, new_size);
373 estimated_size, new_buf, new_size);
295 FPDFAPI_FlateOrLZWDecode(FX_BOOL bLZW, const uint8_t* src_buf, FX_DWORD src_size, CPDF_Dictionary* pParams, FX_DWORD estimated_size, uint8_t*& dest_buf, FX_DWORD& dest_size) argument
H A Dfpdf_parser_objects.cpp976 FX_DWORD estimated_size,
1008 m_dwSize, m_ImageDecoder, m_pImageParam, estimated_size, bImageAcc);
974 LoadAllData(const CPDF_Stream* pStream, FX_BOOL bRawAccess, FX_DWORD estimated_size, FX_BOOL bImageAcc) argument
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp923 FX_DWORD estimated_size,
953 FlateUncompress(src_buf, src_size, estimated_size, dest_buf, dest_size,
915 FlateOrLZWDecode(FX_BOOL bLZW, const uint8_t* src_buf, FX_DWORD src_size, FX_BOOL bEarlyChange, int predictor, int Colors, int BitsPerComponent, int Columns, FX_DWORD estimated_size, uint8_t*& dest_buf, FX_DWORD& dest_size) argument

Completed in 392 milliseconds