Home
last modified time | relevance | path

Searched refs:nextSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c1086 uint32_t nextSize = 0, totalSize; in CreateManipActionNew() local
1100 nextSize = (uint32_t)(GetHmctSize(p_FmPcdManipParams->h_NextManip) in CreateManipActionNew()
1117 totalSize = (uint16_t)(p_Manip->tableSize + p_Manip->dataSize + nextSize); in CreateManipActionNew()
1126 (uint8_t*)PTR_MOVE(p_Manip->p_Hmct, (p_Manip->tableSize + nextSize)); in CreateManipActionNew()