Lines Matching refs:tempWord
145 UINT tempWord; in DecodeNonPCWs() local
192 tempWord = 0xFFFFFFFF; in DecodeNonPCWs()
201 *pCodewordBitfield++ = tempWord; in DecodeNonPCWs()
208 tempWord = in DecodeNonPCWs()
209 tempWord & in DecodeNonPCWs()
216 *pCodewordBitfield++ = tempWord; in DecodeNonPCWs()
217 tempWord = 0x00000000; in DecodeNonPCWs()
243 tempWord = in DecodeNonPCWs()
247 if (tempWord != 0) { in DecodeNonPCWs()
253 if ((tempWord & interMediateWord) == interMediateWord) { in DecodeNonPCWs()
369 UINT tempWord; in InitSegmentBitfield() local
386 tempWord = 0xFFFFFFFF; /* set ones */ in InitSegmentBitfield()
390 tempWord = tempWord & ~(1 << (NUMBER_OF_BIT_IN_WORD - 1 - in InitSegmentBitfield()
398 pSegmentBitfield[bitfieldWord] = tempWord; /* store result */ in InitSegmentBitfield()
405 tempWord = 0xFFFFFFFF; in InitSegmentBitfield()
407 tempWord = tempWord & ~(1 << i); /* clear bit i in tempWord */ in InitSegmentBitfield()
414 tempWord = tempWord & ~(1 << (NUMBER_OF_BIT_IN_WORD - 1 - in InitSegmentBitfield()
422 pSegmentBitfield[bitfieldWord] = tempWord; /* store result */ in InitSegmentBitfield()