Lines Matching defs:UnusedSlots
718 u16 UnusedSlots =
720 if (UnusedSlots == 0) {
730 UnusedSlots = static_cast<u16>(BG->MaxCachedPerBatch - 1);
732 // `UnusedSlots` is u16 so the result will be also fit in u16.
733 const u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I));
787 u16 UnusedSlots =
789 if (UnusedSlots == 0) {
794 UnusedSlots = BG->MaxCachedPerBatch;
796 // `UnusedSlots` is u16 so the result will be also fit in u16.
797 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I));