Searched refs:me2 (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/pmcstudy/ |
H A D | pmcstudy.c | 998 double con1, con2, con3, un, me1, me2, me3, res; in cache2has() local 1009 me2 = mem2->vals[pos] * 1.0; in cache2has() 1014 me2 = mem2->sum * 1.0; in cache2has() 1018 res = ((me1 * con1) + (me2 * con2) + (me3 * con3))/un; in cache2has()
|
/freebsd/sys/dev/pci/ |
H A D | pci.c | 4568 char me1[24], me2[32]; in pci_hint_device_unit() local 4578 snprintf(me2, sizeof(me2), "pci%u:%u:%u:%u", d, b, s, f); in pci_hint_device_unit() 4583 if (strcmp(at, me1) == 0 || strcmp(at, me2) == 0) { in pci_hint_device_unit()
|