Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dcompression.c1115 u8 low4bits; in get4bits() local
1119 low4bits = (COUNTERS_SIZE - 1) - (num % COUNTERS_SIZE); in get4bits()
1120 return low4bits; in get4bits()