Searched refs:PART_SIZE (Results 1 – 5 of 5) sorted by relevance
20 static constexpr auto PART_SIZE = BLOCK_SIZE * 4; variable21 static constexpr auto PATCH_SIZE = PART_SIZE / 2;23 static constexpr auto WINDOW_SIZE = PART_SIZE * 8;
25 static constexpr auto PART_SIZE = BLOCK_SIZE; variable51 std::vector<uint8_t> roContent(PART_SIZE, 0xff); in main()
19 static constexpr auto PART_SIZE = BLOCK_SIZE * 4; variable20 static constexpr auto PATCH_SIZE = PART_SIZE / 2;22 static constexpr auto WINDOW_SIZE = PART_SIZE * 8;
21 static constexpr auto PART_SIZE = BLOCK_SIZE; variable46 std::vector<uint8_t> roContent(PART_SIZE, 0xff); in main()
23 #define PART_SIZE (1<<24) macro24 #define PART_MASK (~(PART_SIZE - 1))119 if (op->downcall.trailer_size > PART_SIZE) { in do_readdir()