Searched refs:test_low_bits (Results 1 – 1 of 1) sorted by relevance
2196 u64 test_low_bits = 0x8080808080808080ULL - (temp & 0x7f7f7f7f7f7f7f7fULL); in match_bytes() local2198 return (test_top_bits & test_low_bits) >> 7; in match_bytes()