Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_table.cpp109 constexpr uint8_t padWidth = 4; in FileTable() local
112 if ((tableSize % padWidth) != 0) in FileTable()
114 padCount = padWidth - (tableSize % padWidth); in FileTable()