HomeSort by relevance Sort by last modified time
    Searched full:add_amount (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/tcmalloc/vendor/src/
common.h 176 const int add_amount = big ? (127 + (120<<7)) : 7; local
178 return (s + add_amount) >> shift_amount;
common.cc 100 // Do some sanity checking on add_amount[]/shift_amount[]/class_array[]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
common.h 193 const int add_amount = big ? (127 + (120<<7)) : 7; local
195 return (s + add_amount) >> shift_amount;
common.cc 104 // Do some sanity checking on add_amount[]/shift_amount[]/class_array[]
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp 560 static const int add_amount[2] = { 7, 127 + (120 << 7) };
566 return static_cast<int>((s + add_amount[i]) >> shift_amount[i]);
721 // Do some sanity checking on add_amount[]/shift_amount[]/class_array[]
    [all...]

Completed in 1683 milliseconds