Home
last modified time | relevance | path

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

/openbmc/hiomapd/vpnor/test/
H A Dread_patch.cpp20 static constexpr auto PART_SIZE = BLOCK_SIZE * 4; variable
21 static constexpr auto PATCH_SIZE = PART_SIZE / 2;
23 static constexpr auto WINDOW_SIZE = PART_SIZE * 8;
H A Dwrite_patch_resize.cpp25 static constexpr auto PART_SIZE = BLOCK_SIZE; variable
51 std::vector<uint8_t> roContent(PART_SIZE, 0xff); in main()
/openbmc/phosphor-mboxd/vpnor/test/
H A Dread_patch.cpp19 static constexpr auto PART_SIZE = BLOCK_SIZE * 4; variable
20 static constexpr auto PATCH_SIZE = PART_SIZE / 2;
22 static constexpr auto WINDOW_SIZE = PART_SIZE * 8;
H A Dwrite_patch_resize.cpp21 static constexpr auto PART_SIZE = BLOCK_SIZE; variable
46 std::vector<uint8_t> roContent(PART_SIZE, 0xff); in main()
/openbmc/linux/fs/orangefs/
H A Ddir.c23 #define PART_SIZE (1<<24) macro
24 #define PART_MASK (~(PART_SIZE - 1))
119 if (op->downcall.trailer_size > PART_SIZE) { in do_readdir()