Searched refs:LVM_TEMPORARY_FAST (Results 1 – 5 of 5) sorted by relevance
101 StartAddr = (uintptr_t)pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress; in InstAlloc_InitAll()158 NewMemberAddress = InstAlloc_AddMember(&pms[LVM_TEMPORARY_FAST], Size[LVM_TEMPORARY_FAST]); in InstAlloc_AddMemberAll()160 …pMemoryTable->Region[LVM_TEMPORARY_FAST].Size = InstAlloc_GetTotal(&pms[LVM_TEMPOR… in InstAlloc_AddMemberAll()161 pMemoryTable->Region[LVM_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST; in InstAlloc_AddMemberAll()162 pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress = LVM_NULL; in InstAlloc_AddMemberAll()174 ptr[3] = InstAlloc_AddMember(&pms[LVM_TEMPORARY_FAST], Size[LVM_TEMPORARY_FAST]); in InstAlloc_AddMemberAllRet()
222 pMemoryTable->Region[LVM_TEMPORARY_FAST].Size = InstAlloc_GetTotal(&Temporary); in LVREV_GetMemoryTable()223 pMemoryTable->Region[LVM_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST; in LVREV_GetMemoryTable()224 pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress = LVM_NULL; in LVREV_GetMemoryTable()
104 InstAlloc_Init(&Temporary, pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress); in LVREV_GetInstanceHandle()122 (LVM_FLOAT *)pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress, in LVREV_GetInstanceHandle()123 (LVM_INT16)((pMemoryTable->Region[LVM_TEMPORARY_FAST].Size) / \ in LVREV_GetInstanceHandle()
426 InstAlloc_AddMember(&AllocMem[LVM_TEMPORARY_FAST], in LVM_GetMemoryTable()429 if (PSA_MemTab.Region[LVM_TEMPORARY_FAST].Size > AlgScratchSize) in LVM_GetMemoryTable()431 AlgScratchSize = PSA_MemTab.Region[LVM_TEMPORARY_FAST].Size; in LVM_GetMemoryTable()462 pMemoryTable->Region[LVM_MEMREGION_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST; in LVM_GetMemoryTable()946 pInstance->pPSAInput = (LVM_FLOAT *)InstAlloc_AddMember(&AllocMem[LVM_TEMPORARY_FAST], in LVM_GetInstanceHandle()949 …PSA_MemTab.Region[LVM_TEMPORARY_FAST].pBaseAddress = (void *)InstAlloc_AddMember(&AllocMem[L… in LVM_GetInstanceHandle()
163 LVM_TEMPORARY_FAST = LVM_MEMREGION_TEMPORARY_FAST, enumerator