HomeSort by relevance Sort by last modified time
    Searched defs:estimated_size (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/storage/browser/database/
databases_table.h 26 int64 estimated_size; member in struct:storage::DatabaseDetails
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Memory.h 163 Index estimated_size; local
164 estimated_size = (5 * n + 5) * sizeof(Index) + tempSpace
166 return estimated_size;
  /external/chromium_org/mojo/system/
transport_data.cc 78 size_t estimated_size = serialized_dispatcher_start_offset; local
92 estimated_size += MessageInTransit::RoundUpMessageAlignment(max_size);
93 DCHECK_LE(estimated_size, kMaxBufferSize);
110 estimated_size += estimated_num_platform_handles * size_per_platform_handle;
111 estimated_size = MessageInTransit::RoundUpMessageAlignment(estimated_size);
112 DCHECK_LE(estimated_size, kMaxBufferSize);
116 base::AlignedAlloc(estimated_size, MessageInTransit::kMessageAlignment)));
120 memset(buffer_.get(), 0, estimated_size);
175 DCHECK_LE(current_offset, estimated_size);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 259 FX_DWORD estimated_size, FX_LPBYTE& dest_buf, FX_DWORD& dest_size)
275 bEarlyChange, predictor, Colors, BitsPerComponent, Columns, estimated_size,
311 int estimated_size = i == DecoderList.GetSize() - 1 ? last_estimated_size : 0; local
325 offset = FPDFAPI_FlateOrLZWDecode(FALSE, last_buf, last_size, pParam, estimated_size, new_buf, new_size);
328 offset = FPDFAPI_FlateOrLZWDecode(TRUE, last_buf, last_size, pParam, estimated_size, new_buf, new_size);
  /external/chromium_org/gpu/command_buffer/service/
texture_manager.h 71 uint32 estimated_size() const { function in class:gpu::gles2::Texture
158 return estimated_size() > 0;
208 uint32 estimated_size; member in struct:gpu::gles2::Texture::LevelInfo
gles2_cmd_decoder.cc 807 bool EnsureGPUMemoryAvailable(size_t estimated_size) {
810 return tracker->EnsureGPUMemoryAvailable(estimated_size);
2168 uint32 estimated_size = 0; local
5502 uint32 estimated_size = 0; local
5726 uint32 estimated_size = 0; local
8714 uint32 estimated_size = 0; local
10509 uint32 estimated_size = 0; local
    [all...]

Completed in 437 milliseconds