Searched refs:del (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap4-aah/
H A Dmapinfo.c71 mapinfo *del; local
73 del = mi;
75 __real_free(del);
H A Dheaptracker.c198 static inline int del(struct hdr *hdr) function
369 if (del(hdr) < 0) {
417 if (del(hdr) < 0) {
478 struct hdr *del; int cnt; local
485 del = last;
487 del->size, user(del), num);
488 if (del_leak(del, &safe)) {
491 user(del), del
[all...]
/hardware/ti/omap4xxx/
H A Dmapinfo.c71 mapinfo *del; local
73 del = mi;
75 __real_free(del);
H A Dheaptracker.c198 static inline int del(struct hdr *hdr) function
369 if (del(hdr) < 0) {
417 if (del(hdr) < 0) {
478 struct hdr *del; int cnt; local
485 del = last;
487 del->size, user(del), num);
488 if (del_leak(del, &safe)) {
491 user(del), del
[all...]
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dmodule.c90 struct module *del)
95 if (prev->next == del)
100 head = del->next;
102 prev->next = del->next;
89 module_del_list(struct module *head, struct module *del) argument

Completed in 118 milliseconds