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

  /external/libchrome/base/metrics/
sparse_histogram_unittest.cc 322 int64_t add_ms = add_ticks.InMilliseconds();
324 VLOG(1) << kTestAddCount << " histogram adds took " << add_ms
326 << (add_ms * 1000000) / kTestAddCount
histogram_unittest.cc 697 int64_t add_ms = add_ticks.InMilliseconds();
699 VLOG(1) << kTestAddCount << " histogram adds took " << add_ms
701 << (add_ms * 1000000) / kTestAddCount
  /external/pdfium/third_party/libtiff/
tif_pixarlog.c 651 add_ms(tmsize_t m1, tmsize_t m2) function
696 tbuf_size = add_ms(tbuf_size, sizeof(uint16) * sp->stride);
    [all...]

Completed in 267 milliseconds