Home
last modified time | relevance | path

Searched refs:add_amount (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp672 static const int add_amount[2] = { 7, 127 + (120 << 7) }; variable
678 return static_cast<int>((s + add_amount[i]) >> shift_amount[i]); in ClassIndex()