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

  /external/chromium_org/third_party/WebKit/Source/wtf/
TCPageMap.h 98 static const int ROOT_BITS = 5;
99 static const int ROOT_LENGTH = 1 << ROOT_BITS;
101 static const int LEAF_BITS = BITS - ROOT_BITS;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pagemap.h 122 static const int ROOT_BITS = 5;
123 static const int ROOT_LENGTH = 1 << ROOT_BITS;
125 static const int LEAF_BITS = BITS - ROOT_BITS;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pagemap.h 325 static const int ROOT_BITS = 5;
326 static const int ROOT_LENGTH = 1 << ROOT_BITS;
328 static const int LEAF_BITS = BITS - ROOT_BITS;

Completed in 861 milliseconds