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

  /external/chromium/sdch/open-vcdiff/src/
rolling_hash_test.cc 193 const double time_for_rolling_hash = RollingTimingTest<kBlockSize>(); local
197 time_for_rolling_hash,
198 FindPercentage(time_for_default_hash, time_for_rolling_hash));
200 CHECK_GT(time_for_rolling_hash, 0.0);
202 EXPECT_GT(time_for_default_hash, time_for_rolling_hash);
  /external/open-vcdiff/src/
rolling_hash_test.cc 193 const double time_for_rolling_hash = RollingTimingTest<kBlockSize>(); local
197 time_for_rolling_hash,
198 FindPercentage(time_for_default_hash, time_for_rolling_hash));
200 CHECK_GT(time_for_rolling_hash, 0.0);
202 EXPECT_GT(time_for_default_hash, time_for_rolling_hash);

Completed in 278 milliseconds