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

  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc 172 COMPILE_ASSERT(arraysize(data_size_) == arraysize(crc32s_),
514 std::memset(crc32s_, 0, sizeof(crc32s_));
707 int32 crc = GetDataSize(i) == 0 ? crc32(0, Z_NULL, 0) : crc32s_[i];
850 uint32 initial_crc = (offset != 0) ? crc32s_[stream_index]
853 crc32s_[stream_index] = crc32(initial_crc,
    [all...]
simple_entry_impl.h 203 // Called after an asynchronous read. Updates |crc32s_| if possible.
263 // write. For each stream, |crc32s_[index]| is the crc32 of that stream from
265 // value of |crc32s_[index]| is undefined.
267 uint32 crc32s_[kSimpleEntryFileCount]; member in class:disk_cache::SimpleEntryImpl

Completed in 1238 milliseconds