Searched defs:plt (Results 1 - 3 of 3) sorted by relevance

/external/blktrace/btt/
H A Dbtt_plot.py65 import matplotlib.pyplot as plt namespace
319 fig = plt.figure(figsize=plot_size)
353 plt.savefig(ofile)
/external/opencv/cvaux/src/
H A D_cvvectrack.h90 CvPoint plt = {r1.x, r1.y}; local
92 return (PointInRect(plt, r2) && PointInRect(prb, r2));
/external/valgrind/main/perf/
H A Dtinycc.c2437 Section *plt;
18835 Section *plt;
18846 plt = s1->plt;
18847 if (plt->data_offset == 0) {
18848 /* first plt entry */
18849 p = section_ptr_add(plt, 16);
18858 p = section_ptr_add(plt, 16);
18863 put32(p + 7, (plt->data_offset - 32) >> 1);
18865 put32(p + 12, -(plt
2435 Section *plt; member in struct:TCCState
18833 Section *plt; local
18872 Section *plt; local
[all...]

Completed in 160 milliseconds