HomeSort by relevance Sort by last modified time
    Searched refs:LEAF_LENGTH (Results 1 - 3 of 3) 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/WebKit/Source/wtf/
TCPageMap.h 102 static const int LEAF_LENGTH = 1 << LEAF_BITS;
106 void* values[LEAF_LENGTH];
123 const Number i2 = k & (LEAF_LENGTH-1);
130 const Number i2 = k & (LEAF_LENGTH-1);
165 for (int j = 0; j < LEAF_LENGTH; j += visitor.visit(l->values[j]))
189 static const int LEAF_LENGTH = 1 << LEAF_BITS;
198 void* values[LEAF_LENGTH];
224 const Number i3 = k & (LEAF_LENGTH-1);
232 const Number i3 = k & (LEAF_LENGTH-1);
278 for (int k = 0; k < LEAF_LENGTH; k += visitor.visit(l->values[k])
    [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 402 milliseconds