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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
pagemap.h 211 static const int INTERIOR_BITS = (BITS + 2) / 3; // Round-up
212 static const int INTERIOR_LENGTH = 1 << INTERIOR_BITS;
215 static const int LEAF_BITS = BITS - 2*INTERIOR_BITS;
248 const Number i1 = k >> (LEAF_BITS + INTERIOR_BITS);
260 const Number i1 = k >> (LEAF_BITS + INTERIOR_BITS);
268 const Number i1 = key >> (LEAF_BITS + INTERIOR_BITS);
301 const Number i1 = k >> (LEAF_BITS + INTERIOR_BITS);
305 k = (i1 + 1) << (LEAF_BITS + INTERIOR_BITS);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pagemap.h 414 static const int INTERIOR_BITS = (BITS + 2) / 3; // Round-up
415 static const int INTERIOR_LENGTH = 1 << INTERIOR_BITS;
418 static const int LEAF_BITS = BITS - 2*INTERIOR_BITS;
451 const Number i1 = k >> (LEAF_BITS + INTERIOR_BITS);
463 const Number i1 = k >> (LEAF_BITS + INTERIOR_BITS);
471 const Number i1 = key >> (LEAF_BITS + INTERIOR_BITS);
504 const Number i1 = k >> (LEAF_BITS + INTERIOR_BITS);
508 k = (i1 + 1) << (LEAF_BITS + INTERIOR_BITS);
  /external/chromium_org/third_party/WebKit/Source/wtf/
TCPageMap.h 184 static const int INTERIOR_BITS = (BITS + 2) / 3; // Round-up
185 static const int INTERIOR_LENGTH = 1 << INTERIOR_BITS;
188 static const int LEAF_BITS = BITS - 2*INTERIOR_BITS;
222 const Number i1 = k >> (LEAF_BITS + INTERIOR_BITS);
230 const Number i1 = k >> (LEAF_BITS + INTERIOR_BITS);
238 const Number i1 = key >> (LEAF_BITS + INTERIOR_BITS);

Completed in 75 milliseconds