Searched refs:g_afParity (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllAImplC.cpp65 static uint8_t const g_afParity[256] = variable
367 fEflTmp |= g_afParity[(a_uResult) & 0xff]; \
393 fEfl |= g_afParity[uResult & 0xff];
416 fEfl |= g_afParity[uResult & 0xff];
435 fEfl |= g_afParity[uResult & 0xff];
458 fEfl |= g_afParity[uResult & 0xff];
796 fEfl |= g_afParity[uResult & 0xff];
817 fEfl |= g_afParity[uResult & 0xff];
845 fEfl |= g_afParity[uResult & 0xff];
1012 fEfl |= g_afParity[uResul
[all...]

Completed in 32 milliseconds