Home
last modified time | relevance | path

Searched refs:prevp (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.threshold.js52 var ps = datapoints.pointsize, i, x, y, p, prevp,
73 prevp = p;
79 if (addCrossingPoints && prevp != p && x != null
82 prevp.push(interx);
83 prevp.push(below);
85 prevp.push(origpoints[i + m]);
Djquery.flot.threshold.min.js7prevp,thresholded=$.extend({},s);thresholded.datapoints={points:[],pointsize:ps,format:datapoints.…
/external/elfutils/libdwfl/
Ddwfl_module.c165 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in dwfl_report_module() local
167 for (Dwfl_Module *m = *prevp; m != NULL; m = *(prevp = &m->next)) in dwfl_report_module()
174 *prevp = m->next; in dwfl_report_module()
Dlinux-kernel-modules.c274 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in report_kernel_archive() local
275 for (Dwfl_Module *m = *prevp; m != NULL; m = *(prevp = &m->next)) in report_kernel_archive()
278 *prevp = m->next; in report_kernel_archive()
/external/elfutils/libdw/
Ddwarf_end.c87 struct libdw_memblock *prevp = memp->prev; in dwarf_end() local
89 memp = prevp; in dwarf_end()
/external/ppp/pppd/
Dmain.c1972 struct subprocess *chp, **prevp; local
1974 for (prevp = &children; (chp = *prevp) != NULL; prevp = &chp->next) {
1977 *prevp = chp->next;
/external/elfutils/src/
Dldgeneric.c2823 struct scninfo *prevp; in match_section() local
2851 prevp = (*scnhead)->last; in match_section()
2872 prevp = runp; in match_section()
2884 if (prevp != runp) in match_section()
2885 runp = prevp->next = runp->next; in match_section()