Searched refs:COUNTERS_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dcompression.c1235 #define COUNTERS_SIZE (1U << RADIX_BASE) macro
1242 low4bits = (COUNTERS_SIZE - 1) - (num % COUNTERS_SIZE);
1260 u32 counters[COUNTERS_SIZE];
1291 for (i = 1; i < COUNTERS_SIZE; i++)
1318 for (i = 1; i < COUNTERS_SIZE; i++)

Completed in 137 milliseconds