Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dcompression.c1378 u8 low4bits; in get4bits() local
1382 low4bits = (COUNTERS_SIZE - 1) - (num % COUNTERS_SIZE); in get4bits()
1383 return low4bits; in get4bits()