Home | History | Annotate | Download | only in priv

Lines Matching full:w32

1818    { UInt w32 = (((UInt)addrS[12]) & 0xFFFF)
1820 ULong w64 = x86g_check_ldmxcsr( w32 );
1989 static UInt calc_parity_8bit ( UInt w32 ) {
1993 p ^= (1 & (w32 >> i));