Searched refs:me1 (Results 1 - 2 of 2) sorted by path

/freebsd-current/sys/dev/pci/
H A Dpci.c4536 char me1[24], me2[32]; local
4545 snprintf(me1, sizeof(me1), "pci%u:%u:%u", 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
1008 me1 = mem1->vals[pos] * 1.0;
1013 me1 = mem1->sum * 1.0;
1018 res = ((me1 * con1) + (me2 * con2) + (me3 * con3))/un;

Completed in 131 milliseconds