Searched refs:current_bytes (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/leveldatabase/src/db/ |
H A D | db_impl.cc | 799 const uint64_t current_bytes = compact->builder->FileSize(); local 800 compact->current_output()->file_size = current_bytes; 801 compact->total_bytes += current_bytes; 819 current_bytes); 827 (unsigned long long) current_bytes);
|
/external/stressapptest/src/ |
H A D | worker.cc | 3069 int64 current_bytes; local 3093 current_bytes = current_blocks * read_block_size_; 3095 memset(block_buffer_, 0, current_bytes); 3099 current_bytes / kSectorSize, 3103 if (!AsyncDiskIO(ASYNC_IO_READ, fd, block_buffer_, current_bytes, 3122 if (CheckRegion(block_buffer_, block->GetPattern(), current_bytes,
|
Completed in 312 milliseconds