Home | History | Annotate | Download | only in priv

Lines Matching refs:w32

1870    { UInt w32 = (((UInt)addrS[12]) & 0xFFFF)
1872 ULong w64 = x86g_check_ldmxcsr( w32 );
2077 static UInt calc_parity_8bit ( UInt w32 ) {
2081 p ^= (1 & (w32 >> i));