Searched defs:e_num (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Daddressmap-inl.h372 const Number e_num = reinterpret_cast<Number>(e->key); local
373 if (e_num <= key_num) {
374 if (e_num == key_num || // to handle 0-sized ranges
375 key_num < e_num + (*size_func)(e->value)) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Daddressmap-inl.h372 const Number e_num = reinterpret_cast<Number>(e->key); local
373 if (e_num <= key_num) {
374 if (e_num == key_num || // to handle 0-sized ranges
375 key_num < e_num + (*size_func)(e->value)) {

Completed in 369 milliseconds