Home | History | Annotate | Download | only in Common

Lines Matching defs:OldSize

398   UINTN OldSize;

406 Status = FvBufGetSize (*Fv, &OldSize);
426 NewSize = OldSize + (BlockCount * blk->Length);
436 CommonLibBinderCopyMem (NewFv, *Fv, OldSize);
464 (UINT8*)NewFv + OldSize,
465 (NewSize - OldSize),
1522 UINTN OldSize;
1531 Status = FvBufGetSize (Fv, &OldSize);