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

/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/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/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 Dcodec_int.h146 FX_DWORD estimated_size,
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
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h977 FX_DWORD estimated_size,
987 FX_DWORD estimated_size,
H A Dfpdf_objects.h512 FX_DWORD estimated_size = 0,
/external/pdfium/core/include/fxcodec/
H A Dfx_codec.h163 FX_DWORD estimated_size,
/external/v8/src/arm/
H A Dassembler-arm.cc3880 int estimated_size = size_up_to_marker + estimated_size_after_marker;
3895 // we can ignore the effect of the 32-bit constants on estimated_size.
3896 int dist64 = pc_offset() + estimated_size -
3905 int dist32 = pc_offset() + estimated_size - first_const_pool_32_use_;

Completed in 176 milliseconds