Searched refs:Num64 (Results 1 – 1 of 1) sorted by relevance
1137 const unsigned Num64 = sizeof(Phys64)/sizeof(unsigned); in getNextPhysReg() local1154 while (Idx64 < Num64) { in getNextPhysReg()1164 return (Idx64+1 < Num64) ? Phys64[Idx64+1] : 0; in getNextPhysReg()