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

  /device/google/marlin/dataservices/datatop/src/
datatop_helpers.c 281 struct dtop_linked_list *curr_ptr = dpg_list; local
284 while (curr_ptr) {
285 dpset = (struct dtop_data_point_gatherer *) curr_ptr->data;
288 curr_ptr = curr_ptr->next_ptr;
404 struct dtop_linked_list *curr_ptr = dpg_list; local
407 while (curr_ptr) {
408 dpset = (struct dtop_data_point_gatherer *) curr_ptr->data;
410 curr_ptr = curr_ptr->next_ptr
423 struct dtop_linked_list *curr_ptr = dpg_list; local
447 struct dtop_linked_list *curr_ptr = dpg_list; local
469 struct dtop_linked_list *curr_ptr = dpg_list; local
    [all...]
datatop.c 67 struct dtop_linked_list *curr_ptr = dpg_list; local
70 while (curr_ptr) {
71 dpset = (struct dtop_data_point_gatherer *) curr_ptr->data;
73 curr_ptr = curr_ptr->next_ptr;
96 struct dtop_linked_list *curr_ptr = dpg_list; local
108 while (curr_ptr) {
109 dpset = (struct dtop_data_point_gatherer *) curr_ptr->data;
112 curr_ptr = curr_ptr->next_ptr
    [all...]

Completed in 362 milliseconds