Searched refs:me2 (Results 1 - 2 of 2) sorted by last modified time

/freebsd-current/sys/dev/pci/
H A Dpci.c4536 char me1[24], me2[32]; local
4546 snprintf(me2, sizeof(me2), "pci%u:%u:%u:%u", d, b, s, f);
4551 if (strcmp(at, me1) == 0 || strcmp(at, me2) == 0) {
/freebsd-current/usr.sbin/pmcstudy/
H A Dpmcstudy.c998 double con1, con2, con3, un, me1, me2, me3, res; local
1009 me2 = mem2->vals[pos] * 1.0;
1014 me2 = mem2->sum * 1.0;
1018 res = ((me1 * con1) + (me2 * con2) + (me3 * con3))/un;

Completed in 259 milliseconds