Lines Matching refs:nRc
38 unsigned int nRc = 1; in EmulateCPRT() local
54 case FLT_CODE >> 20: nRc = PerformFLT(opcode); break; in EmulateCPRT()
55 case FIX_CODE >> 20: nRc = PerformFIX(opcode); break; in EmulateCPRT()
66 default: nRc = 0; in EmulateCPRT()
69 return nRc; in EmulateCPRT()
76 unsigned int nRc = 1; in PerformFLT() local
105 default: nRc = 0; in PerformFLT()
108 return nRc; in PerformFLT()
114 unsigned int nRc = 1; in PerformFIX() local
143 default: nRc = 0; in PerformFIX()
146 return nRc; in PerformFIX()