HomeSort by relevance Sort by last modified time
    Searched defs:kMaxMatchesToCheck (Results 1 - 3 of 3) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
blockhash.h 73 // kMaxMatchesToCheck accordingly.
316 // O([target size] * source_size_ * kMaxMatchesToCheck)
325 static const int kMaxMatchesToCheck = (kBlockSize >= 32) ? 32 :
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash.h 73 // kMaxMatchesToCheck accordingly.
316 // O([target size] * source_size_ * kMaxMatchesToCheck)
325 static const int kMaxMatchesToCheck = (kBlockSize >= 32) ? 32 :
  /external/open-vcdiff/src/
blockhash.h 73 // kMaxMatchesToCheck accordingly.
316 // O([target size] * source_size_ * kMaxMatchesToCheck)
325 static const int kMaxMatchesToCheck = (kBlockSize >= 32) ? 32 :

Completed in 991 milliseconds