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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
pagemap.h 126 static const int LEAF_LENGTH = 1 << LEAF_BITS;
130 void* values[LEAF_LENGTH];
146 const Number i2 = k & (LEAF_LENGTH-1);
156 const Number i2 = k & (LEAF_LENGTH-1);
193 for (Number i2 = k & (LEAF_LENGTH - 1); i2 < LEAF_LENGTH; i2++) {
216 static const int LEAF_LENGTH = 1 << LEAF_BITS;
225 void* values[LEAF_LENGTH];
250 const Number i3 = k & (LEAF_LENGTH-1);
262 const Number i3 = k & (LEAF_LENGTH-1)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pagemap.h 329 static const int LEAF_LENGTH = 1 << LEAF_BITS;
333 void* values[LEAF_LENGTH];
349 const Number i2 = k & (LEAF_LENGTH-1);
359 const Number i2 = k & (LEAF_LENGTH-1);
396 for (Number i2 = k & (LEAF_LENGTH - 1); i2 < LEAF_LENGTH; i2++) {
419 static const int LEAF_LENGTH = 1 << LEAF_BITS;
428 void* values[LEAF_LENGTH];
453 const Number i3 = k & (LEAF_LENGTH-1);
465 const Number i3 = k & (LEAF_LENGTH-1)
    [all...]

Completed in 77 milliseconds