Searched refs:estimated_size (Results 1 - 10 of 10) sorted by relevance
/external/libchrome/base/trace_event/ |
H A D | trace_event_memory_overhead.cc | 117 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 D | SparseLU_Memory.h | 163 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 D | fpdf_parser_decode.cpp | 299 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 D | fpdf_parser_objects.cpp | 976 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 D | codec_int.h | 146 FX_DWORD estimated_size,
|
H A D | fx_codec_flate.cpp | 923 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 D | fpdf_parser.h | 977 FX_DWORD estimated_size, 987 FX_DWORD estimated_size,
|
H A D | fpdf_objects.h | 512 FX_DWORD estimated_size = 0,
|
/external/pdfium/core/include/fxcodec/ |
H A D | fx_codec.h | 163 FX_DWORD estimated_size,
|
/external/v8/src/arm/ |
H A D | assembler-arm.cc | 3880 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