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

/freebsd-11-stable/sys/dev/rp/
H A Drp.c63 static Byte_t RData[RDATASIZE] = variable
209 /* Initialize the channel from the RData array */
212 R[0] = RData[i];
213 R[1] = RData[i+1] + 0x10 * ChanNum;
214 R[2] = RData[i+2];
215 R[3] = RData[i+3];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1270 RootData RData(SU->NodeNum);
1271 RData.SubInstrCount = SU->getInstr()->isTransient() ? 0 : 1;
1298 RData.SubInstrCount += RootSet[PredNum].SubInstrCount;
1302 RootSet[SU->NodeNum] = RData;

Completed in 415 milliseconds