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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp10392 bool fEquals; local
10396 fEquals = pIemRec->u.IOPortRead.Port == pOtherRec->u.IOPortRead.Port
10400 fEquals = pIemRec->u.IOPortWrite.Port == pOtherRec->u.IOPortWrite.Port
10405 fEquals = pIemRec->u.RamRead.GCPhys == pOtherRec->u.RamRead.GCPhys
10409 fEquals = pIemRec->u.RamWrite.GCPhys == pOtherRec->u.RamWrite.GCPhys
10414 fEquals = false;
10417 if (!fEquals)

Completed in 85 milliseconds