Searched defs:dmp (Results 1 - 4 of 4) sorted by relevance

/external/blktrace/btt/
H A Ddevmap.c33 struct devmap *dmp; local
38 dmp = malloc(sizeof(struct devmap));
39 if (sscanf(line, "%s %s", dmp->device, dmp->devno) != 2) {
40 free(dmp);
44 list_add_tail(&dmp->head, &all_devmaps);
55 struct devmap *dmp = list_entry(p, struct devmap, head); local
57 if (!strcmp(this, dmp->devno))
58 return dmp->device;
87 struct devmap *dmp local
[all...]
/external/skia/tools/
H A Dskdiff_image.cpp21 static void create_diff_images (DiffMetricProc dmp, argument
72 create_and_write_diff_image(drp, dmp, colorThreshold, outputDir, outputFilename);
H A Dskdiff_utils.cpp120 DiffMetricProc dmp,
135 compute_diff(drp, dmp, colorThreshold);
119 create_and_write_diff_image(DiffRecord* drp, DiffMetricProc dmp, const int colorThreshold, const SkString& outputDir, const SkString& filename) argument
H A Dskdiff_main.cpp378 static void create_diff_images (DiffMetricProc dmp, argument
502 create_and_write_diff_image(drp, dmp, colorThreshold,

Completed in 303 milliseconds