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

  /external/chromium/sdch/open-vcdiff/src/
rolling_hash_test.cc 192 const double time_for_default_hash = DefaultHashTimingTest<kBlockSize>(); local
196 time_for_default_hash,
198 FindPercentage(time_for_default_hash, time_for_rolling_hash));
199 CHECK_GT(time_for_default_hash, 0.0);
202 EXPECT_GT(time_for_default_hash, time_for_rolling_hash);
  /external/open-vcdiff/src/
rolling_hash_test.cc 192 const double time_for_default_hash = DefaultHashTimingTest<kBlockSize>(); local
196 time_for_default_hash,
198 FindPercentage(time_for_default_hash, time_for_rolling_hash));
199 CHECK_GT(time_for_default_hash, 0.0);
202 EXPECT_GT(time_for_default_hash, time_for_rolling_hash);

Completed in 130 milliseconds