Home
last modified time | relevance | path

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

/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp716 size_t descriptorsRemainingLength = descriptorsLength; in TEST() local
719 while (descriptorsRemainingLength && (descriptorCount <= 3)) in TEST()
726 descriptors.data() + descriptorsLength - descriptorsRemainingLength, in TEST()
727 descriptorsRemainingLength, &descriptorType, &descriptorData); in TEST()
781 descriptorsRemainingLength -= sizeof(descriptorType) + in TEST()