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.cpp472 size_t descriptorsRemainingLength = descriptorsLength; in TEST() local
475 while (descriptorsRemainingLength && (descriptorCount <= 3)) in TEST()
482 descriptors.data() + descriptorsLength - descriptorsRemainingLength, in TEST()
483 descriptorsRemainingLength, &descriptorType, &descriptorData); in TEST()
537 descriptorsRemainingLength -= sizeof(descriptorType) + in TEST()