Home
last modified time | relevance | path

Searched refs:tailp (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module.c144 use (Dwfl_Module *mod, Dwfl_Module **tailp, Dwfl *dwfl) in INTDEF()
146 mod->next = *tailp; in INTDEF()
147 *tailp = mod; in INTDEF()
165 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in dwfl_report_module() local
176 return use (m, tailp, dwfl); in dwfl_report_module()
180 tailp = &m->next; in dwfl_report_module()
200 return use (mod, tailp, dwfl); in dwfl_report_module()
217 Dwfl_Module **tailp = &dwfl->modulelist; in INTDEF() local
218 while (*tailp != NULL) in INTDEF()
220 Dwfl_Module *m = *tailp; in INTDEF()
[all …]
Dlinux-kernel-modules.c274 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in report_kernel_archive() local
279 m->next = *tailp; in report_kernel_archive()
280 *tailp = m; in report_kernel_archive()
/external/opencv3/modules/imgproc/src/
Dlsd.cpp1038 edge* tailp = 0; in rect_nfa() local
1043 if(!tailp) // if uninitialized in rect_nfa()
1045 tailp = &ordered_x[i]; in rect_nfa()
1047 else if (tailp->p.x > ordered_x[i].p.x) in rect_nfa()
1049 tailp = &ordered_x[i]; in rect_nfa()
1053 tailp->taken = true; in rect_nfa()
1057 double slstep = (leftmost->p.y != tailp->p.x) ? in rect_nfa()
1058 … (leftmost->p.x - tailp->p.x) / (leftmost->p.y - tailp->p.x) : 0; //second left step in rect_nfa()
1062 double srstep = (rightmost->p.y != tailp->p.x) ? in rect_nfa()
1063 … (rightmost->p.x - tailp->p.x) / (rightmost->p.y - tailp->p.x) : 0; //second right step in rect_nfa()
/external/elfutils/src/
Dreadelf.c323 struct section_argument ***tailp in parse_opt() local
325 **tailp = a; in parse_opt()
326 *tailp = &a->next; in parse_opt()