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

  /external/chromium_org/third_party/WebKit/Source/wtf/
TCPageMap.h 99 static const int ROOT_LENGTH = 1 << ROOT_BITS;
109 Leaf* root_[ROOT_LENGTH]; // Pointers to 32 child nodes
160 for (int i = 0; i < ROOT_LENGTH; i++) {
172 for (int i = 0; i < ROOT_LENGTH; i++) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pagemap.h 123 static const int ROOT_LENGTH = 1 << ROOT_BITS;
133 Leaf* root_[ROOT_LENGTH]; // Pointers to 32 child nodes
165 if (i1 >= ROOT_LENGTH)
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pagemap.h 326 static const int ROOT_LENGTH = 1 << ROOT_BITS;
336 Leaf* root_[ROOT_LENGTH]; // Pointers to 32 child nodes
368 if (i1 >= ROOT_LENGTH)

Completed in 105 milliseconds