Searched refs:right (Results 1 – 4 of 4) sorted by relevance
125 struct list *right, *left; in XMC_LIST_Remove() local130 for(right = (struct list *)*list; right != NULL; right = right->next) in XMC_LIST_Remove()132 if(right == item) in XMC_LIST_Remove()137 *list = right->next; in XMC_LIST_Remove()142 left->next = right->next; in XMC_LIST_Remove()144 right->next = NULL; in XMC_LIST_Remove()147 left = right; in XMC_LIST_Remove()
118 property right owned or controlled by you145 reserves the right to make changes to the Software without notice. Cypress199 provided however, that nothing in this Agreement will limit Cypress' right to
11 2. Declare a variable of the right type (e.g. cy_mutex_t)