Searched refs:pstBlockCurr (Results 1 – 3 of 3) sorted by relevance
1983 VDEC_EX_Allocator_Block *pstBlockCurr; in _VDEC_EX_Allocator_BlockListPrint() local1999 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr); in _VDEC_EX_Allocator_BlockListPrint()2001 _VDEC_EX_Allocator_BlockPrint(pstBlockCurr); in _VDEC_EX_Allocator_BlockListPrint()2003 u16BlockIdCurr = pstBlockCurr->u16BlockIdNext; in _VDEC_EX_Allocator_BlockListPrint()2148 VDEC_EX_Allocator_Block *pstBlockCurr = NULL; in _VDEC_EX_Allocator_BlockListInsertBefore() local2181 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr); in _VDEC_EX_Allocator_BlockListInsertBefore()2182 pstBlockUpper = _VDEC_EX_Allocator_BlockGetAddressById(pstBlockCurr->u16BlockIdPrev); in _VDEC_EX_Allocator_BlockListInsertBefore()2190 pstBlockNew->u16BlockIdPrev = pstBlockCurr->u16BlockIdPrev; in _VDEC_EX_Allocator_BlockListInsertBefore()2193 pstBlockCurr->u16BlockIdPrev = u16BlockIdNew; in _VDEC_EX_Allocator_BlockListInsertBefore()2207 VDEC_EX_Allocator_Block *pstBlockCurr = NULL; in _VDEC_EX_Allocator_BlockListRemove() local[all …]
2183 VDEC_EX_Allocator_Block *pstBlockCurr; in _VDEC_EX_Allocator_BlockListPrint() local2199 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr); in _VDEC_EX_Allocator_BlockListPrint()2201 _VDEC_EX_Allocator_BlockPrint(pstBlockCurr); in _VDEC_EX_Allocator_BlockListPrint()2203 u16BlockIdCurr = pstBlockCurr->u16BlockIdNext; in _VDEC_EX_Allocator_BlockListPrint()2350 VDEC_EX_Allocator_Block *pstBlockCurr = NULL; in _VDEC_EX_Allocator_BlockListInsertBefore() local2383 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr); in _VDEC_EX_Allocator_BlockListInsertBefore()2384 pstBlockUpper = _VDEC_EX_Allocator_BlockGetAddressById(pstBlockCurr->u16BlockIdPrev); in _VDEC_EX_Allocator_BlockListInsertBefore()2392 pstBlockNew->u16BlockIdPrev = pstBlockCurr->u16BlockIdPrev; in _VDEC_EX_Allocator_BlockListInsertBefore()2395 pstBlockCurr->u16BlockIdPrev = u16BlockIdNew; in _VDEC_EX_Allocator_BlockListInsertBefore()2409 VDEC_EX_Allocator_Block *pstBlockCurr = NULL; in _VDEC_EX_Allocator_BlockListRemove() local[all …]
2183 VDEC_EX_Allocator_Block *pstBlockCurr;2199 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr);2201 _VDEC_EX_Allocator_BlockPrint(pstBlockCurr);2203 u16BlockIdCurr = pstBlockCurr->u16BlockIdNext;2350 VDEC_EX_Allocator_Block *pstBlockCurr = NULL;2383 pstBlockCurr = _VDEC_EX_Allocator_BlockGetAddressById(u16BlockIdCurr);2384 pstBlockUpper = _VDEC_EX_Allocator_BlockGetAddressById(pstBlockCurr->u16BlockIdPrev);2392 pstBlockNew->u16BlockIdPrev = pstBlockCurr->u16BlockIdPrev;2395 pstBlockCurr->u16BlockIdPrev = u16BlockIdNew;2409 VDEC_EX_Allocator_Block *pstBlockCurr = NULL;[all …]