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

/external/valgrind/VEX/switchback/
H A Dtest_emfloat.c1600 u16 myword; /* Used to hold converted stuff */ local
1638 myword=(u16)((mylong >> 16) & 0xFFFFL);
1639 dest->mantissa[0]=myword;
1640 myword=(u16)(mylong & 0xFFFFL);
1641 dest->mantissa[1]=myword;

Completed in 58 milliseconds