Home | History | Annotate | Download | only in priv

Lines Matching defs:w32

1832    { UInt w32 = (((UInt)addrS[12]) & 0xFFFF)
1834 ULong w64 = x86g_check_ldmxcsr( w32 );
2003 static UInt calc_parity_8bit ( UInt w32 ) {
2007 p ^= (1 & (w32 >> i));