Searched refs:n_rounded_down (Results 1 – 1 of 1) sorted by relevance
66 size_t n_rounded_down = n & ~static_cast<size_t>(7); in memeq() local67 if (GOOGLE_PREDICT_FALSE(n_rounded_down == 0)) { // n <= 7 in memeq()78 n = n_rounded_down - 8; in memeq()