HomeSort by relevance Sort by last modified time
    Searched full:p_tail (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/gps/msm8960/utils/
linked_list.c 48 list_element* p_tail; member in struct:list_state
75 tmp_list->p_tail = NULL;
151 p_list->p_tail = p_list->p_head;
178 if( p_list->p_tail == NULL )
183 list_element* tmp = p_list->p_tail;
186 p_list->p_tail = tmp->prev;
188 if( p_list->p_tail != NULL )
190 p_list->p_tail->next = NULL;
194 p_list->p_head = p_list->p_tail;
257 p_list->p_tail = NULL
    [all...]
  /hardware/qcom/gps/utils/
linked_list.c 48 list_element* p_tail; member in struct:list_state
75 tmp_list->p_tail = NULL;
151 p_list->p_tail = p_list->p_head;
178 if( p_list->p_tail == NULL )
183 list_element* tmp = p_list->p_tail;
186 p_list->p_tail = tmp->prev;
188 if( p_list->p_tail != NULL )
190 p_list->p_tail->next = NULL;
194 p_list->p_head = p_list->p_tail;
257 p_list->p_tail = NULL
    [all...]

Completed in 132 milliseconds