Home
last modified time | relevance | path

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

/openbmc/hiomapd/vpnor/test/
H A Dcreate_read_window_toc.cpp25 static constexpr auto TOC_PART_SIZE = BLOCK_SIZE; variable
63 assert(table.capacity() == TOC_PART_SIZE); in main()
H A Dforce_readonly_toc.cpp27 static constexpr auto TOC_PART_SIZE = BLOCK_SIZE; variable
59 assert(table.capacity() == TOC_PART_SIZE); in main()
H A Dwrite_toc.cpp25 static constexpr auto TOC_PART_SIZE = BLOCK_SIZE; variable
74 assert(table.capacity() == TOC_PART_SIZE); in main()
/openbmc/phosphor-mboxd/vpnor/test/
H A Dcreate_read_window_toc.cpp23 static constexpr auto TOC_PART_SIZE = BLOCK_SIZE; variable
61 assert(table.capacity() == TOC_PART_SIZE); in main()