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

  /external/chromium_org/third_party/smhasher/src/
Stats.h 114 int maxwidth = 20; local
119 while(double(hashes.size()) / double(1 << maxwidth) < 5.0)
121 maxwidth--;
125 bins.resize(1 << maxwidth);
133 int width = maxwidth;
  /development/ndk/platforms/android-3/include/linux/
videodev.h 23 int maxwidth; member in struct:video_capability

Completed in 70 milliseconds