Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dcompression.c1283 u8 low4bits; in get4bits() local
1287 low4bits = (COUNTERS_SIZE - 1) - (num % COUNTERS_SIZE); in get4bits()
1288 return low4bits; in get4bits()