Adding Sample Clauses

Adding. (i) the aggregate Fair Market Value of the Partnership’s investments;
AutoNDA by SimpleDocs
Adding a new definition, “Section 1.135 WASTE, The overutilization of services or other practices that, directly or indirectly, result in unnecessary costs to the healthcare system.”
Adding. Like control, bulk, and interrupt, Isochronous Endpoint Descriptors are added to the Host Controller list for processing when the endpoint pipe is opened. This needs to be done after the bandwidth for the isochronous endpoint has been committed for the endpoint. See code samples in Sections 5.2.7.1.1 and 5.2.7.2.1.
Adding. Like control, bulk, and isochronous, interrupt Endpoint Descriptors are added to the Host Controller list for processing when the pipe on the endpoint is opened. This needs to be done after the polling policy and bandwidth for the interrupt endpoint has been set. See the same sample code in Section 5.2.7.1.1.
Adding. Trustee, Master Servicer, Depositor, the Securities Administrator," immediately after "liability to the" in the first sentence of Section 6.03.
Adding. When an Endpoint Descriptor is scheduled to either control or bulk, it is done by inserting a HCD_ENDPOINT_DESCRIPTOR into the proper HCD_ED_LIST.Head and then linking the HCD_ENDPOINT_DESCRIPTOR.HcEd into HCD_ED_LIST.PhysicalHead. VOID InsertEDForEndpoint ( IN PHCD_ENDPOINT Endpoint ) { PHCD_DEVICE_DATA DeviceData; PHCD_ED_LIST List; PHCD_ENDPOINT_DESCRIPTOR ED, TailED; DeviceData = Endpoint->DeviceData; List = &DeviceData->EdList[Endpoint->ListIndex]; // // Initialize an endpoint descriptor for this endpoint // ED = AllocateEndpointDescriptor(DeviceData); ED->Endpoint = Endpoint; ED->ListIndex = Endpoint->ListIndex; ED->PhysicalAddress = PhysicalAddressOf(&ED->HcED); ED->HcED.Control = Endpoint->Control; Endpoint->HcdHeadP = AllocateTransferDescriptor(DeviceData); ED->HcED.HeadP = PhysicalAddressOf(&Endpoint->HcdHeadP->HcTD); Endpoint->HcdHeadP->PhysicalAddress = ED->HcED.TailP = ED->HcED.HeadP; Endpoint->HcdED = ED; ED->HcdHeadP->UsbdRequest = NULL; // // Link endpoint descriptor into HCD tracking queue // if (Endpoint->Type != Isochronous || IsListEmpty(&List->Head))) { // // Link ED into head of ED list // InsertHeadList (&List->Head, &ED->Link); ED->HcED.NextED = *List->PhysicalHead; *List->PhysicalHead = ED->PhysicalAddress; } else { // // Link ED into tail of ED list // TailED = CONTAINING_RECORD ( List->Head.Blink, HCD_ENDPOINT_DESCRIPTOR, Link); InsertTailList (&List->Head, &Endpoint->Link); ED->NextED = 0; TailED->NextED = ED->PhysicalAddress; } }
Adding. (i) Interest Charges; (ii) accruals of Federal income and other taxes imposed on income after deduction of Interest Charges for such period; (iii) the amount, if any, deducted in arriving at assignable margins on account of any losses incurred by any Subsidiary or Affiliate of the Borrower other than amounts deducted pursuant to clause (b)(ii) below; (iv) the amount, if any, the Borrower actually receives in such period as a dividend or other distribution of earnings of any Subsidiary or Affiliate (whether or not such earnings were for such period or any earlier period or periods) which amount has not otherwise been reflected as an increase in assignable margins in such period or any earlier period or periods; and (v) the amount of any expenses or provisions for any non-recurring charge to income or margins or retained earnings of whatever kind or nature (including, without limitation, (x) the recognition of expense due to the on-recoverability of assets or expenses and (y) the accelerated portion of the amortization of any deferred charges or regulatory assets carried on the books of the Borrower) that may have been deducted or otherwise taken into account in arriving at assignable margins whether or not recorded as a non-recurring charge in the Borrower’s books of account; and
AutoNDA by SimpleDocs
Adding. (i) The value of contributions payable under s94A of the EPAA Act for the Development prior to Modification, being $4,495,000.00; and
Adding. (i)" after the section heading, "US Revolving Credit Advances.".
Adding. To add an External Account to your Profile, you must click the "Add External Account" button in the Transfers web page. Please follow the Instructions provided. • By clicking the "SAVE" button on the "Add External Account" web page, you represent and warrant to us that the account is a checking, savings or money market account that you maintain with the named U.S. financial institution for which you are an owner or otherwise have the authority to initiate transfers or withdrawals. • Furthermore, by clicking the "SAVE" button, you also authorize us to initiate the ACH debit and credit entries necessary to verify this account.
Draft better contracts in just 5 minutes Get the weekly Law Insider newsletter packed with expert videos, webinars, ebooks, and more!