Searched refs:pxIndex (Results 1 – 2 of 2) sorted by relevance
1894 …pxList->pxIndex = ( ListItem_t * ) &( pxList->xListEnd ); /*lint !e826 !e740 !e9087 The mini list … in test_Helper_ListInitialise()1916 ListItem_t * const pxIndex = pxList->pxIndex; in test_Helper_ListInsertEnd() local1927 pxNewListItem->pxNext = pxIndex; in test_Helper_ListInsertEnd()1928 pxNewListItem->pxPrevious = pxIndex->pxPrevious; in test_Helper_ListInsertEnd()1933 pxIndex->pxPrevious->pxNext = pxNewListItem; in test_Helper_ListInsertEnd()1934 pxIndex->pxPrevious = pxNewListItem; in test_Helper_ListInsertEnd()
78 …pxList->pxIndex = ( ListItem_t * ) &( pxList->xListEnd ); /*lint !e826 !e740 !e9087 The mini list … in initializeList()