Lines Matching defs:UnusedSlots
562 u16 UnusedSlots =
564 if (UnusedSlots == 0) {
574 UnusedSlots = static_cast<u16>(BG->MaxCachedPerBatch - 1);
576 // `UnusedSlots` is u16 so the result will be also fit in u16.
577 const u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I));
629 u16 UnusedSlots =
631 if (UnusedSlots == 0) {
636 UnusedSlots = BG->MaxCachedPerBatch;
638 // `UnusedSlots` is u16 so the result will be also fit in u16.
639 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I));