Home
last modified time | relevance | path

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

/openbmc/hiomapd/vpnor/test/
H A Dread_patch.cpp21 static constexpr auto PATCH_SIZE = PART_SIZE / 2; variable
57 std::vector<uint8_t> patch(PATCH_SIZE, 0xff); in main()
H A Dwrite_patch_resize.cpp26 static constexpr auto PATCH_SIZE = BLOCK_SIZE / 2; variable
54 std::vector<uint8_t> patchContent(PATCH_SIZE, 0xaa); in main()
/openbmc/phosphor-mboxd/vpnor/test/
H A Dread_patch.cpp20 static constexpr auto PATCH_SIZE = PART_SIZE / 2; variable
56 std::vector<uint8_t> patch(PATCH_SIZE, 0xff); in main()
H A Dwrite_patch_resize.cpp22 static constexpr auto PATCH_SIZE = BLOCK_SIZE / 2; variable
49 std::vector<uint8_t> patchContent(PATCH_SIZE, 0xaa); in main()