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

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

Completed in 101 milliseconds