Lines Matching defs:UnusedSlots
730 u16 UnusedSlots =
732 if (UnusedSlots == 0) {
742 UnusedSlots = static_cast<u16>(BG->MaxCachedPerBatch - 1);
744 // `UnusedSlots` is u16 so the result will be also fit in u16.
745 const u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I));
796 u16 UnusedSlots =
798 if (UnusedSlots == 0) {
803 UnusedSlots = BG->MaxCachedPerBatch;
805 // `UnusedSlots` is u16 so the result will be also fit in u16.
806 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I));