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

  /external/chromium_org/device/serial/
data_sender.cc 145 uint32_t bytes_to_flush = 0;
147 bytes_to_flush += sends_awaiting_ack_.front()->ReportBytesSentAndError(
152 bytes_to_flush +=
156 callback.Run(bytes_to_flush);
data_sink_receiver.h 77 void SetNumBytesToFlush(uint32_t bytes_to_flush);
data_sink_receiver.cc 216 void DataSinkReceiver::SetNumBytesToFlush(uint32_t bytes_to_flush) {
219 pending_flushes_.back()->SetNumBytesToFlush(bytes_to_flush);
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 877 int bytes_to_flush = CachePage::kPageSize - offset; local
878 FlushOnePage(i_cache, start, bytes_to_flush);
879 start += bytes_to_flush;
880 size -= bytes_to_flush;
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 645 int bytes_to_flush = CachePage::kPageSize - offset; local
646 FlushOnePage(i_cache, start, bytes_to_flush);
647 start += bytes_to_flush;
648 size -= bytes_to_flush;
    [all...]
  /external/chromium_org/v8/src/mips64/
simulator-mips64.cc 807 int bytes_to_flush = CachePage::kPageSize - offset; local
808 FlushOnePage(i_cache, start, bytes_to_flush);
809 start += bytes_to_flush;
810 size -= bytes_to_flush;
    [all...]

Completed in 2202 milliseconds