HomeSort by relevance Sort by last modified time
    Searched full:kbranching (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/db/
skiplist.h 241 // Increase height with probability 1 in kBranching
242 static const unsigned int kBranching = 4;
244 while (height < kMaxHeight && ((rnd_.Next() % kBranching) == 0)) {

Completed in 161 milliseconds