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

  /hardware/qcom/gps/msm8084/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/msm8909/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/msm8909w_3100/utils/
linked_list.c 47 list_element* p_tail; member in struct:list_state
74 tmp_list->p_tail = NULL;
149 p_list->p_tail = p_list->p_head;
175 if( p_list->p_tail == NULL )
180 list_element* tmp = p_list->p_tail;
183 p_list->p_tail = tmp->prev;
185 if( p_list->p_tail != NULL )
187 p_list->p_tail->next = NULL;
191 p_list->p_head = p_list->p_tail;
254 p_list->p_tail = NULL
    [all...]
  /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/msm8994/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/msm8996/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/msm8998/utils/
linked_list.c 47 list_element* p_tail; member in struct:list_state
74 tmp_list->p_tail = NULL;
150 p_list->p_tail = p_list->p_head;
177 if( p_list->p_tail == NULL )
182 list_element* tmp = p_list->p_tail;
185 p_list->p_tail = tmp->prev;
187 if( p_list->p_tail != NULL )
189 p_list->p_tail->next = NULL;
193 p_list->p_head = p_list->p_tail;
256 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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
output.c 301 void p_tail(void) /* MR1 */ function
303 void p_tail() /* MR1 */

Completed in 331 milliseconds