Home
last modified time | relevance | path

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

/hal_altera-latest/altera_hal/HAL/inc/sys/
Dalt_llist.h64 alt_llist* previous; /* Pointer to the previous element in the list. */ member
91 entry->previous = list; in alt_llist_insert()
94 list->next->previous = entry; in alt_llist_insert()
105 entry->next->previous = entry->previous; in alt_llist_remove()
106 entry->previous->next = entry->next; in alt_llist_remove()
113 entry->previous = entry; in alt_llist_remove()