HomeSort by relevance Sort by last modified time
    Searched refs:tmp_list (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/gps/msm8960/utils/
linked_list.c 66 list_state* tmp_list; local
67 tmp_list = (list_state*)calloc(1, sizeof(list_state));
68 if( tmp_list == NULL )
74 tmp_list->p_head = NULL;
75 tmp_list->p_tail = NULL;
77 *list_data = tmp_list;
  /hardware/qcom/gps/utils/
linked_list.c 66 list_state* tmp_list; local
67 tmp_list = (list_state*)calloc(1, sizeof(list_state));
68 if( tmp_list == NULL )
74 tmp_list->p_head = NULL;
75 tmp_list->p_tail = NULL;
77 *list_data = tmp_list;
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.cc 4911 CPURegList tmp_list = kCallerSaved; local
    [all...]

Completed in 686 milliseconds