Searched defs:PART_SIZE (Results 1 – 5 of 5) sorted by relevance
25 static constexpr auto PART_SIZE = BLOCK_SIZE; variable
20 static constexpr auto PART_SIZE = BLOCK_SIZE * 4; variable
21 static constexpr auto PART_SIZE = BLOCK_SIZE; variable
19 static constexpr auto PART_SIZE = BLOCK_SIZE * 4; variable
23 #define PART_SIZE (1<<24) macro