/hardware/google/gfxstream/guest/mesa/src/util/ |
D | list.h | 50 struct list_head *next; member 56 item->next = item; in list_inithead() 68 item->next = list->next; in list_add() 69 list->next->prev = item; in list_add() 70 list->next = item; in list_add() 81 item->next = list; in list_addtail() 83 list->prev->next = item; in list_addtail() 95 to->next = from->next; in list_replace() 96 from->next->prev = to; in list_replace() 97 from->prev->next = to; in list_replace() [all …]
|
D | u_mm.c | 44 for (p = heap->next; p != heap; p = p->next) { in u_mmDumpMemInfo() 87 heap->next = block; in u_mmInit() 93 block->next = heap; in u_mmInit() 123 newblock->next = p->next; in SliceBlock() 125 p->next->prev = newblock; in SliceBlock() 126 p->next = newblock; in SliceBlock() 147 newblock->next = p->next; in SliceBlock() 149 p->next->prev = newblock; in SliceBlock() 150 p->next = newblock; in SliceBlock() 221 for (p = heap->next; p != heap; p = p->next) { in u_mmFindBlock() [all …]
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | list.cpp | 34 list->next = list; in INITIALISE_LIST() 39 struct list_head *prev, struct list_head *next) in list_add() argument 41 next->prev = latest; in list_add() 42 latest->next = next; in list_add() 44 prev->next = latest; in list_add() 49 list_add(latest, head, head->next); in add_to_list() 57 void list_del(struct list_head *prev, struct list_head *next) in list_del() argument 59 next->prev = prev; in list_del() 60 prev->next = next; in list_del() 65 list_del(record->prev, record->next); in del_from_list() [all …]
|
D | list.h | 33 struct list_head *next, *prev; member 38 struct list_head *next); 41 void list_del(struct list_head *prev, struct list_head *next); 46 for (ref = (head)->next; ref->next, ref != (head); ref = ref->next) 58 for (ref = list_entry((head)->next, typeof(*ref), member); \ 59 ref->member.next, &ref->member != (head); \ 60 ref = list_entry(ref->member.next, typeof(*ref), member)) 63 for (pos = list_entry((head)->next, typeof(*pos), member), \ 64 n = list_entry(pos->member.next, typeof(*pos), member); \ 66 pos = n, n = list_entry(n->member.next, typeof(*n), member)) [all …]
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | list.cpp | 34 list->next = list; in INITIALISE_LIST() 39 struct list_head *prev, struct list_head *next) in list_add() argument 41 next->prev = latest; in list_add() 42 latest->next = next; in list_add() 44 prev->next = latest; in list_add() 49 list_add(latest, head, head->next); in add_to_list() 57 void list_del(struct list_head *prev, struct list_head *next) in list_del() argument 59 next->prev = prev; in list_del() 60 prev->next = next; in list_del() 65 list_del(record->prev, record->next); in del_from_list() [all …]
|
D | list.h | 33 struct list_head *next, *prev; member 38 struct list_head *next); 41 void list_del(struct list_head *prev, struct list_head *next); 46 for (ref = (head)->next; ref->next, ref != (head); ref = ref->next) 58 for (ref = list_entry((head)->next, typeof(*ref), member); \ 59 ref->member.next, &ref->member != (head); \ 60 ref = list_entry(ref->member.next, typeof(*ref), member)) 63 for (pos = list_entry((head)->next, typeof(*pos), member), \ 64 n = list_entry(pos->member.next, typeof(*pos), member); \ 66 pos = n, n = list_entry(n->member.next, typeof(*n), member)) [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_list.h | 45 struct cam_list *next, *prev; member 50 ptr->next = ptr; in cam_list_init() 60 item->next = head; in cam_list_add_tail_node() 62 prev->next = item; in cam_list_add_tail_node() 68 item->next = node; in cam_list_insert_before_node() 70 item->prev->next = item; in cam_list_insert_before_node() 77 struct cam_list *next = ptr->next; in cam_list_del_node() local 79 next->prev = ptr->prev; in cam_list_del_node() 80 prev->next = ptr->next; in cam_list_del_node() 81 ptr->next = ptr; in cam_list_del_node()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | Map.h | 42 node* next; member 44 data(t), data2(t2), prev(p), next(n) {} in node() 69 head=head->next; in ~Map() 86 tmp = tmp->next; in find() 101 tmp = tmp->next; in find_ele() 124 tmp = tmp->next; in show() 135 tmp = tmp->next; in size() 146 tail->prev->next = tail; in insert() 179 tmp = tmp->next; in erase() 182 tempnode->next = NULL; in erase() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 40 node* next; member 42 data(t), data2(t2), prev(p), next(n) {} in node() 69 head=head->next; in ~Map() 86 tmp = tmp->next; in find() 102 tmp = tmp->next; in find_ele() 127 tmp = tmp->next; in show() 138 tmp = tmp->next; in size() 151 tail->prev->next = tail; in insert() 182 tmp = tmp->next; in erase() 185 tempnode->next = NULL; in erase() [all …]
|
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
D | Map.h | 40 node* next; member 42 data(t), data2(t2), prev(p), next(n) {} in node() 69 head=head->next; in ~Map() 86 tmp = tmp->next; in find() 102 tmp = tmp->next; in find_ele() 127 tmp = tmp->next; in show() 138 tmp = tmp->next; in size() 151 tail->prev->next = tail; in insert() 182 tmp = tmp->next; in erase() 185 tempnode->next = NULL; in erase() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 41 node* next; member 43 data(t), data2(t2), prev(p), next(n) {} in node() 70 head=head->next; in ~Map() 87 tmp = tmp->next; in find() 103 tmp = tmp->next; in find_ele() 128 tmp = tmp->next; in show() 139 tmp = tmp->next; in size() 152 tail->prev->next = tail; in insert() 183 tmp = tmp->next; in erase() 186 tempnode->next = NULL; in erase() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | Map.h | 40 node* next; member 42 data(t), data2(t2), prev(p), next(n) {} in node() 69 head=head->next; in ~Map() 86 tmp = tmp->next; in find() 102 tmp = tmp->next; in find_ele() 127 tmp = tmp->next; in show() 138 tmp = tmp->next; in size() 151 tail->prev->next = tail; in insert() 182 tmp = tmp->next; in erase() 185 tempnode->next = NULL; in erase() [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_EvtDispatcher.cpp | 137 tmp = tmp1.next; in ProcessEvt() 159 nw->next = NULL; in registr() 172 while(tmp->next) in registr() 174 tmp = tmp->next; in registr() 176 tmp->next = nw; in registr() 193 head = head->next; in deregistr() 195 else if(tmp->next == NULL) in deregistr() 197 prev->next = NULL; in deregistr() 201 prev->next = tmp->next; in deregistr() 204 tmp = tmp->next; in deregistr() [all …]
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_EvtDispatcher.cpp | 137 tmp = tmp1.next; in ProcessEvt() 159 nw->next = NULL; in registr() 172 while(tmp->next) in registr() 174 tmp = tmp->next; in registr() 176 tmp->next = nw; in registr() 193 head = head->next; in deregistr() 195 else if(tmp->next == NULL) in deregistr() 197 prev->next = NULL; in deregistr() 201 prev->next = tmp->next; in deregistr() 204 tmp = tmp->next; in deregistr() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/vma/ |
D | vma_random_test.cpp | 166 auto next = heap_holes.upper_bound(a); in dealloc() local 167 if (next != end(heap_holes)) { in dealloc() 168 if (next->start_page == allocation_end_page(a)) { in dealloc() 169 allocation x {a.start_page, a.num_pages + next->num_pages}; in dealloc() 170 next = heap_holes.erase(next); in dealloc() 171 next = heap_holes.insert(next, x); in dealloc() 173 if (next != begin(heap_holes)) { in dealloc() 174 auto prev = next; in dealloc() 176 if (allocation_end_page(*prev) == next->start_page) { in dealloc() 178 prev->num_pages + next->num_pages}; in dealloc() [all …]
|
/hardware/ril/libril/ |
D | ril_event.cpp | 82 dlog(" next = %x", (unsigned int)ev->next); in dump_event() 107 list->next = list; in init_list() 114 ev->next = list; in addToList() 116 ev->prev->next = ev; in addToList() 126 ev->next->prev = ev->prev; in removeFromList() 127 ev->prev->next = ev->next; in removeFromList() 128 ev->next = NULL; in removeFromList() 163 struct ril_event * tev = timer_list.next; in processTimeouts() 164 struct ril_event * next; in processTimeouts() local 173 next = tev->next; in processTimeouts() [all …]
|
/hardware/qcom/gps/utils/ |
D | linked_list.c | 40 struct list_element* next; member 135 elem->next = NULL; in linked_list_add() 143 p_list->p_head->next = tmp; in linked_list_add() 190 p_list->p_tail->next = NULL; in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() 299 p_list->p_head = tmp->next; in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 304 if (NULL == tmp->next) { in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/sm7150/gps/utils/ |
D | linked_list.c | 40 struct list_element* next; member 134 elem->next = NULL; in linked_list_add() 142 p_list->p_head->next = tmp; in linked_list_add() 188 p_list->p_tail->next = NULL; in linked_list_remove() 241 list_element* tmp = p_list->p_head->next; in linked_list_flush() 296 p_list->p_head = tmp->next; in linked_list_search() 298 tmp->prev->next = tmp->next; in linked_list_search() 301 if (NULL == tmp->next) { in linked_list_search() 304 tmp->next->prev = tmp->prev; in linked_list_search() 307 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/gps/msm8960/utils/ |
D | linked_list.c | 40 struct list_element* next; member 135 elem->next = NULL; in linked_list_add() 143 p_list->p_head->next = tmp; in linked_list_add() 190 p_list->p_tail->next = NULL; in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() 299 p_list->p_head = tmp->next; in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 304 if (NULL == tmp->next) { in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/sm7250/gps/utils/ |
D | linked_list.c | 40 struct list_element* next; member 134 elem->next = NULL; in linked_list_add() 142 p_list->p_head->next = tmp; in linked_list_add() 188 p_list->p_tail->next = NULL; in linked_list_remove() 241 list_element* tmp = p_list->p_head->next; in linked_list_flush() 296 p_list->p_head = tmp->next; in linked_list_search() 298 tmp->prev->next = tmp->next; in linked_list_search() 301 if (NULL == tmp->next) { in linked_list_search() 304 tmp->next->prev = tmp->prev; in linked_list_search() 307 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/gps/msm8994/utils/ |
D | linked_list.c | 40 struct list_element* next; member 135 elem->next = NULL; in linked_list_add() 143 p_list->p_head->next = tmp; in linked_list_add() 190 p_list->p_tail->next = NULL; in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() 299 p_list->p_head = tmp->next; in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 304 if (NULL == tmp->next) { in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/gps/msm8996/utils/ |
D | linked_list.c | 40 struct list_element* next; member 135 elem->next = NULL; in linked_list_add() 143 p_list->p_head->next = tmp; in linked_list_add() 190 p_list->p_tail->next = NULL; in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() 299 p_list->p_head = tmp->next; in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 304 if (NULL == tmp->next) { in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/gps/msm8084/utils/ |
D | linked_list.c | 40 struct list_element* next; member 135 elem->next = NULL; in linked_list_add() 143 p_list->p_head->next = tmp; in linked_list_add() 190 p_list->p_tail->next = NULL; in linked_list_remove() 243 list_element* tmp = p_list->p_head->next; in linked_list_flush() 299 p_list->p_head = tmp->next; in linked_list_search() 301 tmp->prev->next = tmp->next; in linked_list_search() 304 if (NULL == tmp->next) { in linked_list_search() 307 tmp->next->prev = tmp->prev; in linked_list_search() 310 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/gps/msm8998/utils/ |
D | linked_list.c | 39 struct list_element* next; member 134 elem->next = NULL; in linked_list_add() 142 p_list->p_head->next = tmp; in linked_list_add() 189 p_list->p_tail->next = NULL; in linked_list_remove() 242 list_element* tmp = p_list->p_head->next; in linked_list_flush() 298 p_list->p_head = tmp->next; in linked_list_search() 300 tmp->prev->next = tmp->next; in linked_list_search() 303 if (NULL == tmp->next) { in linked_list_search() 306 tmp->next->prev = tmp->prev; in linked_list_search() 309 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|
/hardware/qcom/sm8150/gps/utils/ |
D | linked_list.c | 40 struct list_element* next; member 134 elem->next = NULL; in linked_list_add() 142 p_list->p_head->next = tmp; in linked_list_add() 188 p_list->p_tail->next = NULL; in linked_list_remove() 241 list_element* tmp = p_list->p_head->next; in linked_list_flush() 296 p_list->p_head = tmp->next; in linked_list_search() 298 tmp->prev->next = tmp->next; in linked_list_search() 301 if (NULL == tmp->next) { in linked_list_search() 304 tmp->next->prev = tmp->prev; in linked_list_search() 307 tmp->prev = tmp->next = NULL; in linked_list_search() [all …]
|