Lines Matching refs:myword
1600 u16 myword; /* Used to hold converted stuff */1638 myword=(u16)((mylong >> 16) & 0xFFFFL);1639 dest->mantissa[0]=myword;1640 myword=(u16)(mylong & 0xFFFFL);1641 dest->mantissa[1]=myword;