Searched refs:FastCoef (Results 1 – 2 of 2) sorted by relevance
66 INST_ALLOC FastCoef; in LVREV_GetMemoryTable() local109 InstAlloc_Init(&FastCoef, (void *)LVM_NULL); in LVREV_GetMemoryTable()205 InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st)); in LVREV_GetMemoryTable()206 pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].Size = InstAlloc_GetTotal(&FastCoef); in LVREV_GetMemoryTable()
56 INST_ALLOC FastCoef; in LVREV_GetInstanceHandle() local105 InstAlloc_Init(&FastCoef, pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress); in LVREV_GetInstanceHandle()280 …pLVREV_Private->pFastCoef = InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st)); … in LVREV_GetInstanceHandle()