Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dslab-depot.c2196 u64 test_low_bits = 0x8080808080808080ULL - (temp & 0x7f7f7f7f7f7f7f7fULL); in match_bytes() local
2198 return (test_top_bits & test_low_bits) >> 7; in match_bytes()