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

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_stream_acc.cpp21 uint32_t estimated_size,
48 estimated_size, bImageAcc, &m_pData, &m_dwSize,
20 LoadAllData(bool bRawAccess, uint32_t estimated_size, bool bImageAcc) argument
H A Dfpdf_parser_decode.cpp311 uint32_t estimated_size,
330 BitsPerComponent, Columns, estimated_size, dest_buf, dest_size);
365 int estimated_size = i == nSize - 1 ? last_estimated_size : 0; local
382 estimated_size, &new_buf, &new_size);
385 estimated_size, &new_buf, &new_size);
307 FPDFAPI_FlateOrLZWDecode(bool bLZW, const uint8_t* src_buf, uint32_t src_size, CPDF_Dictionary* pParams, uint32_t estimated_size, uint8_t** dest_buf, uint32_t* dest_size) argument
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h162 Index estimated_size; local
163 estimated_size = (5 * n + 5) * sizeof(Index) + tempSpace
165 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/protobuf/src/google/protobuf/stubs/
H A Dbytestream.cc85 GrowingArrayByteSink::GrowingArrayByteSink(size_t estimated_size) argument
86 : capacity_(estimated_size),
87 buf_(new char[estimated_size]),
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_image.c241 const uint64_t estimated_size = slice_size * slice_count; local
246 return estimated_size;
248 return estimated_size * 4 / 3;
281 const uint64_t estimated_size = local
289 if (estimated_size <= 64 || (info->prefer_linear_threshold &&
290 estimated_size > info->prefer_linear_threshold))
293 if (estimated_size <= 2048)
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_flate.cpp770 uint32_t estimated_size,
796 FlateUncompress(src_buf, src_size, estimated_size, *dest_buf, *dest_size,
762 FlateOrLZWDecode(bool bLZW, const uint8_t* src_buf, uint32_t src_size, bool bEarlyChange, int predictor, int Colors, int BitsPerComponent, int Columns, uint32_t estimated_size, uint8_t** dest_buf, uint32_t* dest_size) argument

Completed in 825 milliseconds