Lines Matching defs:begin
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
783 _restrict_Begin = begin;
792 if (begin != end) // if there is new non-empty restricted region
799 so (b <= begin) is expected here for normal cases */
800 if (b == begin) // if same low bounds
803 e = begin; // we need to derestrict only before the begin of new restricted region