Lines Matching defs:UnusedSlots
565 u16 UnusedSlots =
567 if (UnusedSlots == 0) {
577 UnusedSlots = static_cast<u16>(BG->MaxCachedPerBatch - 1);
579 // `UnusedSlots` is u16 so the result will be also fit in u16.
580 const u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I));
635 u16 UnusedSlots =
637 if (UnusedSlots == 0) {
642 UnusedSlots = BG->MaxCachedPerBatch;
644 // `UnusedSlots` is u16 so the result will be also fit in u16.
645 u16 AppendSize = static_cast<u16>(Min<u32>(UnusedSlots, Size - I));