Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dcompression.c1124 u8 low4bits; in get4bits() local
1128 low4bits = (COUNTERS_SIZE - 1) - (num % COUNTERS_SIZE); in get4bits()
1129 return low4bits; in get4bits()