Searched refs:matching_bits (Results 1 – 1 of 1) sorted by relevance
35 size_t matching_bits = (size_t)__builtin_ctzll(x); in FindMatchLengthWithLimit() local36 matched += matching_bits >> 3; in FindMatchLengthWithLimit()