Home | History | Annotate | Download | only in priv

Lines Matching refs:w32

1831    { UInt w32 = (((UInt)addrS[12]) & 0xFFFF)
1833 ULong w64 = x86g_check_ldmxcsr( w32 );
2002 static UInt calc_parity_8bit ( UInt w32 ) {
2006 p ^= (1 & (w32 >> i));