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

  /external/chromium/sdch/open-vcdiff/src/
blockhash.h 330 static const int kMaxProbes = 16;
blockhash.cc 303 if (++probes > kMaxProbes) {
  /external/open-vcdiff/src/
blockhash.h 330 static const int kMaxProbes = 16;
blockhash.cc 304 if (++probes > kMaxProbes) {

Completed in 133 milliseconds