Searched refs:new_ndwords (Results 1 – 1 of 1) sorted by relevance
506 unsigned int new_ndwords; in tlv_modify() local524 new_ndwords = TLV_DWORD_COUNT(size); in tlv_modify()531 if (new_ndwords > old_ndwords) { in tlv_modify()533 delta = new_ndwords - old_ndwords; in tlv_modify()548 } else if (new_ndwords < old_ndwords) { in tlv_modify()550 delta = old_ndwords - new_ndwords; in tlv_modify()551 pos = cursor->current + new_ndwords; in tlv_modify()