Lines Matching refs:end
171 if (_length <= s.Start) // we don't close streams after the end, because we still can write them later
427 have very big number of empty streams at the end of Streams[] list.
762 Z7_COM7F_IMF(CMultiOutStream::SetRestriction(UInt64 begin, UInt64 end))
766 // begin = end = 0; // for debug
768 PRF(printf("\n==================== CMultiOutStream::SetRestriction %u, %u\n", (unsigned)begin, (unsigned)end));
769 if (begin > end)
776 end = begin; // non-restricted
777 end = (UInt64)(Int64)-1; // saturation:
784 _restrict_End = end;
792 if (begin != end) // if there is new non-empty restricted region
801 b = end; // we need to derestrict only after the end of new restricted region
802 if (e == end) // if same high bounds